]> git.saurik.com Git - bison.git/history - src/reader.c
Get rid of the ad hoc handling of token_buffer in the scanner: use
[bison.git] / src / reader.c
2001-01-19  Akim DemailleGet rid of the ad hoc handling of token_buffer in the...
2001-01-19  Akim Demaille* src/lex.h: Rename all the tokens:
2001-01-18  Akim DemailleSince we now use obstacks, more % directives can be...
2000-12-20  Akim DemailleAlso handle the output file (--verbose) with obstacks.
2000-12-20  Akim Demaille* src/reader.c (copy_string, copy_comment, copy_comment...
2000-12-20  Akim Demaille* src/files.c (guard_obstack): New.
2000-12-19  Akim Demaille* src/system.h (obstack_grow_literal_string): Rename...
2000-12-19  Akim DemailleLet the handling of the skeleton files be local to...
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-11-17  Akim Demaille* lib/obstack.h: Formatting changes.
2000-11-07  Akim Demaille* src/reader.c (reader): #define YYLSP_NEEDED to 1...
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-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 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  Akim DemailleThe location tracking mechanism is precious for parse...
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 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/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`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-19  Akim Demaille* src/output.c: Formatting changes.
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 ThiloMore explicit use of "const", "extern", and "static...
2000-04-14  Akim Demaille* src/reader.c (copy_comment2): New function, same...
2000-03-31  Akim Demailles/return (foo)/return foo/
2000-03-31  Akim DemailleClean the error reporting functions.
2000-03-17  Akim Demaille* reader.c (copy_at): New function.
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.
1999-06-14  Jesse ThiloHave configure build version string instead of relying...
1999-01-20  Jesse ThiloHush a few compiler warnings.
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloUpdate copyright date.
1998-12-30  Jesse ThiloSome checks for premature EOF.
1998-12-30  Jesse ThiloFix a couple of buffer overrun bugs.
1998-11-25  Jesse ThiloFix token numbering (used to start at 258, not 257).
1997-08-25  Richard M. Stallman(stack_offset;): Change some warni to warns.
1997-06-18  Richard M. Stallmannew.h renamed to alloc.h.
1996-06-01  Richard M. StallmanInsert `_' macro around many string constants.
1995-10-15  Richard M. Stallman(reader_output_yylsp): New function.
1994-07-12  Richard M. Stallmanentered into RCS
1993-04-28  Noah Friedman*** empty log message ***
1993-04-20  David MacKenzie*** empty log message ***
1993-04-18  Noah FriedmanInitial revision