summaryrefslogtreecommitdiff
path: root/tests/glr-regression.at
Commit message (Expand)AuthorAgeFilesLines
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-46/+46
* maint: run "make update-copyright".Joel E. Denny2011-01-021-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+2
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-18/+18
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+1
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK toJoel E. Denny2007-01-101-29/+50
* * bootstrap.conf (gnulib_modules): Add config-h.Paul Eggert2006-10-131-4/+4
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-33/+79
* Change %merge result type clash warnings to errors. Discussed atJoel E. Denny2006-07-091-5/+5
* In warnings, say "previous declaration" rather than "firstJoel E. Denny2006-07-071-3/+8
* Don't miss %merge result type warnings just because the LHS types areJoel E. Denny2006-06-261-0/+55
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-19/+19
* * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that theJoel E. Denny2006-05-211-7/+12
* * data/glr.c (yyresolveLocations): Rename local variables to avoidPaul Eggert2006-03-071-5/+6
* * tests/glr-regression.at (Uninitialized location when reportingJoel E. Denny2006-03-061-0/+79
* * tests/glr-regression.at (Leaked semantic values when reportingJoel E. Denny2006-03-041-2/+66
* Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.Joel E. Denny2006-03-021-5/+97
* Don't leak semantic values for parent RHS when a user action cuts theJoel E. Denny2006-03-021-12/+67
* During deterministic GLR operation, user actions should be able toJoel E. Denny2006-01-301-3/+10
* Minor fixups to get 'make maintainer-check' to work.Paul Eggert2006-01-201-15/+16
* * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses toJoel E. Denny2006-01-121-7/+6
* * tests/glr-regression.at: Update copyright year to 2006.Joel E. Denny2006-01-081-1/+1
* * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member toJoel E. Denny2006-01-061-5/+353
* * tests/glr-regression.at: For consistency with my newer test cases,Joel E. Denny2006-01-061-19/+14
* * data/glr.c (yyresolveValue): When merging semantic options, if atJoel E. Denny2006-01-051-0/+200
* Warn about unused values.Akim Demaille2005-12-221-4/+5
* * tests/glr-regression.atPaul Eggert2005-12-081-4/+6
* * data/glr.c (yyprocessOneStack): Synchronize the shift for allPaul Eggert2005-12-061-8/+87
* data/glr.c (yyfill): Adjust comment.Paul Hilfinger2005-10-311-0/+97
* * tests/glr-regression.at (Duplicated user destructor for lookahead):Paul Eggert2005-09-191-13/+13
* * NEWS: Version 2.1.Paul Eggert2005-09-161-5/+85
* (Duplicate representation of merged trees): Add casts to pacify g++.Paul Eggert2005-09-081-2/+4
* * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.Paul Eggert2005-08-261-8/+72
* * data/glr.c (yyrecoverSyntaxError, yyreturn):Paul Eggert2005-08-251-0/+70
* * data/glr.c (yyresolveValue): Fix redundant parse tree problemPaul Eggert2005-08-211-0/+93
* Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.Paul Eggert2005-07-181-3/+3
* Improve tests for stack overflow in GLR parser.Paul Eggert2005-07-181-2/+2
* * tests/conflicts.at (%nonassoc and eof): Don't exit with statusPaul Eggert2005-07-181-1/+0
* More changes to pacify C++ compilers.Paul Eggert2005-07-141-7/+10
* * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.Paul Eggert2005-07-141-1/+1
* * tests/glr-regression.at (Improper merging of GLR delayed actionPaul Eggert2005-07-141-1/+2
* * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end toPaul Hilfinger2005-05-211-0/+102
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (glr-regr2a.y): Try to dump corePaul Eggert2005-03-181-7/+11
* (Improper handling of embedded actions and dollar(-N) in GLR parsers):Paul Eggert2005-02-071-7/+7
* (Improper handling of embedded actions and $-N in GLR parsers): RemovePaul Eggert2003-06-041-1/+0