]> git.saurik.com Git - bison.git/history - ChangeLog
* data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
[bison.git] / ChangeLog
2003-08-26  Akim Demaille* data/lalr1.cc (Parser::report_syntax_error_): New...
2003-08-25  Akim Demaille* config/announce-gen, Makefile.cfg: New.
2003-08-25  Akim DemailleWhen reducing initial empty rules, Bison parser read...
2003-08-25  Akim Demaille* doc/bison.texinfo: Don't promote stdout for error...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::reduce_print_): Remove unused...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT...
2003-08-25  Akim Demaille* data/lalr1.cc (Parser::reduce_print_): New.
2003-08-25  Akim DemailleHave lalr1.cc catch with Paul Eggert's patch to fix...
2003-08-25  Akim DemailleTune local.at so that people can "autom4te -l autotest...
2003-08-04  Paul EggertRework glr.c slightly to avoid gcc -Wtraditional warnings.
2003-07-26  Paul Eggert* data/glr.c (YYASSERT): New macro.
2003-07-25  Paul Eggert* data/glr.c (yyglrReduce): Don't use C89 string concat...
2003-07-25  Paul EggertLet the user specify how to allocate and free memory.
2003-07-07  Paul Eggertuse s.empty() rather than s == "" to test for empty...
2003-06-30  Paul EggertLog 06-17 minor change to lib/libiberty.h that I forgot...
2003-06-25  Akim Demaille* config/depcomp, config/install-sh: Update from masters.
2003-06-20  Paul Eggert* data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments...
2003-06-19  Paul Eggert* data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrRe...
2003-06-19  Paul EggertPort to Forte Developer 7 C compiler.
2003-06-17  Paul EggertMinor textual fixes.
2003-06-17  Paul Eggert1.875b changes
2003-06-10  Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-06-04  Paul EggertAvoid warnings generated by GCC 2.95.4 when Bison is
2003-06-02  Paul Eggert* data/lalr1.cc (yy::Position::lines, yy::Position...
2003-06-02  Paul EggertDon't pass C-only options to g++.
2003-05-25  Paul Eggert* data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-05-14  Paul EggertRequire a semicolon after a grammar declaration, in...
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-05  Paul Eggert* lib/bitset.h (__INT_TO_PTR): Define to a value that...
2003-05-04  Paul Eggert* lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
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 Demaille* tests/calc.at: Also test yacc.c and glr.c (but not...
2003-04-29  Paul Eggert* data/yacc.c: (b4_lex_param): Corrected for the case...
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* configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since...
2003-04-22  Paul Eggert* m4/error.m4: Update from Bruno Haible's 2003-04-14...
2003-04-21  Paul Eggert* data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
2003-04-18  Paul EggertDon't invoke unput from scan-gram.l; it ran into a...
2003-04-18  Paul EggertFix regression reported by Werner Lemberg in
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-14  Paul EggertUpdate .cvsignore files.
2003-03-13  Paul EggertFix "Bison blows chunks on empty file" bug.
2003-03-12  Paul EggertMerge changes from gnulib. This was prompted because...
2003-03-03  Akim Demaille* ro.po: New.
2003-03-02  Akim Demaille* doc/bison.texinfo (Table of Symbols): Reactivate the
2003-03-02  Akim Demaille* data/yacc.c, data/glr.c, data/lal1.cc: Use similar...
2003-03-02  Akim Demaille* tests/regression.at (_AT_DATA_DANCER_Y): Fix the...
2003-03-02  Akim DemailleTypo.
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-01  Akim Demaille* src/scan-gram.l (code_start): Always initialize it...
2003-02-28  Paul Eggert* lib/mbswidth.c: Include <wchar.h> before "mbswidth...
2003-02-26  Paul Eggert* README: Mention compiler bug in Sun Forte Developer...
2003-02-25  Paul Eggertyylineno -> yylno to avoid collision with flex.
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-13  Paul Eggert* data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
2003-02-06  Akim Demaille* configure.ac (GXX): Rename as...
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-02  Akim Demaille* src/scan-skel.l: Scan more than one inert character...
2003-02-01  Paul Eggertpo/LINGUAS: Add ms.
2003-02-01  Paul EggertVersion 1.875a, dated today.
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 Eggert* data/lalr1.cc: Do not use @output_header_name@ unless
2003-01-22  Paul Eggert* data/yacc.c (YYERROR): Move code from yyerrlab1 to...
2003-01-17  Paul Eggert* src/output.c (symbol_printers_output): Fix typo that led
2003-01-13  Akim Demaille Quoc Peyrot <chojin@lrde.epita.fr>,
2003-01-13  Paul Eggert%expect-violations are now just warnings, reverting...
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-07  Paul EggertAdd a reference to the GLR paper of Scott, Johnstone...
2003-01-05  Paul EggertAdd --disable-yacc.
2003-01-05  Paul EggertDo not let the scan-skel token buffer grow unboundedly...
2003-01-02  Paul EggertPacify the buggy "smart preprocessor" in MacOS 10.2.3.
2003-01-01  Paul EggertBison 1.875.
2002-12-30  Paul EggertTreat stray "," more uniformly.
2002-12-29  Paul Eggert* src/symtab.c (symbol_make_alias): Set type of SYMVAL...
2002-12-29  Paul EggertVersion 1.75f.
2002-12-28  Paul EggertFix a bug where error locations were not being recorded...
next