platform/upstream/bison.git
2003-01-22 Paul Eggert* data/yacc.c (YYERROR): Move code from yyerrlab1 to...
2003-01-22 Paul Eggert(YYERROR): Move code from yyerrlab1 to here, so that
2003-01-17 Paul Eggert* src/output.c (symbol_printers_output): Fix typo that led
2003-01-17 Paul Eggert(symbol_printers_output): Fix typo that led
2003-01-13 Akim Demaille Quoc Peyrot <chojin@lrde.epita.fr>,
2003-01-13 Akim DemailleRegen.
2003-01-13 Paul Eggert%expect-violations are now just warnings, reverting...
2003-01-13 Paul Eggert* NEWS: %expect-violations are now just warnings, reverting
2003-01-11 Paul Eggert(version): Update copyright year.
2003-01-09 Akim Demaille* src/Makefile.am, lib/Makefile.am: Use $(VAR) instead...
2003-01-09 Paul EggertInvoke wget with -C off, to disable proxy caches.
2003-01-09 Paul Eggert(WGETFLAGS): New macro, containing "-C off" to disable...
2003-01-07 Paul EggertUpdate copyright.
2003-01-07 Paul EggertAdd a reference to the GLR paper of Scott, Johnstone...
2003-01-07 Paul Eggert(Generalized LR Parsing): Add a reference to the GLR...
2003-01-05 Paul EggertAdd --disable-yacc.
2003-01-05 Paul Eggert(bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
2003-01-05 Paul Eggert(lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
2003-01-05 Paul Eggert(AC_ARG_ENABLE): Add --disable-yacc.
2003-01-05 Paul EggertUpdate copyright date.
2003-01-05 Paul EggertDo not let the scan-skel token buffer grow unboundedly...
2003-01-05 Paul Eggert(yyerrlab1): Omit attribute if __cplusplus is defined,
2003-01-04 Paul Eggert(__INT_TO_PTR) [__STDC__]: Cast result to
2003-01-04 Paul Eggert([^@\n]): Renamed from [^@\n]+ so that the token buffer...
2003-01-03 Paul Eggert(QPUTS): Omit redundant `;' from macro definition.
2003-01-03 Paul Eggert(bitset_stats_list): Remove unused var.
2003-01-03 Paul EggertUpdate copyright.
2003-01-03 Paul Eggert("@oline@"): Output lineno+1, not lineno.
2003-01-03 Paul Eggert(yybool): Renamed from bool, to avoid collisions in C.
2003-01-03 Paul Eggert(_Bool, bool, false, true, __bool_true_false_are_defined):
2003-01-03 Paul Eggert(_Bool, bool, false, true, __bool_true_false_are_defined):
2003-01-02 Paul EggertPacify the buggy "smart preprocessor" in MacOS 10.2.3.
2003-01-02 Paul Eggert(yyerrlab1): Append `;' after attribute, to
2003-01-02 Paul EggertUpdate copyright date.
2003-01-02 Paul EggertComment fixes.
2003-01-02 Paul EggertCorrect the address of info-gnu.
2003-01-01 Paul EggertUpdate version number to 1.875a.
2003-01-01 Paul EggertRegenerate. BISON-1_875
2003-01-01 Paul EggertBison 1.875.
2002-12-31 Paul Eggertsrc/scan-gram.l (<SC_BRACED_CODE>"}"): Append ";" only...
2002-12-30 Paul EggertTreat stray "," more uniformly.
2002-12-30 Paul Eggert(<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
2002-12-30 Paul Eggert(<SC_BRACED_CODE>"}"): Append ";" before the last brace...
2002-12-30 Paul Eggert(YYDECL): Use YYSTYPE, not its deprecated alias yystype...
2002-12-29 Paul Eggert* src/symtab.c (symbol_make_alias): Set type of SYMVAL...
2002-12-29 Paul Eggert(symbol_make_alias): Set type of SYMVAL to be that...
2002-12-29 Paul EggertUpdate version number to 1.75g.
2002-12-29 Paul EggertRegenerate.
2002-12-29 Paul EggertVersion 1.75f.
2002-12-29 Paul Eggert(Badly Collapsed GLR States): Switch to Yacc-style...
2002-12-29 Paul Eggert(GNU Cim Grammar): Switch to Yacc-style reports.
2002-12-29 Paul Eggert(Unresolved SR Conflicts, Defaulted
2002-12-29 Paul Eggert(conflict_report):
2002-12-29 Paul Eggert(Understanding): Use Yacc style for conflict reports...
2002-12-29 Paul Eggert(reduce_print): Don't invoke fflush; it's not needed.
2002-12-29 Paul Eggert(warn_at, warn, complain_at, complain, fatal_at, fatal...
2002-12-28 Paul EggertFix a bug where error locations were not being recorded...
2002-12-28 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR):
2002-12-28 Paul EggertMention that YYLLOC_DEFAULT is also invoked for syntax...
2002-12-28 Paul Eggert(yyparse): New local var yylerrsp, to record the
2002-12-28 Paul EggertRemove this file, since we
2002-12-26 Paul EggertInclude quote.h.
2002-12-26 Paul Eggert(%expect with reduce conflicts): New test.
2002-12-26 Paul Eggert(conflicts_print): If the user specifies "%expect N...
2002-12-26 Paul EggertDon't use m4_include on relative file names, as it...
2002-12-26 Paul Eggert(dist_m4sugar_DATA): Remove m4sugar/version.m4.
2002-12-26 Paul EggertDon't include m4sugar/version.m4.
2002-12-26 Paul EggertDon't include c.m4, as "include" doesn't do what we...
2002-12-26 Paul Eggert(output_skeleton): Use full path names when
2002-12-26 Paul EggertMention the "yacc" command in the synopsis.
2002-12-26 Paul EggertComment fix: don't mention obsolete bison.simple.
2002-12-26 Paul EggertComment wording fix.
2002-12-26 Paul Eggert(getargs) [MSDOS]: Don't assume optarg != NULL
2002-12-26 Paul Eggert(declaration): Use enum "report_states" rather
2002-12-26 Paul Eggert("@output ".*\n): Close any old yyout before opening...
2002-12-24 Paul EggertRemove broken URL.
2002-12-24 Paul EggertBump version number.
2002-12-24 Paul EggertVersion 1.75e.
2002-12-24 Paul EggertRegenerate.
2002-12-24 Paul Eggert(cvs-update): Don't assume that the shell supports...
2002-12-24 Paul EggertUpdate from gnulib.
2002-12-24 Paul Eggert(lloc_default): Remove test for empty
2002-12-24 Paul EggertIf the user does not define YYSTYPE as a macro, Bison...
2002-12-24 Paul Eggert(handle_dollar, handle_at): Now takes int
2002-12-24 Paul Eggert(braced_code, current_braced_code): Remove.
2002-12-24 Paul Eggert(add_param): 2nd arg is now char * not char
2002-12-24 Paul Eggert If the user does not define YYSTYPE as a macro, Bison...
2002-12-24 Paul Eggert(b4_location_type): Remove.
2002-12-24 Paul Eggert(b4_location_type): Remove.
2002-12-24 Paul Eggert* If the user does not define YYSTYPE as a macro, Bison...
2002-12-21 Paul EggertComment fix.
2002-12-21 Paul Eggert(Decl Summary): yytname's first element is not always...
2002-12-18 Paul EggertOmit mentions of %lex-param and %parse-param for now.
2002-12-18 Paul Eggert(Parser Function, Purel Calling, Error
2002-12-18 Paul EggertOmit mentions of %lex-param and %parse-param from the...
2002-12-15 Paul Eggert(Error Reporting): randomness -> nastiness, to fix...
2002-12-15 Paul EggertUndo most of the 2002-11-12 yychar -> yytoken patch...
2002-12-15 Paul EggertUndo most of the 2002-11-12 yychar -> yytoken patch...
2002-12-13 Paul EggertAdd date to 1.75d notice.
2002-12-13 Paul Eggert(AC_INIT): Bump version number to 1.75e.
next