platform/upstream/bison.git
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...
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 Paul Eggert(Location Default Action): Mention that n must be zero...
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-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 EggertRegenerate.
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-16 Paul Eggert* src/vcg.h (enum layoutalgorithm): Remove. All uses...
2004-12-16 Paul Eggert(symbol_new): Report an error if the input grammar...
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 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-14 Paul Eggert(struct yyGLRStack): yyerror_range now has 3 items,
2004-12-12 Paul EggertRegenerate.
2004-12-12 Paul EggertFix YYRHSLOC problem reported by Frank Heckenbach.
2004-12-12 Paul Eggert(YYRHSLOC): Don't have two definitions, one for
2004-12-12 Paul Eggert(YYRHSLOC): New macro, taken from glr.c.
2004-12-12 Paul Eggert(Location Default Action): Don't claim that
2004-12-11 Paul Eggert* HACKING: Update email addresses to send announcements to.
2004-12-11 Paul EggertUpdate email addresses to send announcements to.
2004-12-11 Paul Eggert* configure.ac (AC_INIT): Bump version to 1.875f.
2004-12-11 Paul Eggert(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 Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
2004-12-11 Paul EggertUpdate GNU m4 URL.
2004-12-11 Paul EggertVersion 1.875e.
2004-12-11 Paul EggertInclude "complain.h", for "fatal".
2004-12-11 Paul Eggert(relation_print, relation_digraph):
2004-12-11 Paul Eggert(relation_print, relation_digraph):
2004-12-11 Paul Eggert(yyuserAction, yyrecoverSyntaxError): Mark args
2004-12-11 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
2004-12-11 Paul EggertCorrect URLs to email messages, so that they work with...
2004-12-11 Paul EggertAdd Alexandre Duret-Lutz, Baron Schwartz, Frank Heckenb...
2004-12-10 Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-12-10 Paul Eggert(allocate_itemsets): Use xnmalloc, not xcalloc,
2004-12-10 Paul Eggert(CALLOC, MALLOC, REALLOC): Remove.
2004-12-09 Paul EggertAdd strdup.m4.
2004-12-09 Paul EggertAdd strdup.c, strdup.h.
2004-12-08 Paul Eggertgoto-number minor cleanup.
2004-12-08 Paul Eggert(save_column, default_goto):
2004-12-08 Paul Eggert(set_goto_map): Don't allow ngotos to equal
next