]> git.saurik.com Git - bison.git/history - tests/regression.at
Update to GPLv3.
[bison.git] / tests / regression.at
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-10-15  Joel E. DennyFix testsuite for ./configure --enable-gcc-warnings:
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-08-18  Joel E. DennyRedo some of the previous commit: add back the ability...
2006-08-18  Joel E. DennyDon't allow an undeclared string literal, but allow...
2006-08-14  Joel E. DennyIn the grammar scanner, STRING_FINISH unclosed construc...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-06-25  Joel E. DennyClean up yesterday's patch.
2006-06-24  Joel E. DennyFix bug that mistakes braced code in a declaration...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-05-21  Paul Eggert* data/c.m4 (b4_yy_symbol_print_generate):
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2005-07-25  Paul Eggert* tests/regression.at (Token definitions): Don't rely on
2005-07-25  Paul EggertFix core dump reported by Pablo De Napoli in
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-17  Paul Eggert* NEWS: Bison-generated C parsers no longer quote liter...
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2005-03-26  Paul Eggert(Token definitions): Don't use a token named c, as...
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-15  Akim DemailleSimplify the C++ parser constructor.
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-06-04  Paul Eggert(_AT_DATA_DANCER_Y): Declare yylex to take
2003-04-18  Paul Eggert(Invalid inputs): Remove cascaded diagnostic that is...
2003-03-02  Akim Demaille* tests/regression.at (_AT_DATA_DANCER_Y): Fix the...
2003-03-02  Akim DemailleWrite a test the yycheck overrun reported by Andrew...
2002-12-07  Paul Eggert(Invalid inputs): No longer `expecting ";"
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-10  Paul Eggert(Invalid inputs): Adjust wording in diagnostic to match...
2002-11-06  Akim Demaille* tests/regression.at (Invalid inputs): Adjust to the...
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-14  Paul Eggert(Web2c Actions): signed char -> yysigned_char.
2002-10-11  Akim Demaille* tests/regression.at Characters Escapes): New.
2002-10-05  Paul Eggert(Braces parsing): Use grep, not fgrep, as POSIX 1003...
2002-09-10  Akim DemailleTypo.
2002-09-10  Akim Demaille* src/parse-gram.y: Associate a human readable string...
2002-08-12  Paul EggertDo not use 'cc -c input.c -o input';
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-26  Akim Demaille* src/output.c (prepare_tokens): Go up to ntokens,...
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim Demaille* src/print.c (print_shifts, print_gotos): Merge into...
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim DemailleLet symbols have a location.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-06-11  Akim DemailleGCJ's parser requires the tokens to be defined before...
2002-05-26  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Adjust: there are...
2002-05-20  Paul Hilfinger* data/bison.simple (yyr1): Don't use yy_token_number_t...
2002-05-13  Akim Demaille* tests/regression.at (Token definitions): Prototype...
2002-05-05  Akim Demaille* src/output.c (output_unsigned_int_table): New.
2002-05-04  Akim Demaille* src/symtab.h (SALIAS, SUNDEF): Rename as...
2002-04-22  Akim Demaille* data/bison.simple (yyr1): Its type is that of a token...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2002-04-07  Akim Demaille* src/LR0.c (new_state): Display `nstates' as the name...
2002-03-19  Akim Demaille* tests/regression.at (%nonassoc and eof, Unresolved...
2002-03-04  Akim Demaille* tests/input.at (Invalid $n, Invalid @n): Add the...
2002-02-14  Akim Demaille* tests/regression.at (else): Adjust to Andreas' change.
2002-02-11  Akim Demaille* tests/regression.at (%nonassoc and eof): Don't include
2002-01-27  Akim DemailleFix `%nonassoc and eof'.
2002-01-25  Akim Demaille* tests/regression.at (%nonassoc and eof): New.
2002-01-24  Akim DemailleBison dumps core when trying to complain about broken...
2002-01-06  Akim Demaille* src/reader.c (parse_braces): Don't fetch the next...
2001-12-29  Akim Demaille* src/output.c (header_output): Don't forget to export...
2001-12-29  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
2001-12-29  Akim Demaille* tests/regression.at (Web2c Actions): Blindly move...
2001-12-29  Akim Demaille* tests/regression.at (Web2c Report): Catch up: the...
2001-12-29  Akim Demaille* src/reader.c (readgram): Bind the initial rule's...
2001-12-29  Akim DemailleFix the `GAWK Grammar' failure.
2001-12-27  Akim Demaille* tests/regression.at (Unresolved SR Conflicts):
2001-12-27  Akim Demaille* src/main.c (main): If there are complains after grammar
2001-12-27  Akim Demaille* src/gram.h (rule_t): `guard' and `guard_line' are...
2001-12-22  Akim DemailleSome actions of web2c.y are improperly triggered.
2001-12-22  Akim DemailleReductions in web2c.y are improperly reported.
2001-12-13  Akim DemailleThe computation of nullable is broken: it doesn't handl...
2001-12-13  Akim Demaille* src/print.c (print_actions): Output the handling...
2001-12-10  Akim Demaille* src/LR0.c (augment_automaton): Call `insert_eof_shift...
2001-12-10  Akim DemailleBison dumps core on bash.y.
2001-11-30  Akim Demaille* src/reduce.c (reduce_output): Formatting changes.
2001-11-26  Akim Demaille* src/reader.c (readgram): Make sure rules for mid...
2001-11-26  Akim Demaille* src/reader.c (read_declarations): Don't abort on...
next