]> git.saurik.com Git - bison.git/shortlog
bison.git
2005-05-27  Paul EggertFix infringement on user name space reported by Bruno...
2005-05-25  Paul EggertFix BeOS, FreeBSD, MacOS porting problems reported...
2005-05-23  Paul Eggert* README: Mention m4 1.4.3. Remove obsolete advice...
2005-05-23  Paul Eggert* bootstrap: Remove workaround for problem I encountere...
2005-05-23  Paul EggertVersion 2.0a.
2005-05-22  Paul Eggert* src/files.c: Include "stdio-safer.h"; this fixes...
2005-05-22  Paul EggertVarious maintainer cleanups.
2005-05-22  Paul Eggert* bootstrap: Add stdio-safer, unistd-safer modules.
2005-05-22  Paul Eggert* data/lalr1.cc (yy::]b4_parser_class_name[::parse...
2005-05-22  Paul Eggert(yy::]b4_parser_class_name[::parse): Port
2005-05-22  Paul EggertUpdate copyright date.
2005-05-22  Paul EggertRegenerate.
2005-05-22  Paul EggertFix a destructor bug reported by Wolfgang Spraul in
2005-05-21  Paul Hilfinger* data/glr.c (YY_SYMBOL_PRINT): Don't print newline...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-05-11  Paul Eggert* tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like...
2005-05-02  Paul EggertRegenerate.
2005-05-02  Paul Eggert* tests/actions.at: Test that stack overflow invokes...
2005-04-25  Paul Eggert(YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
2005-04-17  Paul EggertRegenerate.
2005-04-17  Paul Eggert* tests/input.at (Torturing the Scanner): Adjust to...
2005-04-17  Paul Eggert(Torturing the Scanner): Adjust to lack of quotes in...
2005-04-17  Paul Eggert* NEWS: Bison-generated C parsers no longer quote liter...
2005-04-16  Paul Eggert* tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the...
2005-04-16  Paul Eggert(AT_INCREASE_DATA_SIZE): Skip the test if
2005-04-16  Paul EggertRegenerate.
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2005-04-16  Paul Eggert(YYSTACK_ALLOC_MAXIMUM): New macro.
2005-04-14  Paul EggertRegenerate.
2005-04-14  Paul Eggert* NEWS: Bison-generated C parsers now use the _ macro to
2005-04-12  Paul EggertFix aliases bug reported by Tim Van Holder.
2005-04-12  Paul Eggert(symbol_make_alias): Call symbol_type_set,
2005-04-12  Paul Eggert(Typed symbol aliases): New test.
2005-03-26  Paul Eggert* tests/regression.at (Token definitions): Don't use...
2005-03-26  Paul Eggert(Token definitions): Don't use a token named c, as...
2005-03-21  Paul Eggert* bootstrap: Change translation URL.
2005-03-21  Paul Eggert* tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don...
2005-03-21  Paul Eggert(AT_COMPILE, AT_COMPILE_CXX): Don't put options
2005-03-18  Paul Eggert* tests/glr-regression.at (glr-regr2a.y): Try to dump...
2005-03-18  Paul Eggert(glr-regr2a.y): Try to dump core
2005-03-17  Paul EggertRespond to problems reported by twlevo@xs4all.nl.
2005-03-17  Paul EggertUse "trap - 0" rather than the unportable "trap 0".
2005-03-17  Paul EggertRegenerate.
2005-03-17  Paul Eggert* src/vcg.h: Comment fix.
2005-03-17  Paul Eggert(yyparse): Omit spaces before #line.
2005-03-15  Paul Eggert* src/tables.c (state_number_to_vector_number): Put...
2005-03-15  Paul Eggert(state_number_to_vector_number): Put it inside an
2005-03-07  Paul Eggert* src/output.c (escaped_output): Renamed from
2005-03-07  Paul Eggert(output_edge): Don't quote linestyle arg.
2005-03-01  Paul Eggert* doc/bison.texinfo (Semantic Tokens): Fix scoping...
2005-03-01  Paul Eggert(Semantic Tokens): Fix scoping problem in
2005-02-24  Paul Eggert* doc/bison.texinfo (Mfcalc Symtab): Correct the protot...
2005-02-24  Paul Eggert(Mfcalc Symtab): Correct the prototype for putsym.
2005-02-23  Paul Eggert* doc/bison.texinfo: minor typo fixes
2005-02-23  Paul Eggert(Language and Grammar): some -> same
2005-02-08  Paul EggertFix $ in test names.
2005-02-07  Paul EggertRenamed from "Invalid \$n", to work around an Autoconf...
2005-02-07  Paul Eggert(Improper handling of embedded actions and dollar(...
2005-01-28  Paul Eggert* src/vcg.c (output_graph): G_VIEW -> normal_view.
2005-01-28  Paul Eggert(output_graph): G_VIEW -> normal_view in case someone
2005-01-27  Paul Eggert* src/vcg.c (get_view_str): Remove case for normal_view.
2005-01-27  Paul Eggert(get_view_str): Remove case for normal_view.
2005-01-24  Paul Eggert* configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting...
2005-01-24  Paul Eggert(O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
2005-01-24  Paul Eggert* doc/bison.texinfo: Change @dircategory from "GNU...
2005-01-24  Paul EggertChange @dircategory from "GNU programming tools" to...
2005-01-23  Paul Eggert* tests/c++.at (AT_CHECK_DOXYGEN): Don't use options...
2005-01-23  Paul Eggert(AT_CHECK_DOXYGEN): Don't use options after operands.
2005-01-21  Paul EggertRegenerate.
2005-01-21  Paul Eggert* data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove ...
2005-01-21  Paul Eggert(YYCOPY, yystpcpy, yyparse): Remove "register".
2005-01-17  Paul EggertRegenerate.
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-13  Paul Eggert(OUTPUT_EXT, TAB_EXT): Define only if not defined
2005-01-10  Paul Eggert* tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100)...
2005-01-10  Paul Eggert(_AT_DATA_CALC_Y): Use alarm (100), not alarm (10).
2005-01-08  Paul Eggert* data/yacc.c (yyparse): Pacify non-GCC compilers about...
2005-01-08  Paul Eggert(yyparse): Pacify non-GCC compilers about yyerrorlab
2005-01-08  Paul Eggert(yyparse): Pacify non-GCC compilers about yyerrorlab
2005-01-05  Paul EggertTODO: Mention that we should allow NUL bytes in tokens.
2005-01-05  Paul EggertMention that we should support NUL bytes in tokens.
2005-01-03  Paul Eggert* src/scan-skel.l (<<EOF>>): Don't close standard output.
2005-01-03  Paul Eggert(<<EOF>>): Don't close standard output.
2005-01-01  Paul EggertFix bug when stdout is closed. Update copyright to...
2005-01-01  Paul Eggert(version): Happy new year; update overall
2005-01-01  Paul Eggert(AT_CHECK_OUTPUT): New arg SHELLIO.
2005-01-01  Paul Eggert("@output ".*\n): Don't close standard output.
2004-12-26  Paul Eggert* doc/bison.texinfo (@copying): Update FDL version...
2004-12-26  Paul EggertUpdate FDL license revision to 1.2.
2004-12-26  Paul EggertBump version number to 2.0a.
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 Eggert(Exploding the Stack Size with Alloca): Set
2004-12-26  Paul EggertRegenerate.
2004-12-26  Paul EggertVersion 2.0.
2004-12-26  Paul EggertReformat news for version 2.0.
2004-12-26  Paul Eggert(AC_INIT): Bump version to 2.0.
2004-12-26  Paul Eggert(yydestruct_): Pacify unused variable warning for yymsg...
2004-12-26  Paul Eggert(new_itemsets): Use memset rather than zeroing by hand...
next