]> git.saurik.com Git - bison.git/history - tests/glr-regression.at
tests: use the generalized default yylex.
[bison.git] / tests / glr-regression.at
2012-06-28  Akim Demailletests: use the generalized default yylex.
2012-06-28  Akim Demailletests: AT_YYERROR_DEFINE: prepare for list of ints.
2012-06-26  Akim Demailletests: use the generic yyerror function.
2012-06-26  Akim Demailletests: use assert instead of plain abort.
2012-06-21  Akim Demailletests: factor.
2012-06-17  Akim Demailletests: factor the declaration/definition of yyerror...
2012-04-01  Akim Demaillec++: more YY_NULL
2012-02-21  Akim Demailleglr: fix ambiguity reports.
2012-02-19  Akim Demaillemaint: address a couple of syntax-check errors.
2012-01-24  Jim Meyeringchange more quotes in source, and adjust tests to match
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-10  Joel E. Denny* tests/glr-regression.at: Use AT_PARSER_CHECK rather...
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-07-09  Joel E. DennyChange %merge result type clash warnings to errors...
2006-07-07  Joel E. DennyIn warnings, say "previous declaration" rather than...
2006-06-26  Joel E. DennyDon't miss %merge result type warnings just because...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-21  Joel E. Denny* data/glr.c (yyresolveLocations): Remove bogus YYASSER...
2006-03-07  Paul Eggert* data/glr.c (yyresolveLocations): Rename local variabl...
2006-03-06  Joel E. Denny* tests/glr-regression.at (Uninitialized location when...
2006-03-04  Joel E. Denny* tests/glr-regression.at (Leaked semantic values when...
2006-03-02  Joel E. DennyAvoid memory leaks by not invoking longjmp in yyreportA...
2006-03-02  Joel E. DennyDon't leak semantic values for parent RHS when a user...
2006-01-30  Joel E. DennyDuring deterministic GLR operation, user actions should...
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2006-01-12  Joel E. Denny* data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2006-01-08  Joel E. Denny* tests/glr-regression.at: Update copyright year to...
2006-01-06  Joel E. Denny* data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt...
2006-01-06  Joel E. Denny* tests/glr-regression.at: For consistency with my...
2006-01-05  Joel E. Denny* data/glr.c (yyresolveValue): When merging semantic...
2005-12-22  Akim DemailleWarn about unused values.
2005-12-08  Paul Eggert* tests/glr-regression.at
2005-12-06  Paul Eggert* data/glr.c (yyprocessOneStack): Synchronize the shift...
2005-10-31  Paul Hilfingerdata/glr.c (yyfill): Adjust comment.
2005-09-19  Paul Eggert* tests/glr-regression.at (Duplicated user destructor...
2005-09-16  Paul Eggert* NEWS: Version 2.1.
2005-09-08  Paul Eggert(Duplicate representation of merged trees): Add casts...
2005-08-26  Paul Eggert* data/glr.c (yydestroyGLRState): Renamed from yydestro...
2005-08-25  Paul Eggert* data/glr.c (yyrecoverSyntaxError, yyreturn):
2005-08-21  Paul Eggert* data/glr.c (yyresolveValue): Fix redundant parse...
2005-07-18  Paul EggertFix yyerror / yylex test glitches noted by twlevo@xs4al...
2005-07-18  Paul EggertImprove tests for stack overflow in GLR parser.
2005-07-18  Paul Eggert* tests/conflicts.at (%nonassoc and eof): Don't exit...
2005-07-14  Paul EggertMore changes to pacify C++ compilers.
2005-07-14  Paul Eggert* data/glr.c (YYSTACKEXPANDABLE): Don't define if alrea...
2005-07-14  Paul Eggert* tests/glr-regression.at (Improper merging of GLR...
2005-05-21  Paul Hilfinger* data/glr.c (YY_SYMBOL_PRINT): Don't print newline...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-03-18  Paul Eggert(glr-regr2a.y): Try to dump core
2005-02-07  Paul Eggert(Improper handling of embedded actions and dollar(...
2003-06-04  Paul Eggert(Improper handling of embedded actions and $-N in GLR...
2003-01-29  Paul HilfingerRename tests/glr-regr1.at to tests/glr-regression.at.