platform/upstream/bison.git
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-18 Paul EggertRegenerate.
2004-08-13 Paul EggertAdjust to latest gnulib.
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-07-22 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR,
2004-07-22 Paul Eggert(symbol_destructors_output, symbol_printers_output):
2004-07-22 Paul Eggert(yystype) [defined YYSTYPE]: Define to YYSTYPE, not...
2004-07-22 Paul Eggert(b4_symbol_actions): Don't assume %union was used.
2004-06-22 Paul EggertReorganize GLR section a bit.
2004-06-21 Paul EggertOne more "lookahead" -> "look-ahead" change.
2004-06-21 Paul EggertNew section "Simple GLR Parsers".
2004-06-21 Paul EggertRegenerate.
2004-06-21 Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-06-03 Paul EggertUpdate location of patched M4 distribution.
2004-06-03 Paul EggertUpdate location of patched M4 version.
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++.
2004-05-29 Paul EggertWorkaround for SGI C++ compiler.
2004-05-27 Paul EggertIncrease prerequisite version numbers to match what...
2004-05-27 Paul EggertRegenerate.
2004-05-27 Paul Eggert* src/parse-gram.y (lloc_default): Rewrite to avoid...
2004-05-26 Paul Eggert* configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from...
2004-05-26 Paul EggertAlso mention that %union can depend on prerequisite...
2004-05-26 Paul Eggert* README: Mention GNU m4 1.4 bugs and Akim's patched...
2004-05-26 Paul Eggert* bootstrap: Don't assume $(...) works; use `...` instead.
2004-05-25 Paul Eggert* doc/bison.texinfo (Decl Summary, Bison Options):...
2004-05-25 Paul EggertUndo change made earlier today: it caused autopoint...
2004-05-24 Paul EggertThe gettext version checking is causing more trouble...
2004-05-24 Paul EggertEnsure that the C++ compiler used for testing actually...
2004-05-21 Paul EggertOutput yylloc macro defn in glr.c even if locations...
2004-05-21 Paul Eggert* configure.ac (AC_INIT): Update to 1.875e.
2004-05-21 Paul EggertVersion 1.875d.
2004-05-07 Paul EggertUse size_t (not unsigned int) for hashes, since the...
2004-05-03 Paul EggertDon't DEFUN AM_INTL_SUBDIR twice.
2004-05-03 Paul EggertRegenerate.
2004-05-03 Paul Eggert* src/parse-gram.y: Put copyright notice inside %{...
2004-05-03 Paul EggertReject unescaped newlines in strings.
2004-05-03 Paul EggertRemove more 'intl'-related files while bootstrapping.
2004-04-28 Paul EggertGet files from the gnulib and po repositories, instead...
2004-04-28 Paul Eggert(GZIP_ENV): Don't use --rsyncable if gzip doesn't
2004-04-28 Paul EggertRemove more K&R C support.
2004-04-28 Paul EggertRewrite so that subpipe.h can stand alone. Assume...
2004-04-28 Paul EggertRemove PARAMS.
2004-04-28 Paul EggertRemove PARAMS and upgrade to latest obstack.h.
2004-04-28 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
2004-04-28 Paul Eggert(%union synch line): Put a dummy member in
2004-04-28 Paul Eggert(Parser::stos_) [! YYDEBUG]: Define even in this
2004-04-13 Paul EggertUpdate copyright to 2004.
2004-04-13 Paul Eggert* src/conflicts.c (conflicts_print): Correct format...
2004-03-31 Paul EggertRegenerate.
2004-03-31 Paul EggertUse 'short int' rather than 'short', and similarly...
2004-03-30 Paul Eggert(version): Update copyright year to 2004.
2004-03-26 Paul Hilfinger* src/parse-gram.y: Define PERCENT_EXPECT_RR.
2004-03-08 Paul EggertAdd support for hex token numbers.
2004-02-25 Paul Eggert(AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers.
2004-02-25 Paul EggertAdd a marker for when 1.875c was published.
2004-02-09 Alexandre Duret... Support %destructor and merge error locations in lalr1.cc.
2004-02-02 Paul EggertRegenerate.
2004-02-02 Paul EggertReplace INCLUDES with AM_CPPFLAGS, fixing a bug in...
2004-02-02 Paul Eggert(yytokenName): Bullet-proof against YYEMPTY token.
2004-01-14 Paul Hilfingerdata/glr.c: Put casts on uses of YYREALLOC and YYMALLOC...
2003-12-24 Paul EggertLog today's changes.
2003-12-24 Paul EggertAdd Makevars.template, stamp-po.
2003-12-24 Paul Eggert($(TESTSUITE)): Remove warning about ignoring
2003-12-24 Paul EggertRequire Autoconf 2.59, and don't include local.at twice...
2003-12-24 Paul Eggert(Torturing the Scanner): Don't use \x0 or \0 in
2003-12-24 Paul Eggert(output_skeleton): Rename local var.
2003-12-24 Paul EggertSync with Automake 1.8.
2003-12-02 Akim Demaille* doc/bison.texinfo (How Can I Reset the Parser): More...
2003-11-18 Alexandre Duret... * doc/bison.texinfo (Bison Options): Escape `@' in...
2003-10-21 Paul Eggerta -> an (minor typo fix)
2003-10-07 Paul EggertDon't run 'testsuite --clean' if testsuite doesn't...
2003-10-07 Paul EggertDo not allow NUL bytes in string literals or character...
2003-10-05 Paul EggertDon't document %no-default-prec for now.
2003-10-05 Paul EggertIn GLR grammars, $N and @N now yield non-modifiable...
2003-10-01 Paul EggertRegenerate.
2003-10-01 Paul EggertUse "%no-default-prec" instead of "%default-prec 0".
2003-10-01 Akim DemailleVCG no longer supports long_straight_phase.
2003-10-01 Akim DemailleUpdate.
2003-09-30 Paul EggertDescribe %default-prec.
2003-09-30 Paul EggertAdd %default-prec.
2003-09-30 Paul EggertInclude local.at, not input.at, fixing a typo in the...
next