summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Support constructor with an argument.Akim Demaille2008-11-101-11/+19
* Test variants.Akim Demaille2008-11-101-1/+153
* Add %precedence support.Akim Demaille2008-11-102-5/+61
* Change tests/output.at quoting.Paolo Bonzini2008-11-091-2/+2
* -D, --define.Akim Demaille2008-11-071-1/+27
* 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
* Update to GPLv3.Paul Eggert2007-08-1521-174/+132
* Get rid of broken %no-parser, -n, and --no-parser implementation andJoel E. Denny2007-08-121-2/+1
* * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do notJoel E. Denny2007-08-112-21/+19
* Fix push parsing memory leak reported by Brandon Lucia atJoel E. Denny2007-07-283-1/+87
* Improve handling of multiple S/R conflicts in the same state and of S/RJoel E. Denny2007-07-171-2/+151
* Fix C++ test cases after recent Gnulib changes. Discussed starting atJoel E. Denny2007-07-031-2/+2
* * NEWS (2.3a+): Mention yesterday's state-removal change.Joel E. Denny2007-05-082-3/+3
* If conflict resolution makes states unreachable, remove those states,Joel E. Denny2007-05-072-1/+201
* 2007-03-07 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-03-092-144/+133
* Miscellaneous %define and %code cleanup.Joel E. Denny2007-03-022-5/+35
* As in semantic actions, make @$ in %initial-action, %destructor, andJoel E. Denny2007-02-101-0/+59
* 2007-02-07 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-02-072-5/+5
* 2007-01-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini2007-01-301-0/+20