summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* named references: fix double free.candidates/named-ref-freeAkim Demaille2011-03-091-0/+13
* tests: style changes.Akim Demaille2011-03-091-79/+51
* lr.default-reductions: rename "all" value to "full".Joel E. Denny2011-03-062-7/+8
* java: test and document previous bug fix.Joel E. Denny2011-02-191-32/+35
* Do not allow identifiers that start with a dash.Joel E. Denny2011-01-294-16/+71
* Revert "Simplify handling of '.' and '-' after unbracketed named references."Joel E. Denny2011-01-291-26/+44
* Simplify handling of '.' and '-' after unbracketed named references.Paul Eggert2011-01-091-44/+26
* Improve error messages for `$' or `@' followed by `.' or `-'.Joel E. Denny2011-01-091-0/+29
* maint: run "make update-copyright".Joel E. Denny2011-01-0223-38/+26
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-112-6/+17
* parse.lac: implement as %define variable.Joel E. Denny2010-12-113-25/+362
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-073-55/+211
* yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-071-52/+67
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-081-3/+3
* Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-081-13/+0
* -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-041-1/+64
* tests: handle Valgrind that complains about >&-.Joel E. Denny2010-07-241-2/+9
* Do not use date ranges in copyright notices.Paul Eggert2010-06-1723-26/+52
* c++: use YYRHSLOC.Akim Demaille2010-05-101-11/+12
* doc: fix typo.Akim Demaille2010-05-071-1/+1
* tests: enhance AT_SYNCLINES_COMPILE.Akim Demaille2010-05-041-4/+7
* tests: fix %printer.Akim Demaille2010-05-041-12/+12
* lalr1.cc: location_type: make sure we don't depend on loc.(begin|end).Akim Demaille2010-05-042-10/+25
* Revert 2009-12-30 change for undefined %prec token complaints.Joel E. Denny2010-04-301-2/+2
* tests: calc: minor refactoring.Akim Demaille2010-04-131-7/+3
* tests: calc: simplify location management.Akim Demaille2010-04-132-25/+45
* test location_type.Akim Demaille2010-04-132-11/+50
* tests: check fclose's return value.Akim Demaille2010-04-131-1/+2
* tests: don't depend on the actual location type.Akim Demaille2010-04-131-2/+2
* formatting changes.Akim Demaille2010-04-131-5/+11
* portability: fix test suite for GCC 4.5's new #error message.Joel E. Denny2010-04-031-1/+3
* tests: fix 250: parse.error=verbose overflow.Akim Demaille2010-03-251-2/+5
* portability: fix for BSD make.Joel E. Denny2010-03-231-1/+1
* tests: fix maintainer-xml-check for recent changes.Joel E. Denny2010-02-221-1/+5
* portability: fix several issues with M4 subprocess.Joel E. Denny2010-02-222-1/+45
* Code cleanup.Joel E. Denny2010-02-011-2/+0
* tests: fix missing include caught by g++ 4.4.1.Joel E. Denny2010-01-221-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-0423-39/+28
* POSIX: complain if %prec's token was not defined.Joel E. Denny2009-12-311-2/+2
* POSIX: warn if %prec's token was not defined.Joel E. Denny2009-12-311-0/+20
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-222-0/+195
* tests: cleanup.Joel E. Denny2009-12-201-1/+5
* lalr1.cc: don't discard non-existent lookahead on syntax error.Joel E. Denny2009-12-181-2/+77
* Add gcc's -Wundef to test suite and fix another warning from it.Joel E. Denny2009-12-161-3/+3
* portability: use -DGNULIB_POSIXCHECK.Joel E. Denny2009-12-151-1/+1
* tests: skip tests of file names that platform does not support.Joel E. Denny2009-10-041-0/+4
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-041-7/+4
* yysyntax_error: test memory management more.Joel E. Denny2009-10-042-0/+213
* tests: don't abuse AT_BISON_CHECK.Joel E. Denny2009-09-271-3/+5
* tests: check that parse-gram.y's IELR and LALR are identical.Joel E. Denny2009-09-262-0/+23