2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings: |
blob | commitdiff | raw |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Joel E. Denny | Finish implementation of per-type %destructor/%printer... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
blob | commitdiff | raw | diff to current |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule. |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Joel E. Denny | In the grammar scanner, STRING_FINISH unclosed construc... |
blob | commitdiff | raw | diff to current |
2006-08-14 |
Joel E. Denny | Handle string aliases for character tokens correctly. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Joel E. Denny | In the grammar file, the first column is 1 not 0 on... |
blob | commitdiff | raw | diff to current |
2006-07-07 |
Joel E. Denny | In warnings, say "previous declaration" rather than... |
blob | commitdiff | raw | diff to current |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even... |
blob | commitdiff | raw | diff to current |
2006-06-22 |
Joel E. Denny | Add comparison operators for C++ location classes.... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Akim Demaille | * src/scan-gram.l: Move the "add a trailing ; to action... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
blob | commitdiff | raw | diff to current |
2006-04-03 |
Akim Demaille | * src/scan-gram.l: Be robust to BRACED_CODE appearing... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | * src/parse-gram.y (grammar_declaration): Location... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove.... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Paul Eggert | Fix a longstanding bug uncovered by bro-0.9a9/src/parse... |
blob | commitdiff | raw | diff to current |
2006-01-27 |
Paul Eggert | * src/reader.c (symbol_should_be_used): Renamed from... |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Akim Demaille | Also warn about non-used mid-rule values. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Akim Demaille | * src/reader.c (grammar_midrule_action): If $$ is set... |
blob | commitdiff | raw | diff to current |
2005-10-12 |
Akim Demaille | * src/parse-gram.y (version_check): Exit 63 to please... |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Akim Demaille | * bootstrap (gnulib_modules): Add strverscmp. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Paul Eggert | (Torturing the Scanner): Adjust to lack of quotes in... |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Paul Eggert | (Typed symbol aliases): New test. |
blob | commitdiff | raw | diff to current |
2005-02-07 |
Paul Eggert | Renamed from "Invalid \$n", to work around an Autoconf... |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Akim Demaille | * data/lalr1.cc: Extensive Doxygenation. |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Akim Demaille | * src/symtab.c (symbol_check_alias_consistency): Also... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Paul Eggert | (Torturing the Scanner): Don't use \x0 or \0 in |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Paul Eggert | (Torturing the Scanner): Add tests for ";|" in a grammar. |
blob | commitdiff | raw | diff to current |
2003-03-13 |
Paul Eggert | Update copyright. |
blob | commitdiff | raw | diff to current |
2003-03-13 |
Paul Eggert | (Torturing the Scanner): Test the scanner on |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | (Torturing the Scanner): Rename value_t -> value, |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | (Invalid $n, Invalid @n, Type Clashes): |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | (Type Clashes): Expect warnings, not complaints. |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | (Torturing the Scanner): Surround the backslash-newline... |
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-11-14 |
Paul Eggert | (Torturing the Scanner): Don't invoke "cc a.c b.c |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | (Torturing the Scanner): Remove lines containing |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Paul Eggert | (Torturing the Scanner): Add tests that @oline@, |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Paul Eggert | (Invalid $n, Invalid @n): Change expected wording accor... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Akim Demaille | * src/location.h (LOCATION_PRINT): Use quotearg slot... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Paul Eggert | (Type Clashes): Adjust to diagnostic changes. |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Paul Eggert | Add tests for backslash-newline, m4 quotes |
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-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 | Make the test suite pass with warnings checked. |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Akim Demaille | * src/parse-gram.y (YYPRINT, yyprint): Don't mess with... |
blob | commitdiff | raw | diff to current |
2002-06-19 |
Akim Demaille | Prepare @$ in %destructor, but currently don't bind... |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Akim Demaille | * src/reader.h, src/reader.c (symbol_list, symbol_list_new) |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Akim Demaille | * src/scan-gram.l (SC_PROLOGUE): Don't eat characters... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | * src/reader.c (grammar_current_rule_prec_set). |
blob | commitdiff | raw | diff to current |
2002-03-04 |
Akim Demaille | * tests/input.at (Invalid $n, Invalid @n): Add the... |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Akim Demaille | Fix the previous test. |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Akim Demaille | * tests/input.at: New. |
blob | commitdiff | raw | diff to current |
|