platform/upstream/bison.git
2003-03-02 Akim DemailleWrite a test the yycheck overrun reported by Andrew...
2003-03-02 Akim DemailleCreate tests/local.at for Bison generic testing macros.
2003-03-02 Paul EggertMinor improvements to today's scan-gram.l bugfix.
2003-03-02 Paul Eggert(code_start): Initialize it to scanner_cursor,
2003-03-01 Akim Demaille* src/scan-gram.l (code_start): Always initialize it...
2003-03-01 Akim DemailleRegen.
2003-02-28 Paul Eggert* lib/mbswidth.c: Include <wchar.h> before "mbswidth...
2003-02-28 Paul EggertInclude <wchar.h> before "mbswidth.h", to work around...
2003-02-26 Paul Eggert* README: Mention compiler bug in Sun Forte Developer...
2003-02-26 Paul EggertMention compiler bug in Sun Forte Developer 6 update 2.
2003-02-25 Paul Eggertyylineno -> yylno to avoid collision with flex.
2003-02-25 Paul Eggert(yy_reduce_print): yylineno -> yylno.
2003-02-25 Paul Eggert(yy::]b4_parser_class_name[::parse): yylineno -> yylno.
2003-02-25 Paul Eggert(yy_reduce_print): yylineno -> yylno,
2003-02-25 Paul EggertSync with Automake 1.7.3.
2003-02-24 Paul EggertStick to ASCII for now.
2003-02-21 Akim Demaille* data/lalr1.cc: Use temporary variables instead of...
2003-02-21 Akim Demaille* doc/bison.texinfo: Use "location" consistently to...
2003-02-20 Akim Demaille* data/lalr1.cc (position.hh): Make sure "columns"...
2003-02-20 Akim Demaille* data/lalr1.cc (position.hh): New subfile, including...
2003-02-20 Akim Demaille* tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS...
2003-02-19 Akim Demaille* data/lalr1.cc: When displaying a line number, be...
2003-02-19 Akim Demaille* data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd...
2003-02-19 Akim Demaille* tests/calc.at (AT_CHECK_CALC): Check different scenar...
2003-02-18 Paul Eggert* tests/atlocal.in (LDFLAGS, LIBS): New vars.
2003-02-18 Paul Eggert(AT_COMPILE): Use new LDFLAGS, LIBS vars, to avoid...
2003-02-18 Paul Eggert(LDFLAGS, LIBS): New vars.
2003-02-13 Paul Eggert* data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
2003-02-13 Paul Eggert(yyreportSyntaxError) [YYERROR_VERBOSE]:
2003-02-13 Paul Eggert(yyerrlab) [YYERROR_VERBOSE]:
2003-02-06 Akim Demaille* configure.ac (GXX): Rename as...
2003-02-05 Akim DemailleBump 1.875b.
2003-02-05 Akim DemailleRegen.
2003-02-05 Akim DemailleUpdate.
2003-02-04 Akim Demaille* data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition...
2003-02-04 Akim Demaille* data/lalr1.cc: If YYDEBUG is not defined, don't depen...
2003-02-03 Paul EggertUse more-consistent naming conventions for local vars.
2003-02-03 Paul Eggert(start_symbol): Remove unused decl.
2003-02-02 Akim Demaille* src/scan-skel.l: Scan more than one inert character...
2003-02-01 Paul Eggert%expect-count violations will be errors again in the...
2003-02-01 Paul EggertUpdate version number to 1.875b.
2003-02-01 Paul EggertAdded ms translation.
2003-02-01 Paul Eggertpo/LINGUAS: Add ms.
2003-02-01 Paul EggertAdd ms.
2003-02-01 Paul EggertVersion 1.875a, dated today.
2003-02-01 Paul EggertRegenerate.
2003-02-01 Paul EggertUpdate copyright date to 2003.
2003-01-30 Akim Demaille* doc/Makefile.am (CLEANFILES): Add bison.fns for distc...
2003-01-29 Paul HilfingerModifications to fix GLR bug reported by S. Eken.
2003-01-29 Paul HilfingerRename tests/glr-regr1.at to tests/glr-regression.at.
2003-01-29 Paul HilfingerChanges in response to error report by S. Eken: GLR...
2003-01-29 Paul Eggert* data/lalr1.cc: Do not use @output_header_name@ unless
2003-01-29 Paul EggertDo not use @output_header_name@ unless
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.
next