]> git.saurik.com Git - bison.git/history - ChangeLog
Quoc Peyrot <chojin@lrde.epita.fr>,
[bison.git] / ChangeLog
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...
2002-12-26  Paul EggertDon't use m4_include on relative file names, as it...
2002-12-24  Paul EggertRemove broken URL.
2002-12-24  Paul EggertVersion 1.75e.
2002-12-24  Paul EggertIf the user does not define YYSTYPE as a macro, Bison...
2002-12-18  Paul EggertOmit mentions of %lex-param and %parse-param for now.
2002-12-15  Paul EggertUndo most of the 2002-11-12 yychar -> yytoken patch...
2002-12-13  Paul EggertVersion 1.75d.
2002-12-13  Paul EggertRemove unportable casts and storage allocation tricks.
2002-12-11  Paul EggertChange identifier spellings to avoid collisions with...
2002-12-09  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.c: Do not use...
2002-12-07  Paul EggertAdd support for rules that do not have trailing semicol...
2002-12-02  Paul EggertAdd strtoul.c
2002-11-30  Paul EggertType clashes now generate warnings, not errors, since it
2002-11-30  Paul EggertAdd Yacc Library.
2002-11-29  Paul Eggert%parse-param and %lex-param now take just one argument...
2002-11-27  Paul EggertRename identifiers to avoid real and potential collisions.
2002-11-25  Paul EggertVersion 1.75c.
2002-11-21  Paul Eggert* lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
2002-11-19  Paul Eggert* data/glr.c (yygetLRActions): Replace `yyindex' with
2002-11-18  Paul EggertPacify Sun ONE Studio 7 lint. Also, rename "ParseError"
2002-11-18  Akim Demaille* doc/bison.texinfo (Tracing): `yyprint' shouldn't...
2002-11-16  Akim DemailleAugment the similarity between GLR and LALR traces.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-16  Akim DemailleMake the ``Printers and Destructors'' test more verbose...
2002-11-16  Paul Eggert* data/yacc.c: Avoid over-quoting of __line__ and __file__.
2002-11-16  Paul Eggert* tests/actions.at (Actions after errors): New test...
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-15  Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
2002-11-15  Akim Demaille* m4/prereq.m4: Removed the commented jm_PREREQ_HASH
2002-11-15  Akim DemailleAlways check the value returned by yyparse.
2002-11-15  Paul Eggert* src/output.c (output_skeleton): Call xfopen instead of
2002-11-14  Paul Hilfinger* data/glr.c (yyFail): Always set yyerrflag. Corrects...
2002-11-14  Paul EggertMention the bugs fixed by the latest change.
2002-11-14  Paul Eggert* tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume...
2002-11-14  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-14  Akim Demaille* doc/bison.texinfo: Various formatting changes (alignm...
2002-11-14  Paul EggertFix some bugs reported by Albert Chin-A-Young in
2002-11-14  Paul Eggert* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-13  Akim Demaille* data/yacc.c: Leave bigger chunks of quoted text.
2002-11-13  Paul EggertVersion 1.75b.
2002-11-12  Akim Demaille* src/Makefile.am (LDADD): Link $(LIBINTL) last to...
2002-11-12  Akim Demaille* Makefile.maint: Sync with Autoconf:
2002-11-12  Akim Demaille* po/POTFILES.in (src/lalr.c, src/state.c): Remove
2002-11-12  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep...
2002-11-12  Akim Demaille* tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-12  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_symbol_actions...
2002-11-12  Akim Demaille* doc/bison.texinfo (Destructor Decl): New.
2002-11-12  Akim Demaille* src/tables.c (tables_generate): Use free for pointers...
2002-11-12  Akim Demaille* src/scan-gram.l, src/reader.h (scanner_last_string_free):
2002-11-12  Akim Demaille* src/getargs.c (long_options): Remove duplicates.
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
2002-11-12  Paul EggertRevamp to fix many (but not all) of the C- and M4-relat...
2002-11-10  Paul EggertFix the test failure due to GCC warnings described in
2002-11-08  Paul Eggert* src/parse-gram.y (CHARACTER): Remove unused token.
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-07  Paul Eggert* src/scan-gram.l (unexpected_end_of_file): New function.
2002-11-06  Akim Demaille#line should have quoted strings.
2002-11-06  Akim Demaille* tests/regression.at (Invalid inputs): Adjust to the...
2002-11-06  Akim DemailleRestore --no-lines.
2002-11-06  Akim Demaille* src/main.c (main): Free `infile'.
2002-11-06  Paul Eggert* src/scan-gram.l: Use more accurate diagnostics, e.g.
2002-11-06  Paul Hilfingersrc/tables.c (matching_state): Don't allow states to...
2002-11-05  Paul EggertScan <% and %> digraphs in C code as POSIX 1003.1-2001...
2002-11-05  Akim Demaille* src/scan-gram.l: When it starts with `%', complain...
2002-11-04  Akim Demaille* Makefile.maint: Update from Autoconf.
2002-11-04  Akim Demaille* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-04  Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04  Paul Eggert* src/reader.c (get_merge_function, grammar_current_rul...
2002-11-03  Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-11-03  Akim Demaille* tests/calc.at: Change all the AT_CHECK_CALC_LALR and
2002-11-03  Paul EggertRevamp Bison scanner to fix POSIX incompatibilities,
2002-10-30  Paul Eggert* lib/bitset_stats.c (bitset_stats_read, bitset_stats_w...
2002-10-30  Akim Demaille* src/system.h: Don't use #ifdef/#ifndef on HAVE_ value...
2002-10-25  Paul EggertVersion 1.75a.
2002-10-25  Paul Eggert* tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat...
2002-10-24  Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
2002-10-24  Akim Demaille* data/yacc.c (m4_int_type): New.
2002-10-23  Paul Eggert* src/main.c (main): With --trace=time, report times...
2002-10-23  Akim Demaille* src/system.h: Include sys/types.
2002-10-23  Paul EggertAM_PROG_LEX -> AC_PROG_LEX.
2002-10-23  Paul EggertBe consistent about 'bool'.
2002-10-22  Akim Demaille* data/README: New.
next