summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: add -pedantic for --enable-gcc-warnings.Joel E. Denny2011-08-211-0/+1
* tests: fix empty unions.Joel E. Denny2011-08-211-4/+2
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-2416-1280/+1280
* Fix precedence for end token.Joel E. Denny2011-05-011-3/+7
* tests: pacify gcc 4.6.0's -Wunused-but-set-variable.Joel E. Denny2011-04-161-1/+1
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-092-2/+110
* Pacify maintainer-check-posix.Joel E. Denny2011-04-091-72/+68
* Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-091-6/+27
* Don't let -Wnone disable -Werror.Joel E. Denny2011-04-091-0/+33
* lr.default-reductions: rename "full" value to "most".Joel E. Denny2011-03-202-7/+7
* 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