summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | tests: fix bison wrapper.Akim Demaille2012-04-081-1/+1
* | build: look for Perl in configure.Akim Demaille2012-04-081-1/+1
* | build: don't rely on $< in non-pattern rules.Akim Demaille2012-04-011-2/+2
* | c++: more YY_NULLAkim Demaille2012-04-013-13/+13
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-04-015-16/+99
|\ \ | |/
| * c++: use nullptr for C++11.Akim Demaille2012-03-313-3/+3
| * build: simplify and improve the compiler warnings for tests.Akim Demaille2012-03-301-20/+30
| * Java: Fix syntax error handling without error token.Tim Landscheidt2012-03-271-0/+66
| * tests: beware of -pedantic on large #line numbers.Akim Demaille2012-03-241-0/+11
| * tests: when using the C++ compiler, use its flags too.Akim Demaille2012-03-243-1/+19
| * tests: minor fixes/simplificationsmaintAkim Demaille2012-03-131-13/+9
| * tests: be robust to quote style.Akim Demaille2012-03-091-0/+4
| * tests: be robust to POSIXLY_CORRECT being defined.Akim Demaille2012-03-061-3/+4
| * tests: fix regressions.Akim Demaille2012-02-232-0/+2
| * glr: fix ambiguity reports.Akim Demaille2012-02-211-0/+117
| * maint: address some syntax-issues remaining after cherry-picking from master.Akim Demaille2012-02-192-11/+11
| * maint: avoid "magic number exit".Akim Demaille2012-02-192-4/+3
| * maint: address a couple of syntax-check errors.Akim Demaille2012-02-191-3/+3
| * maint: add license headers.Akim Demaille2012-02-142-0/+28
| * 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-251-2/+2
| * change more quotes in source, and adjust tests to matchJim Meyering2012-01-244-49/+49
| * quote consistently and make tests pass with new quoting from gnulibJim Meyering2012-01-235-125/+125
| * maint: run "make update-copyright".Akim Demaille2012-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
| * 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-032-2/+110
| * Pacify maintainer-check-posix.Joel E. Denny2011-04-031-72/+68
| * Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-031-6/+27
| * Don't let -Wnone disable -Werror.Joel E. Denny2011-04-031-0/+33
| * lr.default-reductions: rename "full" value to "most".Joel E. Denny2011-03-202-7/+7
| * named references: fix double free.Akim 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-02-054-16/+71
| * 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/+28
| * parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-232-6/+17
| * parse.lac: implement as %define variable.Joel E. Denny2010-12-233-25/+362
| * yysyntax_error: adjust prior fixes for branch-2.5's lalr1.cc.Joel E. Denny2010-11-071-2/+7
| * yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-073-54/+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-161-3/+3
| * Adjust to recent changes to gnulib bootstrap.Paul Eggert2010-10-161-16/+0
| * -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-011-1/+64