]> git.saurik.com Git - bison.git/shortlog
bison.git
2006-05-27  Paul EggertRegenerate.
2006-05-27  Paul Eggert* data/yacc.c (yy_reduce_print): Omit trailing white...
2006-05-22  Paul Eggert* Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute...
2006-05-21  Joel E. Denny* data/yacc.c (yyparse): Wrap the final return from...
2006-05-21  Paul EggertRegenerate.
2006-05-21  Joel E. Denny* data/glr.c (yyresolveLocations): Remove bogus YYASSER...
2006-05-21  Paul Eggert* data/c.m4 (b4_yy_symbol_print_generate):
2006-05-19  Paul EggertUpdate version number to 2.2a.
2006-05-19  Paul EggertRegenerate.
2006-05-19  Paul EggertWhoops, I meant version 2.2.
2006-05-19  Paul EggertVersion 2.1.
2006-05-17  Joel E. Denny* data/glr.c (yyreportTree): Make room in yystates...
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-05-14  Akim Demaille* doc/bison.texinfo (C++ Bison Interface): Clarify...
2006-05-14  Akim Demaille* data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* etc/bench.pm: Shorten bench names.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-05-14  Akim DemailleFix.
2006-05-14  Paul EggertGive credit to Akim for suggestion.
2006-05-14  Paul EggertRegenerate.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-11  Paul Eggert* doc/bison.texinfo (Calc++ Scanner): The flex behavior...
2006-05-11  Akim Demaille* examples/extexi: Enforce the precedence of concatenat...
2006-05-11  Akim DemailleComplete ChangeLog.
2006-05-11  Akim Demaille* data/lalr1.cc (yytranslate_): Rename token as t to...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-05-01  Juan Manuel... Add sane defaults for grep, egrep, fgrep and sed.
2006-04-30  Juan Manuel... Add information about what autoconf version configurati...
2006-04-30  Juan Manuel... Use a more general search string in ac_abs_builddir...
2006-04-30  Juan Manuel... Add more possible file name variations of Makefile...
2006-04-27  Akim Demaille* data/glr.cc: Remove dead code.
2006-04-25  Paul Eggert* bootstrap: Comment out the AM_CPPFLAGS line, since...
2006-04-24  Akim Demaille* doc/bison.texinfo (Multiple start-symbols): New.
2006-04-24  Akim Demaille* etc/README, etc/bench.pl: New.
2006-04-03  Akim Demaille* src/scan-gram.l: Be robust to BRACED_CODE appearing...
2006-03-17  Paul Eggert* doc/bison.texinfo (Decl Summary): Don't mention yyllo...
2006-03-14  Juan Manuel... * Delete all environment variables after use to avoid...
2006-03-13  Paul EggertRemove @shorttitlepage stuff; it wasn't used
2006-03-12  Akim Demaille* tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the...
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-03-10  Akim Demaille* TODO: Remove dead items.
2006-03-10  Akim DemailleFix ChangeLog.
2006-03-10  Akim Demaille* doc/FAQ: Remove, merged into...
2006-03-10  Akim Demaille* data/c.m4 (b4_token_enum): Always define the enum...
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-03-08  Joel E. Denny* doc/bison.texinfo (Introduction): Mention GLR and...
2006-03-07  Paul Eggert* data/glr.c (yyresolveLocations): Rename local variabl...
2006-03-06  Paul Eggert* tests/Makefile.am ($(srcdir)/package.m4, maintainer...
2006-03-06  Joel E. Denny* tests/glr-regression.at (Uninitialized location when...
2006-03-04  Joel E. Denny* tests/glr-regression.at (Leaked semantic values when...
2006-03-02  Joel E. DennyAvoid memory leaks by not invoking longjmp in yyreportA...
2006-03-02  Joel E. DennyDon't leak semantic values for parent RHS when a user...
2006-02-27  Paul Eggert* data/glr.c (yyexpandGLRStack): Catch an off-by-one...
2006-02-21  Joel E. Denny* doc/bison.texinfo (Mid-Rule Actions): Explain how...
2006-02-18  Paul EggertAdd "2.1b".
2006-02-17  Paul EggertRegenerate.
2006-02-17  Paul Eggert* data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE...
2006-02-14  Paul Eggert* NEWS: Clarify symbols versus types in unused-value...
2006-02-13  Paul EggertBump version number.
2006-02-13  Paul Eggert* NEWS: Version 2.1a.
2006-02-12  Paul Eggert* m4/c-working.m4: New file.
2006-02-11  Paul Eggert* Makefile.maint: Merge from coreutils.
2006-02-10  Paul Eggert* m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):...
2006-02-09  Paul EggertUpdate copyright.
2006-02-08  Paul Eggert* doc/bison.texinfo (Calc++ Scanner): Work around a...
2006-02-08  Paul Eggert* examples/calc++/Makefile.am (check_PROGRAMS): Renamed...
2006-02-07  Juan Manuel... * Add a sane default for awk.
2006-02-06  Paul Eggert* tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include...
2006-02-06  Juan Manuel... Various DJGGP specific issues in /djgpp.
2006-02-06  Juan Manuel... * Comment fixes.
2006-02-06  Juan Manuel... * Minor documentation fixes.
2006-02-06  Juan Manuel... * Fix data/glr.cc to reflect the renaming of c++.m4...
2006-02-06  Juan Manuel... * Use colon instead of semicolon as path separator...
2006-02-02  Paul Eggert* m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):...
2006-02-02  Paul Eggert* m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):...
2006-02-02  Paul Eggert* data/lalr1.cc (yytranslate_): No longer inline.
2006-02-01  Paul Eggert* lib/bbitset.h (struct bitset_vtable): Rename members...
2006-02-01  Paul Eggert* tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume...
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 Eggert* tests/input.at (AT_CHECK_UNUSED_VALUES): Remove....
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 EggertWork around a bug in bro 0.8, which underparenthesizes its
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 EggertInitial version
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 Eggert* doc/bison.texinfo (Prologue, Rules, Actions, Union...
2006-01-20  Paul EggertFix some porting glitches found by Nelson H. F. Beebe.
2006-01-20  Paul Eggert* bootstrap: Undo changes to gnulib files that autoreco...
2006-01-20  Paul EggertUndo changes to gnulib files that autoreconf made.
next