]> git.saurik.com Git - bison.git/history - tests/input.at
tests: enhance existing tests with carets
[bison.git] / tests / input.at
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
2002-12-11  Paul Eggert(Torturing the Scanner): Rename value_t -> value,
2002-12-07  Paul Eggert(Invalid $n, Invalid @n, Type Clashes):
2002-11-30  Paul Eggert(Type Clashes): Expect warnings, not complaints.
2002-11-14  Paul Eggert(Torturing the Scanner): Surround the backslash-newline...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-14  Paul Eggert(Torturing the Scanner): Don't invoke "cc a.c b.c
2002-11-14  Paul Eggert(Torturing the Scanner): Remove lines containing
2002-11-12  Paul Eggert(Torturing the Scanner): Add tests that @oline@,
2002-11-06  Paul Eggert(Invalid $n, Invalid @n): Change expected wording accor...
2002-11-04  Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04  Paul Eggert(Type Clashes): Adjust to diagnostic changes.
2002-11-03  Paul EggertAdd tests for backslash-newline, m4 quotes
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim DemailleMake the test suite pass with warnings checked.
2002-06-20  Akim Demaille* src/parse-gram.y (YYPRINT, yyprint): Don't mess with...
2002-06-19  Akim DemaillePrepare @$ in %destructor, but currently don't bind...
2002-06-17  Akim Demaille* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
2002-06-12  Akim Demaille* src/scan-gram.l (SC_PROLOGUE): Don't eat characters...
2002-06-11  Akim Demaille* src/reader.c (grammar_current_rule_prec_set).
2002-03-04  Akim Demaille* tests/input.at (Invalid $n, Invalid @n): Add the...
2002-02-07  Akim DemailleFix the previous test.
2002-02-07  Akim Demaille* tests/input.at: New.