2011-01-02 |
Joel E. Denny | maint: run "make update-copyright". |
blob | commitdiff | raw |
2010-12-11 |
Joel E. Denny | parse.lac: implement as %define variable. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Joel E. Denny | yysyntax_error: fix for consistent error with lookahead. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Joel E. Denny | yysyntax_error: more preparation for readability of... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Paul Eggert | Do not use date ranges in copyright notices. |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Joel E. Denny | Fix handling of yychar manipulation in user semantic... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | tests: show a use of %define lr.default-reductions... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Fix %error-verbose for conflicts resolved by %nonassoc. |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Akim Demaille | style changes. |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Akim Demaille | xml: beware of user strings used to give a %prec to... |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Convert underscores to dashes in some %define variable... |
blob | commitdiff | raw | diff to current |
2008-11-10 |
Akim Demaille | Add %precedence support. |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Joel E. Denny | Automate regression testing of the XML/XSLT implementat... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Joel E. Denny | * src/gram.c: Remove comments that duplicate comments... |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Joel E. Denny | Add %define lr.keep_unreachable_states. |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Joel E. Denny | * doc/bison.texinfo (Bison Options): Add entry for... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-07-17 |
Joel E. Denny | Improve handling of multiple S/R conflicts in the same... |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Joel E. Denny | * NEWS (2.3a+): Mention yesterday's state-removal change. |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Joel E. Denny | If conflict resolution makes states unreachable, remove... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
blob | commitdiff | raw | diff to current |
2005-11-18 |
Paul Eggert | * src/conflicts.c (conflicts_print): Don't print file... |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Paul Eggert | * tests/conflicts.at (%nonassoc and eof): Don't exit... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Paul Eggert | Remove more K&R C support. |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Paul Eggert | Use "%no-default-prec" instead of "%default-prec 0". |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Paul Eggert | * NEWS: %expect-violations are now just warnings, reverting |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Paul Eggert | (Unresolved SR Conflicts, Defaulted |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Paul Eggert | (%expect with reduce conflicts): New test. |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | (S/R in initial, Defaulted Conflicted Reduction): |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Akim Demaille | * tests/atlocal.in (CPPFLAGS): We have config.h. |
blob | commitdiff | raw | diff to current |
2002-10-19 |
Paul Eggert | (%nonassoc and eof): #undef memcmp and realloc. |
blob | commitdiff | raw | diff to current |
2002-10-14 |
Paul Eggert | Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c", |
blob | commitdiff | raw | diff to current |
2002-10-13 |
Akim Demaille | * src/print.c (print_state): Separate the list of solve... |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Akim Demaille | * src/conflicts.c (conflicts_output): Don't output... |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Akim Demaille | Normalize conflict related messages. |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Akim Demaille | Report rules which are never reduced by the parser... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Akim Demaille | Use $accept and $end, as BYacc and BTYacc do, instead... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | Stop storing rules from 1 to nrules + 1. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | Typo. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | Have the GLR tests be `warning' checked, and fix the... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/print.c (print_shifts, print_gotos): Merge into... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | Display items as we display rules. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/print.c (state_default_rule_compute): New, extrac... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | Copy BYacc's nice way to report the grammar. |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Akim Demaille | * src/state.h (state_t): `solved_conflicts' is a new... |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Akim Demaille | * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Akim Demaille | * src/gram.h, src/gram.c (error_token_number): Remove... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Akim Demaille | * src/LR0.c (new_state): Display `nstates' as the name... |
blob | commitdiff | raw | diff to current |
2002-03-19 |
Akim Demaille | * tests/regression.at (%nonassoc and eof, Unresolved... |
blob | commitdiff | raw | diff to current |
|