]> git.saurik.com Git - bison.git/history - tests/torture.at
Update to GPLv3.
[bison.git] / tests / torture.at
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-11  Joel E. Denny* tests/push.at (Push Parsing: Memory Leak for Early...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
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-01  Joel E. Denny* data/push.c (yypush_parse): Set yynew = 1 at the...
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-09-21  Paul EggertDon't rely on whether alloc is #defined; that is in...
2005-09-21  Paul EggertMore alloca cleanups.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-18  Paul Eggert* tests/conflicts.at (%nonassoc and eof): Don't exit...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-16  Paul Eggert(AT_INCREASE_DATA_SIZE): Skip the test if
2004-12-26  Paul Eggert(Exploding the Stack Size with Alloca): Set
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-10  Paul Eggert(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-08-12  Paul Eggert(AT_INCREASE_DATA_SIZE): New macro.
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-05-05  Akim Demaille* tests/torture.at (Many lookaheads): New test.
2002-04-22  Akim Demaille* src/reader.c (token_translations_init): 256 is now...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
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* tests/torture.at (Big triangle): New.
2002-01-27  Akim Demaille* tests/actions.at, tests/calc.at, tests/headers.at,
2002-01-06  Akim Demaille* src/reader.c (parse_braces): Don't fetch the next...
2002-01-06  Akim DemailleBison is dead wrong in its RR conflict reports.
2001-12-13  Akim DemailleThe computation of nullable is broken: it doesn't handl...
2001-11-27  Marc Autret* tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE...
2001-11-27  Akim Demaille* tests/torture.at (Exploding the Stack Size with Malloc):
2001-11-14  Akim Demaille* tests/calc.at, tests/output.at, tests/regression.at,
2001-11-12  Akim Demaille* tests/torture.at (AT_DATA_STACK_TORTURE)