]> git.saurik.com Git - bison.git/history - tests
tests: calc: minor refactoring.
[bison.git] / tests /
2010-04-13  Akim Demailletests: calc: minor refactoring.
2010-04-13  Akim Demailletests: calc: simplify location management.
2010-04-13  Akim Demailletest location_type.
2010-04-13  Akim Demailletests: check fclose's return value.
2010-04-13  Akim Demailletests: don't depend on the actual location type.
2010-04-13  Akim Demailleformatting changes.
2010-04-03  Joel E. Dennyportability: fix test suite for GCC 4.5's new #error...
2010-03-25  Akim Demailletests: fix 250: parse.error=verbose overflow.
2010-03-24  Joel E. Dennyportability: fix for BSD make.
2010-02-23  Joel E. Dennytests: fix maintainer-xml-check for recent changes.
2010-02-22  Joel E. Dennyportability: fix several issues with M4 subprocess.
2010-02-01  Joel E. DennyCode cleanup.
2010-01-22  Joel E. Dennytests: fix missing include caught by g++ 4.4.1.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-31  Joel E. DennyPOSIX: complain if %prec's token was not defined.
2009-12-31  Joel E. DennyPOSIX: warn if %prec's token was not defined.
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-12-20  Joel E. Dennytests: cleanup.
2009-12-19  Joel E. Dennylalr1.cc: don't discard non-existent lookahead on synta...
2009-12-16  Joel E. DennyAdd gcc's -Wundef to test suite and fix another warning...
2009-12-15  Joel E. Dennyportability: use -DGNULIB_POSIXCHECK.
2009-10-05  Joel E. Dennytests: skip tests of file names that platform does...
2009-10-04  Joel E. Dennyyysyntax_error: avoid duplicate lookahead collection.
2009-10-04  Joel E. Dennyyysyntax_error: test memory management more.
2009-09-27  Joel E. Dennytests: don't abuse AT_BISON_CHECK.
2009-09-26  Joel E. Dennytests: check that parse-gram.y's IELR and LALR are...
2009-09-19  Alex RozenmanKeep sub-messages aligned. Fix strings for translation.
2009-09-13  Joel E. Dennytests: clean up push.at test group titles.
2009-09-12  Alex RozenmanProvide an additional sub-message for clarity.
2009-09-05  Joel E. DennyComplain about unused %define variables and %code quali...
2009-09-05  Alex Rozenman Use "Unresolved reference" error message when no symbo...
2009-09-04  Akim DemailleAdjust synclines in src/parse-gram.[ch].
2009-08-28  Joel E. Denny%define: accept unquoted values.
2009-08-28  Joel E. Denny%define lr.type: make values lowercase IDs.
2009-08-27  Joel E. Dennytests: use perl for printing special sequences to files.
2009-08-26  Joel E. Dennytests: show a use of %define lr.default-reductions...
2009-08-26  Akim Demailletests: portability fix.
2009-08-25  Joel E. DennyFix %error-verbose for conflicts resolved by %nonassoc.
2009-08-20  Joel E. DennyFix complaints about escape sequences.
2009-08-19  Akim Demailletests: distcc compliance.
2009-08-19  Akim Demaillevariables: simplify the upgrade of namespace into api...
2009-08-19  Akim Demaillelalr1.cc: destroy $$ when YYERROR is called.
2009-08-13  Joel E. DennyMake it easier to write deterministic tests.
2009-08-12  Akim Demailletests: GCC 4.5 compliance.
2009-08-11  Joel E. Denny* tests/local.mk (TESTSUITE_AT): Add named-refs.at.
2009-08-08  Alex Rozenman Convert "misleading reference" messages to warnings.
2009-08-06  Joel E. Dennymaint: run "make update-copyright"
2009-07-24  Joel E. DennyWarn about character literals not of length one.
2009-07-22  Joel E. DennySome M4 cleanup in the testsuite.
2009-07-04  Alex Rozenman Style changes and factoring.
2009-06-29  Akim Demaillevariables: parse.error
2009-06-27  Alex RozenmanNamed symbol references.
2009-06-24  Akim Demaillevariables: rename namespace as api.namespace.
2009-06-11  Akim Demaillestyle changes.
2009-06-11  Akim Demaillexml: beware of user strings used to give a %prec to...
2009-06-11  Akim Demailletests: honor TESTSUITEFLAGS in every check target.
2009-06-10  Akim Demailledeterministic test suite.
2009-06-10  Akim Demailledeterministic user-token-number redeclaration errors.
2009-05-23  Joel E. DennyConvert multiple variable definition warnings to compla...
2009-05-23  Joel E. Denny-F/--force-define and relative %define/-D/--define...
2009-05-15  Akim DemailleRename token.prefix as api.tokens.prefix.
2009-05-05  Akim Demailletests: check token numbers.
2009-05-04  Akim Demaillebison: catch bad symbol names.
2009-05-04  Akim Demailleidentifiers: dashes are letters.
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2009-04-30  Joel E. DennyRename lr.default_reductions to lr.default-reductions.
2009-04-30  Joel E. DennyPacify ./configure --enable-gcc-warnings.
2009-04-24  Joel E. DennyList accepted values for a %define enum variable with...
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-21  Akim Demailletests: check the use of dashes and periods in symbols.
2009-04-21  Joel E. DennyFinish implementing %define lr.type.
2009-04-21  Joel E. DennyImplement %define lr.default_rules.
2009-04-20  Akim Demaillevariables: prefer error-verbose to error_verbose.
2009-04-17  Joel E. DennyPacify make maintainer-check-posix.
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `assert'.
2009-04-10  Eric BlakeWork around autoconf 2.63b bug in testsuite.
2009-04-03  Joel E. DennyFix strange %define locations for default values.
2009-01-28  Akim DemailleFix grep portability issues.
2008-12-11  Akim DemailleUse testsuite -C.
2008-12-08  Akim DemailleFix portability issue in the test suite.
2008-12-08  Akim DemailleTest token.prefix in all the skeletons.
2008-12-08  Akim DemailleFix regeneration of atconfig.
2008-12-08  Di-an JanImplement the FIXME that ends an user action with a...
2008-12-02  Eric BlakeBuild testsuite with newer autoconf.
2008-11-26  Akim Demailles/_FLAGS/FLAGS/.
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-25  Akim DemailleFlag glr tests.
2008-11-25  Akim DemaillePrefer TESTSUITE_FLAGS.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-17  Di-an JanHandles several --enable-gcc-warnings.
2008-11-17  Di-an JanUse AT_DATA_GRAMMAR for C++ variants compiled tests.
2008-11-16  Akim DemailleUpdate ignores.
2008-11-15  Akim DemailleFormatting changes.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleTest token.prefix.
2008-11-15  Akim DemailleTest the make_TOKEN interface.
2008-11-15  Akim DemailleRemove tests/Makefile.am.
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleAT_FULL_COMPILE.
next