]> git.saurik.com Git - bison.git/history - src
Clean up yesterday's patch.
[bison.git] / src /
2006-06-25  Joel E. DennyClean up yesterday's patch.
2006-06-24  Joel E. DennyFix bug that mistakes braced code in a declaration...
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-22  Joel E. DennyAdd comparison operators for C++ location classes....
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_from_uniqstr)...
2006-06-19  Joel E. Denny* src/scan-gram.l: Remove unused declaration of last_st...
2006-06-19  Paul EggertRegenerate.
2006-06-19  Paul Eggert* src/parse-gram.y (char_name): New function.
2006-06-19  Akim Demaille* src/scan-gram.l: No longer "parse" things after ...
2006-06-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-06-08  Joel E. Denny* src/flex-scanner.h (yytext): Remove stray `*/' in...
2006-06-07  Joel E. Denny* src/flex-scanner.h: For the sake of Flex 2.5.4, don...
2006-06-07  Joel E. Dennysrc/location.h: #include "system.h" rather than <stdboo...
2006-06-07  Joel E. DennyGet Bison to build again when configured with --enable...
2006-06-07  Akim DemailleAdd it for real.
2006-06-07  Akim Demaille* src/scan-gram.l: Move the "add a trailing ; to action...
2006-06-07  Akim Demaille* src/Makefile.am (BUILT_SOURCES): Fix the trailing...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-06-06  Joel E. Denny* src/getargs.c (usage): Mention GLR not just LALR...
2006-06-06  Joel E. DennyBetween Bison releases, manually append `+' to the...
2006-05-30  Joel E. Denny* src/getargs.c (usage): Back out yesterday's modificat...
2006-05-29  Joel E. Denny* src/getargs.c (usage): Mention GLR not just LALR...
2006-05-27  Paul EggertRegenerate.
2006-05-21  Paul EggertRegenerate.
2006-05-19  Paul EggertRegenerate.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-05-14  Paul EggertRegenerate.
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2006-03-09  Paul EggertFix two nits reported by twlevo, plus one more that...
2006-03-08  Paul EggertFix some nits reported by twlevo.
2006-02-17  Paul EggertRegenerate.
2006-01-30  Joel E. DennyDuring deterministic GLR operation, user actions should...
2006-01-30  Paul Eggert* src/parse-gram.y (grammar_declaration): Location...
2006-01-30  Paul EggertRegenerate.
2006-01-30  Paul EggertFix a longstanding bug uncovered by bro-0.9a9/src/parse...
2006-01-27  Paul Eggert* src/reader.c (symbol_should_be_used): Renamed from...
2006-01-23  Paul EggertRegenerate.
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2006-01-23  Paul Eggert(check_and_convert_grammar): New function.
2006-01-22  Paul Eggert* src/assoc.c (assoc_to_string): Use a default: abort...
2006-01-22  Paul EggertFix white space glitches.
2006-01-22  Paul Eggert* Makefile.cfg (local-checks-to-skip): Add changelog...
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2006-01-20  Paul EggertFix some porting glitches found by Nelson H. F. Beebe.
2006-01-20  Paul EggertMinor fixups to get 'make maintainer-check' to work.
2006-01-18  Paul EggertAvoid undefined behavior that accessed just before...
2006-01-14  Paul EggertFix minor white space and indentation problems.
2006-01-05  Akim Demaille* src/reader.c, src/symlist.h, src/symlist.c: s/mid_rul...
2006-01-04  Paul EggertRegenerate.
2006-01-04  Akim DemailleAlso warn about non-used mid-rule values.
2006-01-04  Akim Demaille* src/reader.c (grammar_midrule_action): If $$ is set...
2006-01-03  Paul EggertRegenerate.
2006-01-03  Paul Eggert* doc/bison.texinfo (Bison Options): Say more accuratel...
2006-01-03  Paul EggertUpdate copyright.
2006-01-03  Paul Eggert(reduce_grammar): Remove unnecessary cast to bool.
2006-01-03  Paul EggertWarn about dubious constructions like "%token T T".
2006-01-03  Paul Eggert* data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2006-01-03  Paul Eggert(muscle_grow): Fix comment.
2006-01-03  Paul EggertUpdate copyright year to 2006.
2006-01-02  Akim Demaille* src/output.c (output_skeleton): Don't hard wire the...
2005-12-28  Paul EggertUpdate copyright.
2005-12-28  Paul Eggert* src/location.h (boundary): Note that a line or column...
2005-12-28  Paul Eggert(grammar_rule_check): Rewrite slightly to avoid GCC...
2005-12-27  Paul Eggert* src/reader.c (grammar_midrule_action, grammar_symbol_...
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-12-23  Paul EggertRegenerate.
2005-12-22  Akim DemailleWarn about unused values.
2005-12-09  Paul EggertRegenerate.
2005-12-09  Paul EggertWork around flex portability bug.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-12-09  Paul EggertRegenerate.
2005-12-09  Paul Eggert* src/parse-gram.y: Fix minor problems uncovered by...
2005-12-01  Paul EggertRegenerate.
2005-11-18  Paul Eggert* src/conflicts.c (conflicts_print): Don't print file...
2005-11-09  Akim Demaille* src/scan-skel.l: Use a couple of asserts.
2005-11-09  Akim DemailleIn some (weird) cases, the final state number is incorrect.
2005-10-21  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene...
2005-10-13  Paul Eggert* NEWS: Bison now warns if it finds a stray `$' or...
2005-10-13  Akim Demaille* src/scan-skel.l: Output the base name parts of the...
2005-10-13  Paul EggertRegenerate.
2005-10-12  Akim Demaille* src/parse-gram.y (version_check): Exit 63 to please...
2005-10-11  Paul EggertRegenerate.
2005-10-11  Paul EggertWork around portability problems with Visual Age C...
2005-10-06  Paul EggertRegenerate.
2005-10-05  Paul EggertRegenerate.
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertRegenerate.
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-10-02  Akim Demaille* bootstrap (gnulib_modules): Add strverscmp.
2005-10-02  Akim Demaille Akim Demaille <akim@epita.fr>
2005-10-02  Juan Manuel Guerrero(output_skeleton): Use end_of_output_subpipe() to handle
2005-09-30  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2005-09-27  Paul Eggert* bootstrap (gnulib_modules): Add verify.
2005-09-21  Paul EggertRegenerate.
2005-09-21  Paul EggertRegenerate.
2005-09-21  Paul EggertMore alloca cleanups.
2005-09-20  Paul EggertRegenerate.
next