]> git.saurik.com Git - bison.git/history - tests
Fix last warning from --enable-gcc-warnings.
[bison.git] / tests /
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.
2008-11-11  Akim DemailleGet rid of tabulations in the Java output.
2008-11-11  Paolo BonziniReplace m4/warning.m4 with warnings module.
2008-11-10  Di-an JanVarious Java skeleton improvements.
2008-11-10  Akim DemailleSupport constructor with an argument.
2008-11-10  Akim DemailleTest variants.
2008-11-10  Akim DemailleAdd %precedence support.
2008-11-09  Paolo BonziniChange tests/output.at quoting.
2008-11-07  Akim Demaille-D, --define.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-11-01  Di-an JanJava parser improvements
2008-10-30  Joel E. DennyAlways put auxiliary code files in the same dir as...
2008-10-29  Di-an JanDon't overwrite the input file.
2008-08-27  Akim DemailleCheck yyerrok in calc.at.
2008-07-27  Joel E. DennyRemove remaining dependence on CVS Id keyword.
2008-07-27  Joel E. DennyFix dependence on computed configure variables.
2008-07-20  Joel E. DennyUpdate copyright dates for recent changes.
2008-07-16  Joel E. DennyFix untranslatable composition of sentences.
2008-07-14  Joel E. DennyAdd .gitignore everywhere based on .cvsignore.
2008-05-07  Joel E. DennyRevert prior patch, by working around autoconf regression.
2008-04-22  Joel E. Dennytests/output.at: Update copyright date.
2008-04-22  Joel E. DennyWork-around an Autoconf 2.62 AT_SETUP bug that was...
2008-04-21  Joel E. DennyUpdate to the current gnulib CVS repository, and fix...
2008-02-20  Joel E. DennyFix impure push parser compile error reported by Bob...
2008-02-17  Joel E. DennyAccept a token number in a %left, %right, or %nonassoc...
2007-12-22  Joel E. Denny* tests/local.at (AT_BISON_CHECK_XML): Fix quoting...
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-12-15  Joel E. DennyIn XML output, remove redundant class attribute on...
2007-11-24  Joel E. DennyIn the XML output, list useless and unused symbols...
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28  Joel E. Denny%define push_pull -> %define api.push_pull. Discussed...
2007-10-19  Joel E. DennyAdd %define lr.keep_unreachable_states.
2007-10-19  Joel E. Denny* NEWS: Add entry for recent .output file lookahead...
2007-10-17  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-10-08  Joel E. DennyAdd syncline support and location accessor to internal...
2007-10-08  Joel E. DennyFix some error-reporting macro bugs.
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-28  Joel E. DennySpell "boolean" as "Boolean". Reported by Akim Demaille.
2007-08-18  Joel E. DennyIn impure push mode, don't allow more than one yypstate...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2007-08-11  Joel E. Denny* tests/push.at (Push Parsing: Memory Leak for Early...
2007-07-28  Joel E. DennyFix push parsing memory leak reported by Brandon Lucia at
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
2007-07-03  Joel E. DennyFix C++ test cases after recent Gnulib changes. Discus...
2007-05-08  Joel E. Denny* NEWS (2.3a+): Mention yesterday's state-removal change.
2007-05-07  Joel E. DennyIf conflict resolution makes states unreachable, remove...
2007-03-09  Paolo Bonzini2007-03-07 Paolo Bonzini <bonzini@gnu.org>
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
2007-02-10  Joel E. DennyAs in semantic actions, make @$ in %initial-action...
2007-02-07  Paolo Bonzini2007-02-07 Paolo Bonzini <bonzini@gnu.org>
2007-01-30  Paolo Bonzini2007-01-30 Paolo Bonzini <bonzini@gnu.org>
2007-01-29  Paolo Bonzini2007-01-29 Paolo Bonzini <bonzini@gnu.org>
2007-01-28  Joel E. DennyClean up.
2007-01-18  Joel E. DennyBack out previous patch.
2007-01-18  Joel E. DennyImplement @gettext<...@> directive to call gettext...
2007-01-18  Joel E. DennyImplement support for relative and absolute skeleton...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-10  Joel E. Denny* tests/glr-regression.at: Use AT_PARSER_CHECK rather...
2007-01-10  Joel E. Denny* tests/local.at (AT_PARSER_CHECK): Add a PRE argument...
2007-01-10  Joel E. DennyIgnore YYSTACK_USE_ALLOCA for push parsers since the...
2007-01-09  Joel E. DennyRemove quotes from variables names in %define directive...
2007-01-08  Joel E. Denny* src/parse-gram.y (prologue_declaration): Use MUSCLE_I...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-07  Joel E. DennyCheck for unrecognized %define variables similar to...
2007-01-07  Joel E. DennyProvide warn_at, complain_at, and fatal_at function...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-02  Joel E. DennyAdd maintainer-push-check to run maintainer-check using...
2007-01-01  Joel E. Denny* data/push.c (yypush_parse): Set yynew = 1 at the...
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-25  Joel E. DennyFor push mode, add pull wrappers around yypush_parse.
2006-12-25  Joel E. DennyEnable push parsers to operate in impure mode. Thus...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-15  Joel E. Denny* data/push.c (yypstate): Add typedef, and update all...
2006-12-14  Joel E. Denny* data/push.c (yypstate_init): Rename to...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-10  Joel E. DennyWarn about output files that are generated by the skele...
2006-12-08  Joel E. Denny* data/push.c: (yypvarsinit, yypvars, struct yypvars...
2006-12-07  Joel E. Denny* data/push.c (yychar_set, yylval_set, yylloc_set)...
2006-12-02  Joel E. DennySupport a file name argument to %defines. Deprecate...
2006-11-21  Joel E. DennyDon't escape $ in test case titles since Autoconf 2...
2006-11-21  Joel E. DennyRename <!> to <>. Discussed starting at
2006-11-17  Joel E. DennyDon't let %prec take a nonterminal.
2006-11-11  Joel E. Denny* tests/testsuite.at (AT_CHECK): Don't miss an exit...
2006-11-09  Joel E. Denny* src/files.c (tr): Change return type to void.
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-11-01  Joel E. DennyDisable unset/unused mid-rule value warnings by default...
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
next