platform/upstream/bison.git
2003-06-17 Paul Eggert1.875b changes
2003-06-17 Paul EggertDocument 1.875b.
2003-06-17 Paul EggertAdd nls.m4, po.m4.
2003-06-17 Paul EggertAdd stdbool.h.
2003-06-17 Paul Eggert(EXTRA_DIST): Add the following files, which
2003-06-17 Paul Eggert(vbitset_resize, vbitset_ones, vbitset_zero,
2003-06-17 Paul EggertDo not include config.h; that's the includer's job.
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset, then:
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset, then:
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset, except continue to...
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset; then:
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset.
2003-06-17 Paul EggertUpgrade to 2003-06-08 libbitset; then:
2003-06-17 Paul Eggert(bitsets_sources): Add vbitset.c, vbitset.h.
2003-06-17 Paul EggertRename stdbool.h.in to stdbool_.h, to follow gnulib.
2003-06-17 Paul Eggert(How Can I Reset the Parser): Renamed from `How Can...
2003-06-16 Paul Eggert* configure.ac (AM_STDBOOL_H): Invoke this instead...
2003-06-16 Paul Eggert(EXTRA_DIST): Add stdbool_.h.
2003-06-16 Paul EggertUpgrade to today's gnulib.
2003-06-16 Paul EggertMinor white space issues, e.g. trailing white space...
2003-06-16 Paul Eggert(AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
2003-06-16 Paul Eggert(_AT_TEST_GLR_CXXTYPES): Ensure yylex and
2003-06-10 Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-06-07 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-07 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-06 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-05 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-04 Paul EggertAvoid warnings generated by GCC 2.95.4 when Bison is
2003-06-04 Paul Eggert(_AT_DATA_DANCER_Y): Declare yylex to take
2003-06-04 Paul Eggert(Improper handling of embedded actions and $-N in GLR...
2003-06-04 Paul Eggert(yy::]b4_parser_class_name[::parse,
2003-06-02 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-02 Paul EggertInitial revision
2003-06-02 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-02 Paul Eggert* data/lalr1.cc (yy::Position::lines, yy::Position...
2003-06-02 Paul Eggert(yy::Position::lines, yy::Position::columns,
2003-06-02 Paul EggertDon't pass C-only options to g++.
2003-06-02 Paul Eggert(AT_COMPILE_CXX): Use it instead of CFLAGS.
2003-06-02 Paul Eggert(CXXFLAGS): New var.
2003-06-02 Paul Eggert(WARNING_CXXFLAGS): New subst. Set it to
2003-06-02 Paul Eggert(yyfillin): Renamed from the old yyfill. Mark
2003-06-02 Paul Eggert(_AT_DATA_CALC_Y): Include unistd.h if available.
2003-06-02 Paul Eggert(YYERROR): Now just 'goto yyerrorlab', since the
2003-06-01 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-01 Paul EggertImport of 2003-06-08 libbitset <mail.gnu.org/archive...
2003-06-01 Paul EggertInitial revision
2003-05-25 Paul Eggert* data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
2003-05-25 Paul Eggert(union yyalloc): Do not evaluate
2003-05-25 Paul Eggert(YYSTACKEXPANDABLE): Do not evaluate
2003-05-24 Paul EggertRegenerate.
2003-05-24 Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-05-24 Paul EggertSync from automake 1.7.5.
2003-05-14 Paul EggertSemicolons are now allowed before "|".
2003-05-14 Paul EggertRequire a semicolon after a grammar declaration, in...
2003-05-14 Paul EggertRegenerate.
2003-05-14 Paul Eggert(Torturing the Scanner): Add tests for ";|" in a grammar.
2003-05-14 Paul Eggert(rules_or_grammar_declaration): Require a
2003-05-14 Alexandre Duret... %parse-param support for lalr1.cc.
2003-05-12 Paul Eggert* doc/bison.texinfo (How Can I Reset @code{yyparse}):
2003-05-12 Paul Eggert(How Can I Reset @code{yyparse}): Reword the
2003-05-05 Paul Eggert* lib/bitset.h (__INT_TO_PTR): Define to a value that...
2003-05-05 Paul Eggert(__INT_TO_PTR): Define to a value that presumes C89.
2003-05-04 Paul Eggert* lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
2003-05-04 Paul Eggert(BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
2003-04-29 Paul EggertOmit spaces around "---".
2003-04-29 Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-04-29 Akim Demaille* doc/bison.texinfo (C++ Parsers, Implementing Loops...
2003-04-29 Akim DemailleUpdate.
2003-04-29 Akim Demaille* tests/calc.at: Also test yacc.c and glr.c (but not...
2003-04-29 Akim DemailleRegen.
2003-04-29 Paul Eggert* data/yacc.c: (b4_lex_param): Corrected for the case...
2003-04-29 Paul Eggert(b4_lex_param): Corrected for the case where %lex-param...
2003-04-28 Paul EggertAvoid gcc -Wundef warnings reported by Gerald Pfeifer in
2003-04-28 Paul EggertAvoid gcc -Wundef warnings reported by Gerald Pfeifer in
2003-04-27 Paul Eggert* data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser...
2003-04-27 Paul Eggert(yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
2003-04-27 Paul Eggert* configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since...
2003-04-27 Paul Eggert(AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
2003-04-22 Paul Eggert* m4/error.m4: Update from Bruno Haible's 2003-04-14...
2003-04-22 Paul EggertUpdate from Bruno Haible's 2003-04-14 patch to gnulib.
2003-04-21 Paul Eggert* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
2003-04-21 Paul Eggert(yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
2003-04-18 Paul EggertDon't invoke unput from scan-gram.l; it ran into a...
2003-04-18 Paul Eggert(Invalid inputs): Remove cascaded diagnostic that is...
2003-04-18 Paul EggertAdd %option nounput, since we no longer use unput.
2003-04-18 Paul EggertFix regression reported by Werner Lemberg in
2003-04-18 Paul Eggert(GNU pic Grammar): New test case, taken from
2003-04-18 Paul Eggert(set_conflicts): Resolve all conflicts, not just
2003-03-31 Akim Demaille* doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the...
2003-03-31 Akim Demaille* src/output.c (prepare_symbols): Avoid trailing spaces...
2003-03-31 Akim Demaille* doc/bison.texinfo (Strings are Destroyed): s/losses...
2003-03-29 Akim Demaille* m4/error.m4: Do not put under dynamic conditions...
2003-03-29 Akim DemailleRestore a missing ChangeLog entry.
2003-03-29 Akim Demaille* doc/bison.texinfo (How Can I Reset @code{yyparse...
2003-03-29 Akim Demaille* .cvsignore: Add configure.lineno.
2003-03-29 Akim DemailleRegen.
2003-03-14 Paul EggertUpdate .cvsignore files.
2003-03-14 Paul EggertAdd testsuite.log
2003-03-14 Paul EggertAdd configure.lineno.
2003-03-14 Paul EggertAdd 'yacc'.
next