]> git.saurik.com Git - bison.git/history - ChangeLog
* doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for putsym.
[bison.git] / ChangeLog
2005-02-24  Paul Eggert* doc/bison.texinfo (Mfcalc Symtab): Correct the protot...
2005-02-23  Paul Eggert* doc/bison.texinfo: minor typo fixes
2005-02-08  Paul EggertFix $ in test names.
2005-01-28  Paul Eggert* src/vcg.c (output_graph): G_VIEW -> normal_view.
2005-01-27  Paul Eggert* src/vcg.c (get_view_str): Remove case for normal_view.
2005-01-24  Paul Eggert* configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting...
2005-01-24  Paul Eggert* doc/bison.texinfo: Change @dircategory from "GNU...
2005-01-23  Paul Eggert* tests/c++.at (AT_CHECK_DOXYGEN): Don't use options...
2005-01-21  Paul Eggert* data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove ...
2005-01-17  Paul Eggert* data/glr.c (yyuserAction): Add "default: break;"...
2005-01-13  Paul Eggert* src/system.h (OUTPUT_EXT, TAB_EXT): Define only if...
2005-01-10  Paul Eggert* tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100)...
2005-01-08  Paul Eggert* data/yacc.c (yyparse): Pacify non-GCC compilers about...
2005-01-05  Paul EggertTODO: Mention that we should allow NUL bytes in tokens.
2005-01-03  Paul Eggert* src/scan-skel.l (<<EOF>>): Don't close standard output.
2005-01-01  Paul EggertFix bug when stdout is closed. Update copyright to...
2004-12-26  Paul Eggert* doc/bison.texinfo (@copying): Update FDL version...
2004-12-26  Paul EggertFix changelog entry for configure.ac. BISON-2_0
2004-12-26  Paul Eggert* tests/torture.at (Exploding the Stack Size with Alloc...
2004-12-26  Paul EggertVersion 2.0.
2004-12-22  Paul Eggert* NEWS: Bison-generated parsers no longer default to...
2004-12-22  Paul Eggert* doc/bison.texinfo (Location Default Action): Mention...
2004-12-22  Akim Demaille* data/lalr1.cc (parser::token_number_type, parser...
2004-12-21  Akim Demaille* data/lalr1.cc (parser::parse): Return a bool instead...
2004-12-21  Akim DemailleDon't impose std::string for filenames.
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-20  Paul Eggert(YYLLOC_DEFAULT): Use GNU spacing conventions.
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-16  Paul Eggert* data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
2004-12-16  Akim Demaille* data/lalr1.cc (yyreport_syntax_error_): Catch up...
2004-12-16  Akim Demaille* src/print_graph.c (print_graph): Remove layoutalgorit...
2004-12-16  Akim DemailleUse #define to handle the %name-prefix.
2004-12-16  Akim DemailleMove lalr1.cc internals into yy*.
2004-12-16  Paul EggertFix some problems reported by twlevo at xs4all.
2004-12-15  Akim DemailleThe ChangeLog of the previous patch.
2004-12-15  Akim Demaille* data/lalr1.cc (lex_): Rename as...
2004-12-15  Akim DemailleSimplify the C++ parser constructor.
2004-12-15  Akim DemailleRemove b4_root related material: failure experiment
2004-12-14  Paul Eggert* data/glr.c: Fix yyerror_range usage.
2004-12-12  Paul EggertFix YYRHSLOC problem reported by Frank Heckenbach.
2004-12-11  Paul Eggert* HACKING: Update email addresses to send announcements to.
2004-12-11  Paul Eggert* configure.ac (AC_INIT): Bump version to 1.875f.
2004-12-11  Paul EggertUpdate log file entry for latest checkin to tests/actio...
2004-12-11  Paul EggertVersion 1.875e.
2004-12-11  Paul EggertCorrect URLs to email messages, so that they work with...
2004-12-10  Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-12-08  Paul Eggertgoto-number minor cleanup.
2004-11-23  Akim Demaille2004-11-23 Akim Demaille <akim@epita.fr>
2004-11-23  Paul Eggert* bootstrap (gnulib_modules): Add extensions.
2004-11-22  Paul EggertXFREE -> free
2004-11-17  Akim Demaille* data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
2004-11-17  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2004-11-17  Akim DemailleRemove an entry that was not actually committed, yet.
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-11-17  Akim DemailleThis ChangeLog entry belongs to the previous patch.
2004-10-27  Paul Eggert* data/glr.c (yyloc_default): Remove; not used.
2004-10-25  Akim Demaille* data/glr.c (YYRHSLOC): Move its definition next to...
2004-10-22  Paul EggertRemove some arbitrary limits on goto numbers and relations.
2004-10-22  Paul Eggertdoc/bison.texinfo (Language and Grammar): In example...
2004-10-11  Akim Demaille* src/symtab.c (symbol_check_alias_consistency): Also...
2004-10-09  Paul Eggert.cvsignore fixes to accommodate gnulib changes,
2004-10-06  Akim Demaille* src/parse-gram.y (add_param): Fix the truncation...
2004-10-05  Akim DemailleIn Bison 1.875's yacc.c, YYLLOC_DEFAULT was called...
2004-09-29  Akim Demaille* data/lalr1.cc: Move towards a more standard C++ codin...
2004-09-29  Akim Demaille* data/lalr1.cc: Reinstall the former ctor, for sake of
2004-09-27  Paul EggertFix comment in latest checkin; there wasn't a bug.
2004-09-27  Paul Eggert* src/parse-gram.y (add_param): Fix bug where NUL was...
2004-09-27  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): Fix its default...
2004-09-27  Akim Demaille* data/lalr1.cc (b4_parse_param_decl_1): New.
2004-09-27  Akim Demaille* src/parse-gram.y (add_param): Strip the leading and...
2004-09-24  Akim Demaille* data/c.m4 (b4_yysymprint_generate): Move the YYINPUT...
2004-09-24  Akim Demaille* doc/bison.texinfo (Table of Symbols): Sort.
2004-09-21  Akim Demaille* data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll...
2004-09-20  Akim DemailleLet the initial-action act on the look-ahead, and use...
2004-09-20  Akim Demaille* doc/bison.texinfo (Initial Action Decl): New.
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI...
2004-09-20  Akim Demaille* data/yacc.c (YY_LOCATION_PRINT): New.
2004-09-16  Akim Demaille* data/lalr1.cc (Stack::Iterator, Stack::ConstIterator...
2004-09-16  Akim DemailleHave more complete shift traces.
2004-09-08  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-09-06  Akim Demaille* data/lalr1.cc: Adjust the indentation of the labels.
2004-09-06  Akim Demaille* data/yacc.cc, data/glr.cc (yydestruct): Accept an...
2004-09-06  Akim Demaille* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2004-09-02  Akim Demaille* data/lalr1.cc (translate_, destruct_): No reason...
2004-09-02  Akim Demaille* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
2004-09-02  Akim DemailleFix ChangeLog.
2004-09-02  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2004-08-30  Akim Demaille* data/glr.c: Guard the declarations of yypstack and...
2004-08-26  Akim Demaille* doc/bison.texinfo (Implementing Loops): Rename as...
2004-08-13  Paul EggertAdjust to latest gnulib.
2004-08-11  Paul EggertRemove src/scan-action.l.
2004-08-08  Paul Eggertuniqstr wasn't being used for handle_syncline like...
2004-07-22  Paul EggertFix bug with non-%union parsers that have printers...
2004-06-22  Paul EggertReorganize GLR section a bit.
2004-06-21  Paul EggertNew section "Simple GLR Parsers".
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-06-03  Paul EggertUpdate location of patched M4 distribution.
2004-05-30  Paul EggertDon't assume the C++ compiler takes the same arguments...
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
next