platform/upstream/bison.git
2000-12-19 Akim Demaille* src/system.h (obstack_grow_literal_string): Rename...
2000-12-19 Akim Demaille* src/output.c (output_parser): Compute the `#line...
2000-12-19 Akim DemailleLet the handling of the skeleton files be local to...
2000-12-19 Akim Demaille* src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from...
2000-12-19 Akim Demaille* src/files.c (open_files): Yipee! We no longer need...
2000-12-19 Akim Demaille* src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_G...
2000-12-18 Akim DemailleAdd tests/calc.at.
2000-12-18 Akim DemailleAdded tests/calc.y.
2000-12-15 Akim DemailleAdd tests/regression.at and tests/suite.at.
2000-12-15 Akim DemailleCosmetic changes.
2000-12-14 Akim Demaille* src/bison.s1 (YYLLOC_DEFAULT): New macro.
2000-12-12 Akim Demaille* src/reader.c (copy_definition, parse_union_decl,...
2000-12-12 Akim Demaille* src/output.c (output_headers, output_program, output...
2000-11-17 Akim Demaille* lib/obstack.h: Formatting changes.
2000-11-17 Akim Demaille* tests/Makefile.am (suite.m4, regression.m4, calc...
2000-11-17 Akim Demaille* tests/regression.m4 (%union and --defines): New test,
2000-11-17 Akim Demaille* src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES...
2000-11-17 Akim Demaille* acconfig.h: Remove, no longer used.
2000-11-07 Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-11-07 Akim Demaille* src/reader.c (reader): #define YYLSP_NEEDED to 1...
2000-11-07 Akim Demaille* src/bison.s1 (YYLEX): Use #if instead of #ifdef.
2000-11-07 Akim Demaille* src/output.c (output): Remove useless variables.
2000-11-06 Akim DemailleTypos in ChangeLog.
2000-11-03 Akim Demaille* src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
2000-11-03 Akim DemailleFor some reasons, this has not been applied.
2000-11-03 Akim Demaille* src/files.c (skeleton_find): New function, eved out...
2000-11-03 Akim DemailleAdjust the cvsignores.
2000-11-03 Akim DemailleDon't use `atexit'.
2000-11-02 Akim Demaille* src/files.c [VMS]: No longer include `ssdef.h', no...
2000-11-02 Akim DemailleRemove the last uses of mktemp and unlink/delete.
2000-11-01 Akim DemailleChange each use of `fattrs' into a use of `attrs_obstack'.
2000-11-01 Akim DemailleIntroduce obstacks.
2000-10-20 Akim Demaille* lib/quote.h (PARAMS): New macro. Use it.
2000-10-16 Akim DemailleRemove spurious empty lines.
2000-10-16 Akim Demaille* src/output.c (output_short_or_char_table): New function.
2000-10-16 Akim Demaille* src/symtab.c (bucket_new): New function.
2000-10-16 Akim Demaille* src/lex.c (read_typename): New function.
2000-10-16 Akim Demaille* src/reader.c (copy_comment2): Expect the input stream...
2000-10-16 Akim Demaille* src/reader.c (parse_expect_decl): Use `skip_white_spa...
2000-10-16 Akim Demaille* src/reader.c (copy_dollar): New function.
2000-10-16 Akim Demaille* lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
2000-10-04 Akim Demaille* doc/bison.texinfo: Various typos spotted by Neil...
2000-10-04 Akim DemailleWhen a literal string is used to define two different...
2000-10-04 Akim Demaille* src/reader.c (parse_expect_decl): Keep `count' within...
2000-10-02 Jeff BaileyGratuitous change to NEWS to test mailout
2000-10-02 Jeff BaileyGratuitous change to test mail out
2000-10-02 Akim Demaille* bison.s1 (yyparse): Assign the default value
2000-10-02 Akim DemailleTypos in ChangeLog.
2000-10-02 Akim Demaille* src/getargs.c (getargs): Don't dump `--help' on unrec...
2000-10-02 Akim Demaille* src/derives.c, src/print.c, src/reduce.c: To ease the
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 DemailleAdd src/reduce.h to the repository.
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-27 Jesse ThiloPrint contents near beginning, not at the end.
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-07-04 Jesse ThiloCall free_nullable() when done.
2000-07-04 Jesse ThiloMore explicit use of "const", "extern", and "static...
2000-04-14 Akim Demaille* src/reader.c (copy_comment2): New function, same...
2000-04-13 Jesse ThiloCheck for `inline' explicitly.
2000-04-13 Jesse Thilo# oops: wanted -Wshadow, not -Wno-char-subscripts.
2000-04-13 Jesse ThiloTake full advantage of GNU C library when available.
2000-04-13 Jesse Thilo# added --enable-gcc-warnings (not for user consumption).
2000-04-13 Jesse ThiloAdded translation updates.
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 Jesse Thilo# updates.
2000-03-28 Akim Demaille* lib/: New directory.
next