]> git.saurik.com Git - bison.git/history - ChangeLog
The location tracking mechanism is precious for parse error
[bison.git] / ChangeLog
2000-10-02  Akim DemailleThe location tracking mechanism is precious for parse...
2000-10-02  Akim DemailleAlso test parse error messages, including with YYERROR_...
2000-10-02  Akim DemailleTest also `--verbose', `--defines' and `--name-prefix...
2000-10-02  Akim DemailleImprove the readability of the produced parsers.
2000-10-02  Akim Demaille* lib/xstrdup.c: New file, from the fileutils.
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim Demaille* src/getargs.c (fixed_outfiles): Rename as...
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/LR0.h: New file.
2000-10-02  Akim Demaille* src/print.h: New file.
2000-10-02  Akim Demaille* src/conflicts.c (conflict_report): New function.
2000-10-02  Akim Demaille* src/nullable.h: New file.
2000-10-02  Akim Demaille* src/reduce.h: New file.
2000-10-02  Akim Demaille* src/files.c: Formatting changes.
2000-10-02  Akim Demaille* src/reader.h: New file.
2000-10-02  Akim Demaille* src/lex.h: Prototype `lex.c' exported functions.
2000-10-02  Akim Demaille* src/lalr.h: New file.
2000-10-02  Akim Demaille* src/output.c (token_actions): Introduce a temporary...
2000-10-02  Akim Demaille`user_toknums' is output as a `short[]' in `output...
2000-10-02  Akim Demaille* src/output.c (output): Topological sort of the functi...
2000-09-21  Akim Demaille* src/atgeneral.m4: Update from Autoconf.
2000-09-21  Akim Demaille* src/closure.h: New file.
2000-09-20  Akim Demaille* src/closure.h: New file.
2000-09-20  Akim Demaille* src/acconfig.h: Don't protect config.h against multiple
2000-09-20  Akim Demaille* src/derives.h: New file.
2000-09-20  Akim Demaille* tests/atgeneral.m4: Update from Autoconf.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.
2000-09-19  Akim Demaille* tests/calc.m4 (calc.y): Do not assign to stdin, as...
2000-09-18  Akim Demaille* configure.in: Append WARNING_CFLAGS to CFLAGS.
2000-09-18  Akim Demaille* doc/bison.texinfo: Update the copyright.
2000-09-18  Akim DemailleFirst set of tests: use the `calc' example from the...
2000-09-18  Akim DemailleAdd support for an Autotest test suite for Bison.
2000-04-14  Akim Demaille* src/reader.c (copy_comment2): New function, same...
2000-03-31  Akim Demaille* src/files.c (tryopen, tryclose): Move to the top.
2000-03-31  Akim Demaille* src/main.c (main): Don't call `done', exit does it.
2000-03-31  Akim Demailles/return (foo)/return foo/
2000-03-31  Akim DemailleClean the error reporting functions.
2000-03-28  Akim Demaille* lib/: New directory.
2000-03-28  Akim Demaille* src/getargs.c (usage): Refresh the help message.
2000-03-17  Akim Demaille* src/getopt1.c: Updated from textutils 2.0e
2000-03-17  Akim DemailleFixed filenames in ChangeLog.
2000-03-17  Akim Demaille* src/Makefile.am (bison.simple): Fix the awk program...
2000-03-17  Akim DemailleOn syntax errors, report the token on which we choked.
2000-03-17  Akim Demaille* reader.c (copy_at): New function.
2000-03-17  Akim DemailleBe kind to translators, save some useless translations.
2000-03-17  Akim Demaille* reader.c (copy_definition): Use copy_string and copy_...
2000-03-17  Akim Demaille* reader.c (copy_string): Declared `static inline'...
2000-03-17  Akim Demaille* reader.c (packsymbols): Formatting changes.
2000-03-17  Akim Demaille* reader.c (copy_comment): New function, factored out...
2000-03-17  Akim Demaille* reader.c (copy_string): New function, factored out...
2000-03-17  Akim DemailleChange the handling of @s so that they behave exactly...
2000-03-17  Akim Demaille* bison.s1: Formatting and cosmetics changes.
2000-03-17  Akim Demaille* bison.s1 (#line): All set to `#line' only, since...
2000-03-17  Akim Demaille* src/output.c (output_rule_data): Output the documenta...
2000-03-16  Akim Demaille* src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This...
2000-03-16  Akim Demaille* src/bison.s1 (yyparse): Reorganize the definitions...
2000-03-16  Akim Demaille* src/bison.s1: Properly indent CPP directives.
2000-03-16  Akim Demaille* src/bison.s1: Properly indent the `alloca' CPP section.
2000-03-16  Akim DemailleDo not hard code values of directories in `configure...
2000-03-16  Akim DemailleAdded ChangeLog to the repository.