]> git.saurik.com Git - bison.git/history - src/reader.c
* src/getargs.h: Don't declare `spec_name_prefix' and
[bison.git] / src / reader.c
2001-12-10  Akim Demaille* src/getargs.h: Don't declare `spec_name_prefix' and
2001-12-10  Akim Demaille* src/reader.c (reader): Calling symbols_output once...
2001-12-10  Akim DemailleClean up GCC warnings.
2001-12-05  Akim Demaille* src/gram.c, src/gram.h (ritem_print): New.
2001-11-30  Akim DemailleInstead of mapping the LHS of unused rules to -1, keep...
2001-11-28  Marc Autret* src/reader.c (parse_dquoted_param): New.
2001-11-28  Marc Autret* src/output.h: And put its extern declaration here.
2001-11-26  Marc Autret* src/reader.c (parse_include_decl): New, Not yet imple...
2001-11-26  Akim Demaille* src/reader.c (readgram): Make sure rules for mid...
2001-11-26  Akim Demaille* src/reader.c (read_declarations): Don't abort on...
2001-11-23  Akim Demaille* src/print_graph.c (print_actions): Remove `rule'...
2001-11-23  Akim DemailleAttaching lineno to buckets is stupid, since only one...
2001-11-19  Akim Demaille* src/symtab.h, src/symtab.c: `line' is a new member...
2001-11-19  Akim Demaille* src/gram.h (rprec, rprecsym, rassoc): Remove, now...
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-11-19  Akim Demaille* src/reader.c (symbols_output): New, extracted from...
2001-11-12  Akim Demaille* src/bison.simple: Define type yystype instead of...
2001-11-05  Akim Demaille* src/reader.c (symbols_output): New, extracted from...
2001-11-05  Akim Demaille* src/options.h (struct option_table_struct): set_flags...
2001-11-02  Akim Demaille* src/symtab.h (SUNDEF): New.
2001-11-02  Akim Demaille* src/reader.c (parse_thong_decl): Formatting changes.
2001-10-04  Akim Demaille* src/reader.c (parse_union_decl): Push the caracters in
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2001-09-23  Pascal Bart* src/reader.c (parse_union_decl): Add new obstack...
2001-09-21  Marc Autret* src/reader.c (copy_definition, parse_union_decl)...
2001-09-20  Pascal Bart* src/lex.c (parse_percent_token): Change type of varia...
2001-09-07  Pascal Bart* src/output.c (output): Delete call to reader_output_y...
2001-09-02  Marc Autret* src/reader.c: Include muscle_tab.h.
2001-09-01  Pascal Bart* src/reader.c (copy_guard): Use muscle to specify...
2001-08-31  Pascal Bart* src/output.c (prepare): Delete the `filename' muscule...
2001-08-31  Marc Autret* src/reader.c (read_additionnal_code): Rename %%user_c...
2001-08-31  Marc Autret* src/reader.c (readgram): CleanUp.
2001-08-31  Pascal Bart* src/reader.c (reader): Delete obsolete call to function
2001-08-30  Marc Autret* src/reader.c (parse_skel_decl): New.
2001-08-29  Marc Autret* src/bison.simple: Add %%user_code directive at the...
2001-08-28  Marc Autret* src/output.c (output_actions): Clean up.
2001-08-27  Robert Anisko* src/output.c (output): Remove the initialization...
2001-08-25  Robert Anisko* src/reader.c (reader): Remove calls to 'output_header...
2001-08-25  Robert AniskoRevert to 1.28c
2001-08-21  Robert Anisko2001-08-20 Robert Anisko <robert.anisko@epita.fr>
2001-08-15  Akim Demaille* src/reader.c (readgram): Indent output macro YYSTYPE.
2001-08-10  Marc Autret* src/print_graph.h: Fix.
2001-08-06  Akim Demaille* src/print_graph.c (print_actions): CPP out useless...
2001-08-06  Akim DemailleAdd of %source_extension and %header_extension which...
2001-08-03  Akim Demaille* src/getargs.c, src/getarg.h (skeleton)): Constify.
2001-08-03  Akim Demaille* src/reader.c (readgram): Display hidden chars in...
2001-07-18  Akim Demaille* src/getargs.h (raw_flag): Remove.
2001-02-21  Akim Demaille* src/reader.c (gensym): `gensym_count' is your own.
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.
next