]> git.saurik.com Git - bison.git/history - tests/conflicts.at
maint: run "make update-copyright".
[bison.git] / tests / conflicts.at
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-12-11  Joel E. Dennyparse.lac: implement as %define variable.
2010-11-07  Joel E. Dennyyysyntax_error: fix for consistent error with lookahead.
2010-11-07  Joel E. Dennyyysyntax_error: more preparation for readability of...
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-12-22  Joel E. DennyFix handling of yychar manipulation in user semantic...
2009-08-26  Joel E. Dennytests: show a use of %define lr.default-reductions...
2009-08-25  Joel E. DennyFix %error-verbose for conflicts resolved by %nonassoc.
2009-06-11  Akim Demaillestyle changes.
2009-06-11  Akim Demaillexml: beware of user strings used to give a %prec to...
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2008-11-10  Akim DemailleAdd %precedence support.
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-10-19  Joel E. DennyAdd %define lr.keep_unreachable_states.
2007-10-17  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
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...
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2005-11-18  Paul Eggert* src/conflicts.c (conflicts_print): Don't print file...
2005-07-18  Paul Eggert* tests/conflicts.at (%nonassoc and eof): Don't exit...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-04-28  Paul EggertRemove more K&R C support.
2003-10-01  Paul EggertUse "%no-default-prec" instead of "%default-prec 0".
2003-09-30  Paul EggertAdd %default-prec.
2003-01-13  Paul Eggert* NEWS: %expect-violations are now just warnings, reverting
2002-12-29  Paul Eggert(Unresolved SR Conflicts, Defaulted
2002-12-26  Paul Eggert(%expect with reduce conflicts): New test.
2002-12-07  Paul Eggert(S/R in initial, Defaulted Conflicted Reduction):
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-10-19  Paul Eggert(%nonassoc and eof): #undef memcmp and realloc.
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-13  Akim Demaille* src/print.c (print_state): Separate the list of solve...
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-07-30  Akim DemailleNormalize conflict related messages.
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-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-06-30  Akim DemailleTypo.
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-30  Akim Demaille* src/print.c (state_default_rule_compute): New, extrac...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-04-23  Akim Demaille* tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
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...