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
* tests: link lib/libbison.a for gnulib.Joel E. Denny2010-02-011-1/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-0422-38/+29
* POSIX: warn if %prec's token was not defined.Joel E. Denny2009-12-311-0/+20
* Add gcc's -Wundef to test suite and fix another warning from it.Joel E. Denny2009-12-161-2/+2
* tests: skip tests of file names that platform does not support.Joel E. Denny2009-10-041-0/+4
* tests: clean up push.at test group titles.Joel E. Denny2009-09-131-12/+12
* tests: use perl for printing special sequences to files.Joel E. Denny2009-08-271-1/+7
* Fix complaints about escape sequences.Joel E. Denny2009-08-191-0/+33
* maint: run "make update-copyright"Joel E. Denny2009-08-0618-28/+34
* Work around autoconf 2.63b bug in testsuite.Eric Blake2009-04-081-3/+3
* Fix strange %define locations for default values.Joel E. Denny2009-04-031-2/+2
* Fix grep portability issues.Akim Demaille2009-01-082-16/+19
* Version 2.4.1.v2.4.1branch-2.4.1Joel E. Denny2008-12-111-2/+2
* Build testsuite with newer autoconf.Eric Blake2008-12-052-16/+17
* Fix unexpanded macros in GLR defines file.Joel E. Denny2008-11-192-164/+206
* Replace m4/warning.m4 with warnings module.Paolo Bonzini2008-11-121-2/+2
* Fix user actions without a trailing semicolon.Joel E. Denny2008-11-041-1/+25
* Java parser improvementsDi-an Jan2008-11-011-1/+368
* Always put auxiliary code files in the same dir as other output files.Joel E. Denny2008-10-301-3/+10
* Don't overwrite the input file.Di-an Jan2008-10-281-3/+8
* Check yyerrok in calc.at.Akim Demaille2008-08-271-2/+10
* Remove remaining dependence on CVS Id keyword.Joel E. Denny2008-07-271-2/+2
* Fix dependence on computed configure variables.Joel E. Denny2008-07-271-1/+1
* Update copyright dates for recent changes.Joel E. Denny2008-07-201-1/+1
* Fix untranslatable composition of sentences.Joel E. Denny2008-07-161-4/+8
* Add .gitignore everywhere based on .cvsignore.Joel E. Denny2008-07-141-0/+16
* Revert prior patch, by working around autoconf regression.Joel E. Denny2008-05-071-3/+7
* tests/output.at: Update copyright date.Joel E. Denny2008-04-221-2/+2
* Work-around an Autoconf 2.62 AT_SETUP bug that was not present inJoel E. Denny2008-04-221-2/+3
* Update to the current gnulib CVS repository, and fix trigraph handlingJoel E. Denny2008-04-211-2/+15
* Fix impure push parser compile error reported by Bob Rossi atJoel E. Denny2008-02-201-13/+11
* Accept a token number in a %left, %right, or %nonassoc for POSIXJoel E. Denny2008-02-171-1/+62
* * tests/local.at (AT_BISON_CHECK_XML): Fix quoting in previous patch.Joel E. Denny2007-12-221-6/+6
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-2222-160/+228
* In XML output, remove redundant class attribute on symbol element.Joel E. Denny2007-12-151-1/+1
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-241-3/+3
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-103-66/+66
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-296-19/+54
* %define push_pull -> %define api.push_pull. Discussed starting atJoel E. Denny2007-10-284-10/+10
* Add %define lr.keep_unreachable_states.Joel E. Denny2007-10-191-1/+14
* * NEWS: Add entry for recent .output file lookahead set fix.Joel E. Denny2007-10-191-5/+6
* * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.Joel E. Denny2007-10-172-2/+42
* Improve C++ namespace support. Discussed starting atJoel E. Denny2007-10-082-1/+131
* Add syncline support and location accessor to internal %defineJoel E. Denny2007-10-081-1/+29
* Fix some error-reporting macro bugs.Joel E. Denny2007-10-081-2/+95
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-254-9/+45
* Spell "boolean" as "Boolean". Reported by Akim Demaille.Joel E. Denny2007-08-282-4/+4
* In impure push mode, don't allow more than one yypstate to be allocatedJoel E. Denny2007-08-181-0/+74