2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
blob | commitdiff | raw |
2003-01-13 |
Paul Eggert | %expect-violations are now just warnings, reverting... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Akim Demaille | * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Paul Eggert | Invoke wget with -C off, to disable proxy caches. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Paul Eggert | Add a reference to the GLR paper of Scott, Johnstone... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Paul Eggert | Add --disable-yacc. |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Paul Eggert | Do not let the scan-skel token buffer grow unboundedly... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Paul Eggert | Pacify the buggy "smart preprocessor" in MacOS 10.2.3. |
blob | commitdiff | raw | diff to current |
2003-01-01 |
Paul Eggert | Bison 1.875. |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Paul Eggert | Treat stray "," more uniformly. |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Paul Eggert | * src/symtab.c (symbol_make_alias): Set type of SYMVAL... |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Paul Eggert | Version 1.75f. |
blob | commitdiff | raw | diff to current |
2002-12-28 |
Paul Eggert | Fix a bug where error locations were not being recorded... |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Paul Eggert | Don't use m4_include on relative file names, as it... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | Remove broken URL. |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | Version 1.75e. |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | If the user does not define YYSTYPE as a macro, Bison... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Paul Eggert | Omit mentions of %lex-param and %parse-param for now. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Paul Eggert | Undo most of the 2002-11-12 yychar -> yytoken patch... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | Version 1.75d. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | Remove unportable casts and storage allocation tricks. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | Change identifier spellings to avoid collisions with... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | Add support for rules that do not have trailing semicol... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Paul Eggert | Add strtoul.c |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | Type clashes now generate warnings, not errors, since it |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | Add Yacc Library. |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Paul Eggert | %parse-param and %lex-param now take just one argument... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Paul Eggert | Rename identifiers to avoid real and potential collisions. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Paul Eggert | Version 1.75c. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Paul Eggert | * lib/argmatch.c, lib/argmatch.h: Sync with gnulib. |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Paul Eggert | * data/glr.c (yygetLRActions): Replace `yyindex' with |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Paul Eggert | Pacify Sun ONE Studio 7 lint. Also, rename "ParseError" |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Akim Demaille | * doc/bison.texinfo (Tracing): `yyprint' shouldn't... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | Augment the similarity between GLR and LALR traces. |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | Make the ``Printers and Destructors'' test more verbose... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Paul Eggert | * data/yacc.c: Avoid over-quoting of __line__ and __file__. |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Paul Eggert | * tests/actions.at (Actions after errors): New test... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Akim Demaille | * src/parse-gram.y (declaration): Have %parse-param... |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Akim Demaille | * m4/prereq.m4: Removed the commented jm_PREREQ_HASH |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Akim Demaille | Always check the value returned by yyparse. |
blob | commitdiff | raw | diff to current |
2002-11-15 |
Paul Eggert | * src/output.c (output_skeleton): Call xfopen instead of |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Hilfinger | * data/glr.c (yyFail): Always set yyerrflag. Corrects... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | Mention the bugs fixed by the latest change. |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Akim Demaille | * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Akim Demaille | * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Akim Demaille | * tests/atlocal.in (CPPFLAGS): We have config.h. |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Akim Demaille | * doc/bison.texinfo: Various formatting changes (alignm... |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | Fix some bugs reported by Albert Chin-A-Young in |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Paul Eggert | * tests/glr-regr1.at (Badly Collapsed GLR States):... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Akim Demaille | * data/yacc.c: Leave bigger chunks of quoted text. |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Paul Eggert | Version 1.75b. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/Makefile.am (LDADD): Link $(LIBINTL) last to... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * Makefile.maint: Sync with Autoconf: |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * po/POTFILES.in (src/lalr.c, src/state.c): Remove |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * tests/regression.at (input.y): s/YYEOF/MYEOF/, as... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * doc/bison.texinfo (Destructor Decl): New. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/tables.c (tables_generate): Use free for pointers... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/scan-gram.l, src/reader.h (scanner_last_string_free): |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/getargs.c (long_options): Remove duplicates. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/struniq.h, src/struniq.c (struniq_t): Is const. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/symtab.c (symbol_free): Remove dead deactivated... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Paul Eggert | Revamp to fix many (but not all) of the C- and M4-relat... |
blob | commitdiff | raw | diff to current |
2002-11-10 |
Paul Eggert | Fix the test failure due to GCC warnings described in |
blob | commitdiff | raw | diff to current |
2002-11-08 |
Paul Eggert | * src/parse-gram.y (CHARACTER): Remove unused token. |
blob | commitdiff | raw | diff to current |
2002-11-07 |
Akim Demaille | Let yyerror always receive the msg as last argument... |
blob | commitdiff | raw | diff to current |
2002-11-07 |
Paul Eggert | * src/scan-gram.l (unexpected_end_of_file): New function. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | #line should have quoted strings. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | * tests/regression.at (Invalid inputs): Adjust to the... |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | Restore --no-lines. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Akim Demaille | * src/main.c (main): Free `infile'. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Paul Eggert | * src/scan-gram.l: Use more accurate diagnostics, e.g. |
blob | commitdiff | raw | diff to current |
2002-11-06 |
Paul Hilfinger | src/tables.c (matching_state): Don't allow states to... |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Paul Eggert | Scan <% and %> digraphs in C code as POSIX 1003.1-2001... |
blob | commitdiff | raw | diff to current |
2002-11-05 |
Akim Demaille | * src/scan-gram.l: When it starts with `%', complain... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Akim Demaille | * Makefile.maint: Update from Autoconf. |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Akim Demaille | * tests/glr-regr1.at (Badly Collapsed GLR States):... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Akim Demaille | * src/location.h (LOCATION_PRINT): Use quotearg slot... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Paul Eggert | * src/reader.c (get_merge_function, grammar_current_rul... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Akim Demaille | * data/c.m4 (b4_identification, b4_user_args, b4_parse_... |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Akim Demaille | * tests/calc.at: Change all the AT_CHECK_CALC_LALR and |
blob | commitdiff | raw | diff to current |
2002-11-03 |
Paul Eggert | Revamp Bison scanner to fix POSIX incompatibilities, |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Paul Eggert | * lib/bitset_stats.c (bitset_stats_read, bitset_stats_w... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Akim Demaille | * src/system.h: Don't use #ifdef/#ifndef on HAVE_ value... |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Paul Eggert | Version 1.75a. |
blob | commitdiff | raw | diff to current |
2002-10-25 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat... |
blob | commitdiff | raw | diff to current |
2002-10-24 |
Akim Demaille | * src/output.c (output_skeleton): Don't disable M4sugar... |
blob | commitdiff | raw | diff to current |
2002-10-24 |
Akim Demaille | * data/yacc.c (m4_int_type): New. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Paul Eggert | * src/main.c (main): With --trace=time, report times... |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Akim Demaille | * src/system.h: Include sys/types. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Paul Eggert | AM_PROG_LEX -> AC_PROG_LEX. |
blob | commitdiff | raw | diff to current |
2002-10-23 |
Paul Eggert | Be consistent about 'bool'. |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Akim Demaille | * data/README: New. |
blob | commitdiff | raw | diff to current |
next |