summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Don't impose std::string for filenames.Akim Demaille2004-12-211-3/+3
* Use more STL like names: my_class instead of MyClass.Akim Demaille2004-12-203-9/+9
* * data/lalr1.cc: Extensive Doxygenation.Akim Demaille2004-12-174-7/+8
* * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c andAkim Demaille2004-12-161-4/+2
* Simplify the C++ parser constructor.Akim Demaille2004-12-153-3/+6
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New argPaul Eggert2004-12-111-4/+9
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New argPaul Eggert2004-12-111-4/+7
* Alexandre Duret-Lutz <adl@gnu.org>Akim Demaille2004-11-171-1/+1
* * data/lalr1.cc (Parser:print_): Remove, use %printer instead.Akim Demaille2004-11-173-24/+3
* * data/glr.c (YYRHSLOC): Move its definition next to its uses.Akim Demaille2004-10-251-23/+22
* * src/symtab.c (symbol_check_alias_consistency): Also checkAkim Demaille2004-10-111-1/+38
* Word changes.Akim Demaille2004-10-051-1/+1
* In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardlessAkim Demaille2004-10-051-6/+6
* Let the initial-action act on the look-ahead, and use it for theAkim Demaille2004-09-202-2/+2
* * data/yacc.c (YY_LOCATION_PRINT): New.Akim Demaille2004-09-201-1/+1
* Have more complete shift traces.Akim Demaille2004-09-162-14/+12
* * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move theAkim Demaille2004-09-081-230/+136
* * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT wasAkim Demaille2004-09-061-6/+6
* * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): AdjustAkim Demaille2004-09-021-2/+6
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR,Paul Eggert2004-07-221-22/+27
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-212-12/+12
* Don't assume the C++ compiler takes the same arguments as the C compiler.Paul Eggert2004-05-301-1/+1
* Fix some "make check" problems with Tru64 C++.Paul Eggert2004-05-304-12/+17
* Workaround for SGI C++ compiler.Paul Eggert2004-05-292-2/+2
* Ensure that the C++ compiler used for testing actually works on aPaul Eggert2004-05-242-5/+8
* Remove more K&R C support.Paul Eggert2004-04-282-12/+5
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don'tPaul Eggert2004-04-281-2/+2
* (%union synch line): Put a dummy member inPaul Eggert2004-04-281-1/+2
* Update copyright to 2004.Paul Eggert2004-04-131-1/+1
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-312-7/+7
* (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers.Paul Eggert2004-02-251-2/+2
* Support %destructor and merge error locations in lalr1.cc.Alexandre Duret-Lutz2004-02-091-12/+55
* ($(TESTSUITE)): Remove warning about ignoringPaul Eggert2003-12-241-1/+0
* Require Autoconf 2.59, and don't include local.at twice sincePaul Eggert2003-12-242-6/+1
* (Torturing the Scanner): Don't use \x0 or \0 inPaul Eggert2003-12-241-1/+1
* Don't run 'testsuite --clean' if testsuite doesn't exist.Paul Eggert2003-10-071-1/+1
* Use "%no-default-prec" instead of "%default-prec 0".Paul Eggert2003-10-011-13/+13
* Add %default-prec.Paul Eggert2003-09-301-0/+74
* Include local.at, not input.at, fixing a typo in the 2003-08-25 patch.Paul Eggert2003-09-301-1/+1
* Have lalr1.cc catch with Paul Eggert's patch to fix the infiniteAkim Demaille2003-08-251-1/+1
* Tune local.at so that people can "autom4te -l autotest calc.at -oAkim Demaille2003-08-253-8/+19
* Minor white space issues, e.g. trailing white space at end of line.Paul Eggert2003-06-161-10/+10
* (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.Paul Eggert2003-06-161-2/+5
* (_AT_TEST_GLR_CXXTYPES): Ensure yylex andPaul Eggert2003-06-161-12/+23
* * data/glr.c (YYERROR): Update definition.Paul Hilfinger2003-06-101-87/+138
* (_AT_DATA_DANCER_Y): Declare yylex to takePaul Eggert2003-06-041-5/+5
* (Improper handling of embedded actions and $-N in GLR parsers): RemovePaul Eggert2003-06-041-1/+0
* (AT_COMPILE_CXX): Use it instead of CFLAGS.Paul Eggert2003-06-021-1/+1
* (CXXFLAGS): New var.Paul Eggert2003-06-021-0/+3
* (_AT_DATA_CALC_Y): Include unistd.h if available.Paul Eggert2003-06-021-2/+14