2005-01-24 |
Paul Eggert | * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting... |
blob | commitdiff | raw |
2005-01-24 |
Paul Eggert | * doc/bison.texinfo: Change @dircategory from "GNU... |
blob | commitdiff | raw | diff to current |
2005-01-23 |
Paul Eggert | * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Paul Eggert | * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove ... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Paul Eggert | * data/glr.c (yyuserAction): Add "default: break;"... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Paul Eggert | * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if... |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100)... |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Paul Eggert | * data/yacc.c (yyparse): Pacify non-GCC compilers about... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Paul Eggert | TODO: Mention that we should allow NUL bytes in tokens. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Paul Eggert | * src/scan-skel.l (<<EOF>>): Don't close standard output. |
blob | commitdiff | raw | diff to current |
2005-01-01 |
Paul Eggert | Fix bug when stdout is closed. Update copyright to... |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | * doc/bison.texinfo (@copying): Update FDL version... |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | Fix changelog entry for configure.ac. BISON-2_0 |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | * tests/torture.at (Exploding the Stack Size with Alloc... |
blob | commitdiff | raw | diff to current |
2004-12-26 |
Paul Eggert | Version 2.0. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Paul Eggert | * NEWS: Bison-generated parsers no longer default to... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Paul Eggert | * doc/bison.texinfo (Location Default Action): Mention... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Akim Demaille | * data/lalr1.cc (parser::token_number_type, parser... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Akim Demaille | * data/lalr1.cc (parser::parse): Return a bool instead... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Akim Demaille | Don't impose std::string for filenames. |
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-20 |
Paul Eggert | (YYLLOC_DEFAULT): Use GNU spacing conventions. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Paul Eggert | Remove uses of 'short int' and 'unsigned short int... |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Akim Demaille | * data/lalr1.cc: Extensive Doxygenation. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Paul Eggert | * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location): |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | * data/lalr1.cc (yyreport_syntax_error_): Catch up... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | * src/print_graph.c (print_graph): Remove layoutalgorit... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | Use #define to handle the %name-prefix. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Akim Demaille | Move lalr1.cc internals into yy*. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Paul Eggert | Fix some problems reported by twlevo at xs4all. |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Akim Demaille | The ChangeLog of the previous patch. |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Akim Demaille | * data/lalr1.cc (lex_): Rename as... |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Akim Demaille | Simplify the C++ parser constructor. |
blob | commitdiff | raw | diff to current |
2004-12-15 |
Akim Demaille | Remove b4_root related material: failure experiment |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Paul Eggert | * data/glr.c: Fix yyerror_range usage. |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Paul Eggert | Fix YYRHSLOC problem reported by Frank Heckenbach. |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | * HACKING: Update email addresses to send announcements to. |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | * configure.ac (AC_INIT): Bump version to 1.875f. |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | Update log file entry for latest checkin to tests/actio... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | Version 1.875e. |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Paul Eggert | Correct URLs to email messages, so that they work with... |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Paul Eggert | * src/system.h (CALLOC, MALLOC, REALLOC): Remove. ... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Paul Eggert | goto-number minor cleanup. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Akim Demaille | 2004-11-23 Akim Demaille <akim@epita.fr> |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Paul Eggert | * bootstrap (gnulib_modules): Add extensions. |
blob | commitdiff | raw | diff to current |
2004-11-22 |
Paul Eggert | XFREE -> free |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings. |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
blob | commitdiff | raw | diff to current |
2004-11-17 |
Akim Demaille | Remove an entry that was not actually committed, yet. |
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-11-17 |
Akim Demaille | This ChangeLog entry belongs to the previous patch. |
blob | commitdiff | raw | diff to current |
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 |
next |