2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw |
2007-08-12 |
Joel E. Denny | Get rid of broken %no-parser, -n, and --no-parser imple... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings: |
blob | commitdiff | raw | diff to current |
2006-10-13 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add config-h. |
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 |
2006-09-13 |
Paul Eggert | Fix glr.cc and lalr1.cc's use of YYDEBUG so that there... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability... |
blob | commitdiff | raw | diff to current |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow... |
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-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch. |
blob | commitdiff | raw | diff to current |
2006-06-24 |
Joel E. Denny | Fix bug that mistakes braced code in a declaration... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Joel E. Denny | For associating token numbers with token names for... |
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-05-21 |
Paul Eggert | * data/c.m4 (b4_yy_symbol_print_generate): |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | * tests/regression.at (Token definitions): Don't rely on |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | Fix core dump reported by Pablo De Napoli in |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Paul Eggert | * data/glr.c (yytnamerr): New function. |
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 | * NEWS: Bison-generated C parsers no longer quote liter... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Paul Eggert | * src/parse-gram.y: Include quotearg.h. |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Paul Eggert | (Token definitions): Don't use a token named c, as... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Akim Demaille | Use more STL like names: my_class instead of MyClass. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Akim Demaille | * data/lalr1.cc: Extensive Doxygenation. |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Akim Demaille | Simplify the C++ parser constructor. |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (Parser:print_): Remove, use %printer... |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Paul Eggert | Fix some "make check" problems with Tru64 C++. |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Paul Eggert | Use 'short int' rather than 'short', and similarly... |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Paul Eggert | (_AT_DATA_DANCER_Y): Declare yylex to take |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Paul Eggert | (Invalid inputs): Remove cascaded diagnostic that is... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | * tests/regression.at (_AT_DATA_DANCER_Y): Fix the... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | Write a test the yycheck overrun reported by Andrew... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | (Invalid inputs): No longer `expecting ";" |
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-11-12 |
Akim Demaille | * tests/regression.at (input.y): s/YYEOF/MYEOF/, as... |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Paul Eggert | (Invalid inputs): Adjust wording in diagnostic to match... |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | * tests/regression.at (Invalid inputs): Adjust to the... |
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-14 |
Paul Eggert | (Web2c Actions): signed char -> yysigned_char. |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Akim Demaille | * tests/regression.at Characters Escapes): New. |
blob | commitdiff | raw | diff to current |
2002-10-05 |
Paul Eggert | (Braces parsing): Use grep, not fgrep, as POSIX 1003... |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Akim Demaille | Typo. |
blob | commitdiff | raw | diff to current |
2002-09-10 |
Akim Demaille | * src/parse-gram.y: Associate a human readable string... |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Paul Eggert | Do not use 'cc -c input.c -o input'; |
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-26 |
Akim Demaille | * src/output.c (prepare_tokens): Go up to ntokens,... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for... |
blob | commitdiff | raw | diff to current |
2002-07-25 |
Akim Demaille | * src/gram.h (TIEM_NUMBER_MAX): New. |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Akim Demaille | * src/complain.h, src/complain.c (warn, complain):... |
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-15 |
Akim Demaille | Copy BYacc's nice way to report the grammar. |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | Let symbols have a location. |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | Have Bison grammars parsed by a Bison grammar. |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | GCJ's parser requires the tokens to be defined before... |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Akim Demaille | * tests/calc.at (AT_CHECK_CALC): Adjust: there are... |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Paul Hilfinger | * data/bison.simple (yyr1): Don't use yy_token_number_t... |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Akim Demaille | * tests/regression.at (Token definitions): Prototype... |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Akim Demaille | * src/output.c (output_unsigned_int_table): New. |
blob | commitdiff | raw | diff to current |
2002-05-04 |
Akim Demaille | * src/symtab.h (SALIAS, SUNDEF): Rename as... |
blob | commitdiff | raw | diff to current |
2002-04-22 |
Akim Demaille | * data/bison.simple (yyr1): Its type is that of a token... |
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-08 |
Akim Demaille | * src/gram.h (item_number_t): New, the type of item... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Akim Demaille | * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New. |
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 |
2002-03-04 |
Akim Demaille | * tests/input.at (Invalid $n, Invalid @n): Add the... |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Akim Demaille | * tests/regression.at (else): Adjust to Andreas' change. |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Akim Demaille | * tests/regression.at (%nonassoc and eof): Don't include |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Akim Demaille | Fix `%nonassoc and eof'. |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Akim Demaille | * tests/regression.at (%nonassoc and eof): New. |
blob | commitdiff | raw | diff to current |
2002-01-24 |
Akim Demaille | Bison dumps core when trying to complain about broken... |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Akim Demaille | * src/reader.c (parse_braces): Don't fetch the next... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | * src/output.c (header_output): Don't forget to export... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Also use %union. |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | * tests/regression.at (Web2c Actions): Blindly move... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | * tests/regression.at (Web2c Report): Catch up: the... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | * src/reader.c (readgram): Bind the initial rule's... |
blob | commitdiff | raw | diff to current |
2001-12-29 |
Akim Demaille | Fix the `GAWK Grammar' failure. |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Akim Demaille | * tests/regression.at (Unresolved SR Conflicts): |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Akim Demaille | * src/main.c (main): If there are complains after grammar |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Akim Demaille | * src/gram.h (rule_t): `guard' and `guard_line' are... |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Akim Demaille | Some actions of web2c.y are improperly triggered. |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Akim Demaille | Reductions in web2c.y are improperly reported. |
blob | commitdiff | raw | diff to current |
2001-12-13 |
Akim Demaille | The computation of nullable is broken: it doesn't handl... |
blob | commitdiff | raw | diff to current |
2001-12-13 |
Akim Demaille | * src/print.c (print_actions): Output the handling... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | * src/LR0.c (augment_automaton): Call `insert_eof_shift... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | Bison dumps core on bash.y. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Akim Demaille | * src/reduce.c (reduce_output): Formatting changes. |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Akim Demaille | * src/reader.c (readgram): Make sure rules for mid... |
blob | commitdiff | raw | diff to current |
2001-11-26 |
Akim Demaille | * src/reader.c (read_declarations): Don't abort on... |
blob | commitdiff | raw | diff to current |
next |