2004-11-17 |
Akim Demaille | This ChangeLog entry belongs to the previous patch. |
blob | commitdiff | raw |
2004-10-27 |
Paul Eggert | * data/glr.c (yyloc_default): Remove; not used. |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Akim Demaille | * data/glr.c (YYRHSLOC): Move its definition next to... |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Paul Eggert | Remove some arbitrary limits on goto numbers and relations. |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Paul Eggert | doc/bison.texinfo (Language and Grammar): In example... |
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 |
2004-10-09 |
Paul Eggert | .cvsignore fixes to accommodate gnulib changes, |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Akim Demaille | * src/parse-gram.y (add_param): Fix the truncation... |
blob | commitdiff | raw | diff to current |
2004-10-05 |
Akim Demaille | In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Move towards a more standard C++ codin... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Reinstall the former ctor, for sake of |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Paul Eggert | Fix comment in latest checkin; there wasn't a bug. |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Paul Eggert | * src/parse-gram.y (add_param): Fix bug where NUL was... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Fix its default... |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Akim Demaille | * data/lalr1.cc (b4_parse_param_decl_1): New. |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Akim Demaille | * src/parse-gram.y (add_param): Strip the leading and... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Akim Demaille | * doc/bison.texinfo (Table of Symbols): Sort. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Akim Demaille | * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | Let the initial-action act on the look-ahead, and use... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | * doc/bison.texinfo (Initial Action Decl): New. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI... |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): New. |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Akim Demaille | * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator... |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Akim Demaille | Have more complete shift traces. |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Akim Demaille | * data/lalr1.cc: Adjust the indentation of the labels. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Akim Demaille | * data/yacc.cc, data/glr.cc (yydestruct): Accept an... |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Akim Demaille | * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Akim Demaille | * data/lalr1.cc (translate_, destruct_): No reason... |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Akim Demaille | * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Akim Demaille | Fix ChangeLog. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Akim Demaille | * data/glr.c: Guard the declarations of yypstack and... |
blob | commitdiff | raw | diff to current |
2004-08-26 |
Akim Demaille | * doc/bison.texinfo (Implementing Loops): Rename as... |
blob | commitdiff | raw | diff to current |
2004-08-13 |
Paul Eggert | Adjust to latest gnulib. |
blob | commitdiff | raw | diff to current |
2004-08-11 |
Paul Eggert | Remove src/scan-action.l. |
blob | commitdiff | raw | diff to current |
2004-08-08 |
Paul Eggert | uniqstr wasn't being used for handle_syncline like... |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Paul Eggert | Fix bug with non-%union parsers that have printers... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Paul Eggert | Reorganize GLR section a bit. |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Paul Eggert | New section "Simple GLR Parsers". |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
blob | commitdiff | raw | diff to current |
2004-06-03 |
Paul Eggert | Update location of patched M4 distribution. |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Paul Eggert | Don't assume the C++ compiler takes the same arguments... |
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-05-29 |
Paul Eggert | Workaround for SGI C++ compiler. |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Paul Eggert | Increase prerequisite version numbers to match what... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Paul Eggert | * src/parse-gram.y (lloc_default): Rewrite to avoid... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Paul Eggert | * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Paul Eggert | * README: Mention GNU m4 1.4 bugs and Akim's patched... |
blob | commitdiff | raw | diff to current |
2004-05-26 |
Paul Eggert | * bootstrap: Don't assume $(...) works; use `...` instead. |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Paul Eggert | * doc/bison.texinfo (Decl Summary, Bison Options):... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Paul Eggert | Undo change made earlier today: it caused autopoint... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Paul Eggert | The gettext version checking is causing more trouble... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Paul Eggert | Ensure that the C++ compiler used for testing actually... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Output yylloc macro defn in glr.c even if locations... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | * configure.ac (AC_INIT): Update to 1.875e. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Version 1.875d. |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Paul Eggert | Use size_t (not unsigned int) for hashes, since the... |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | Don't DEFUN AM_INTL_SUBDIR twice. |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | * src/parse-gram.y: Put copyright notice inside %{... |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Paul Eggert | Get files from the gnulib and po repositories, instead... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Paul Eggert | * src/conflicts.c (conflicts_print): Correct format... |
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 |
2004-03-26 |
Paul Hilfinger | * src/parse-gram.y: Define PERCENT_EXPECT_RR. |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Paul Eggert | Add support for hex token numbers. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Paul Eggert | (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Paul Eggert | Add a marker for when 1.875c was published. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Alexandre Duret... | Support %destructor and merge error locations in lalr1.cc. |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Paul Eggert | Replace INCLUDES with AM_CPPFLAGS, fixing a bug in... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Paul Hilfinger | data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Paul Eggert | Log today's changes. |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Akim Demaille | * doc/bison.texinfo (How Can I Reset the Parser): More... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Alexandre Duret... | * doc/bison.texinfo (Bison Options): Escape `@' in... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Paul Eggert | Don't run 'testsuite --clean' if testsuite doesn't... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Paul Eggert | Do not allow NUL bytes in string literals or character... |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Paul Eggert | Don't document %no-default-prec for now. |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Paul Eggert | In GLR grammars, $N and @N now yield non-modifiable... |
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-10-01 |
Akim Demaille | VCG no longer supports long_straight_phase. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Akim Demaille | * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Akim Demaille | * config/announce-gen (print_changelog_deltas): Neutral... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Akim Demaille | * data/lalr1.cc (Parser::report_syntax_error_): New... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * config/announce-gen, Makefile.cfg: New. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * doc/bison.texinfo: Don't promote stdout for error... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): Remove unused... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): New. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | Have lalr1.cc catch with Paul Eggert's patch to fix... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | Tune local.at so that people can "autom4te -l autotest... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Paul Eggert | Rework glr.c slightly to avoid gcc -Wtraditional warnings. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Paul Eggert | * data/glr.c (YYASSERT): New macro. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | * data/glr.c (yyglrReduce): Don't use C89 string concat... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | Let the user specify how to allocate and free memory. |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Paul Eggert | use s.empty() rather than s == "" to test for empty... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Paul Eggert | Log 06-17 minor change to lib/libiberty.h that I forgot... |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Akim Demaille | * config/depcomp, config/install-sh: Update from masters. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Paul Eggert | * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments... |
blob | commitdiff | raw | diff to current |
next |