summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-191-51/+51
* tests: clean up push.at test group titles.Joel E. Denny2009-09-131-12/+12
* Provide an additional sub-message for clarity.Alex Rozenman2009-09-121-20/+50
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-052-46/+47
* Use "Unresolved reference" error message when no symbols were foundAlex Rozenman2009-09-051-4/+81
* Adjust synclines in src/parse-gram.[ch].Akim Demaille2009-09-041-2/+34
* %define: accept unquoted values.Joel E. Denny2009-08-288-62/+62
* %define lr.type: make values lowercase IDs.Joel E. Denny2009-08-282-9/+9
* tests: use perl for printing special sequences to files.Joel E. Denny2009-08-271-11/+8
* tests: show a use of %define lr.default-reductions "consistent"Joel E. Denny2009-08-261-0/+23
* tests: portability fix.Akim Demaille2009-08-261-1/+8
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-251-6/+3
* Fix complaints about escape sequences.Joel E. Denny2009-08-191-0/+43
* tests: distcc compliance.Akim Demaille2009-08-191-1/+9
* variables: simplify the upgrade of namespace into api.namespace.Akim Demaille2009-08-191-0/+11
* lalr1.cc: destroy $$ when YYERROR is called.Akim Demaille2009-08-191-2/+2
* Make it easier to write deterministic tests.Joel E. Denny2009-08-131-25/+15
* tests: GCC 4.5 compliance.Akim Demaille2009-08-121-1/+12
* * tests/local.mk (TESTSUITE_AT): Add named-refs.at.Joel E. Denny2009-08-101-0/+1
* Convert "misleading reference" messages to warnings.Alex Rozenman2009-08-081-8/+8
* maint: run "make update-copyright"Joel E. Denny2009-08-066-8/+12
* Warn about character literals not of length one.Joel E. Denny2009-07-241-0/+62
* Some M4 cleanup in the testsuite.Joel E. Denny2009-07-222-40/+23
* Style changes and factoring.Alex Rozenman2009-07-041-23/+22
* variables: parse.errorAkim Demaille2009-06-292-33/+33
* Named symbol references.Alex Rozenman2009-06-272-0/+460
* variables: rename namespace as api.namespace.Akim Demaille2009-06-242-3/+3
* style changes.Akim Demaille2009-06-111-9/+9
* xml: beware of user strings used to give a %prec to rules.Akim Demaille2009-06-111-3/+20
* tests: honor TESTSUITEFLAGS in every check target.Akim Demaille2009-06-111-7/+8
* deterministic test suite.Akim Demaille2009-06-101-15/+24
* deterministic user-token-number redeclaration errors.Akim Demaille2009-06-101-2/+4
* Convert multiple variable definition warnings to complaints.Joel E. Denny2009-05-231-21/+31