summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: comment changes.akimAkim Demaille2012-02-241-14/+14
* tests: fix regressions.Akim Demaille2012-02-212-0/+2
* tests: post-process stderr to normalize quotes.Akim Demaille2012-02-211-5/+17
* glr: fix ambiguity reports.Akim Demaille2012-02-211-0/+117
* maint: avoid "magic number exit".Akim Demaille2012-02-182-4/+3
* maint: address a couple of syntax-check errors.Akim Demaille2012-02-181-2/+2
* tests: c++: stylistic changes.Akim Demaille2012-02-161-5/+5
* tests: avoid c++ failure due to lack of getenv declJim Meyering2012-02-161-1/+2
* maint: de-recurse the handling of examplesAkim Demaille2012-02-141-1/+1
* maint: add license headers.Akim Demaille2012-02-142-0/+28
* lalr1.cc: also handle syntax_error when calling yylex.Akim Demaille2012-02-101-1/+6
* tests: lalr1.cc: check syntax_error.Akim Demaille2012-02-101-0/+75
* tests: don't require locations uselessly.Akim Demaille2012-02-101-4/+3
* maint: more silent rules.Akim Demaille2012-02-101-8/+11
* use a more consistent quoting style.Akim Demaille2012-02-083-12/+12
* tests: fix expected output.Akim Demaille2012-01-261-1/+0
* yacc: fix YYBACKUP.Akim Demaille2012-01-261-0/+65
* tests: port to Solaris 10 'diff -u'Paul Eggert2012-01-241-2/+2
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-194-50/+50
* quote consistently and make tests pass with new quoting from gnulibJim Meyering2012-01-195-125/+125
* maint: run "make update-copyright".Jim Meyering2012-01-1323-23/+23
* 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