]> git.saurik.com Git - bison.git/history - tests/input.at
Don't let -Wnone disable -Werror.
[bison.git] / tests / input.at
2011-04-09  Joel E. DennyDon't let -Wnone disable -Werror.
2011-03-20  Joel E. Dennylr.default-reductions: rename "full" value to "most".
2011-03-06  Joel E. Dennylr.default-reductions: rename "all" value to "full".
2011-01-29  Joel E. DennyDo not allow identifiers that start with a dash.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-12-11  Joel E. Dennyparse.lac: implement exploratory stack reallocations.
2010-12-11  Joel E. Dennyparse.lac: implement as %define variable.
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-04-30  Joel E. DennyRevert 2009-12-30 change for undefined %prec token...
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-09-05  Joel E. DennyComplain about unused %define variables and %code quali...
2009-08-28  Joel E. Denny%define: accept unquoted values.
2009-08-27  Joel E. Dennytests: use perl for printing special sequences to files.
2009-08-26  Akim Demailletests: portability fix.
2009-08-20  Joel E. DennyFix complaints about escape sequences.
2009-08-19  Akim Demaillevariables: simplify the upgrade of namespace into api...
2009-08-13  Joel E. DennyMake it easier to write deterministic tests.
2009-07-24  Joel E. DennyWarn about character literals not of length one.
2009-06-24  Akim Demaillevariables: rename namespace as api.namespace.
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-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. DennyImplement %define lr.default_rules.
2009-04-17  Joel E. DennyPacify make maintainer-check-posix.
2008-12-08  Di-an JanImplement the FIXME that ends an user action with a...
2008-11-15  Akim DemailleFormatting changes.
2008-11-07  Akim Demaille-D, --define.
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
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-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
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-15  Paul EggertUpdate to GPLv3.
2007-03-02  Joel E. DennyMiscellaneous %define and %code cleanup.
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-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
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-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-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-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...
2006-10-21  Joel E. DennyWarn about unset midrule $$ if the corresponding $n...
2006-10-15  Joel E. DennyFix testsuite for ./configure --enable-gcc-warnings:
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-09-04  Joel E. DennyFinish implementation of per-type %destructor/%printer...
2006-09-04  Joel E. DennyRequire default %destructor/%printer to be declared...
2006-08-20  Joel E. DennyAllow %start after the first rule.
2006-08-14  Joel E. DennyIn the grammar scanner, STRING_FINISH unclosed construc...
2006-08-14  Joel E. DennyHandle string aliases for character tokens correctly.
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-08  Joel E. DennyIn the grammar file, the first column is 1 not 0 on...
2006-07-07  Joel E. DennyIn warnings, say "previous declaration" rather than...
2006-06-26  Joel E. DennyGet action warnings (grammar_rule_check) right even...
2006-06-22  Joel E. DennyAdd comparison operators for C++ location classes....
2006-06-07  Akim Demaille* src/scan-gram.l: Move the "add a trailing ; to action...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2006-01-30  Paul Eggert* src/parse-gram.y (grammar_declaration): Location...
2006-01-30  Paul Eggert* tests/input.at (AT_CHECK_UNUSED_VALUES): Remove....
2006-01-30  Paul EggertFix a longstanding bug uncovered by bro-0.9a9/src/parse...
2006-01-27  Paul Eggert* src/reader.c (symbol_should_be_used): Renamed from...
2006-01-04  Akim DemailleAlso warn about non-used mid-rule values.
2006-01-04  Akim Demaille* src/reader.c (grammar_midrule_action): If $$ is set...
2005-10-12  Akim Demaille* src/parse-gram.y (version_check): Exit 63 to please...
2005-10-02  Akim Demaille* bootstrap (gnulib_modules): Add strverscmp.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-17  Paul Eggert(Torturing the Scanner): Adjust to lack of quotes in...
2005-04-12  Paul Eggert(Typed symbol aliases): New test.
2005-02-07  Paul EggertRenamed from "Invalid \$n", to work around an Autoconf...
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-10-11  Akim Demaille* src/symtab.c (symbol_check_alias_consistency): Also...
2003-12-24  Paul Eggert(Torturing the Scanner): Don't use \x0 or \0 in
2003-05-14  Paul Eggert(Torturing the Scanner): Add tests for ";|" in a grammar.
2003-03-13  Paul EggertUpdate copyright.
2003-03-13  Paul Eggert(Torturing the Scanner): Test the scanner on
next