2001-12-16 |
Marc Autret | * src/bison.simple: Remove a useless #line directive. |
blob | commitdiff | raw |
2001-12-15 |
Marc Autret | * src/output.c (output_gram): Keep track of the hairy... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Akim Demaille | The header can also be produced directly, without any... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Akim Demaille | Still making progress in separating Bison into (i)... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Akim Demaille | Attach actions to rules, instead of pre-outputting... |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Akim Demaille | * src/lex.c (literalchar): Don't escape the special... |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Marc Autret | * src/output.c (output_parser): Remove useless muscle. |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Marc Autret | * src/reader.c (copy_definition): Re-use CPP-outed... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Marc Autret | * src/reader.c (symbols_output): Clean up. |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | * src/getargs.h: Don't declare `spec_name_prefix' and |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | Now that states have a complete set of members, the... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | * src/output.c (output, prepare): Make sure the values... |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Akim Demaille | One structure for states is enough, even though theoret... |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | * src/conflicts.c (err_table): Remove. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | * src/output.c (pack_vector): Use assert, not berror. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | * src/output.c (action_row): De-obfuscate |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | Pessimize the code to simplify it: from now on, all... |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Marc Autret | * src/output.h: And put its extern declaration here. |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Marc Autret | * src/bison.simple: Adjust muscle names. |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Marc Autret | * src/muscle_tab.c (muscle_init): Remove 'verbose'... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Marc Autret | * src/bison.simple: Remove YYERROR_VERBOSE using. |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Marc Autret | * src/muscle_tab.c (muscle_init): Remove initialization of |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/system.h (LIST_FREE, shortcpy): New. |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/symtab.h, src/symtab.c: `line' is a new member... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/gram.h (rule_t): New. |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/lalr.h (LA): New macro to access to the variable LA. |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/lalr.h (lookaheads): Removed array, which content... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/lalr.h (consistent): Removed array, which content... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/lalr.h (reduction_table, shift_table): Removed... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/lalr.h (state_t): New. |
blob | commitdiff | raw | diff to current |
2001-10-19 |
Pascal Bart | * src/conflicts.c: Move global variables rrc_total... |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Akim Demaille | Merge in branch-1_29. after-merge-branch-1_29 |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Pascal Bart | * src/output.c (output_master_parser): Don't finish... |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Pascal Bart | Fix line report with input_line |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Pascal Bart | * src/bison.simple: New `#line' directive. |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Marc Autret | * src/output.c (output_master_parser): New. |
blob | commitdiff | raw | diff to current |
2001-09-18 |
Pascal Bart | * src/output.c (output_parser): Delete unused variable... |
blob | commitdiff | raw | diff to current |
2001-09-07 |
Pascal Bart | * src/output.c (output): Delete call to reader_output_y... |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Marc Autret | * src/reader.c: Include muscle_tab.h. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Pascal Bart | * src/output.c (prepare): Delete the `filename' muscule... |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Marc Autret | * src/bison.simple (YYLSP_NEEDED): New definition. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Pascal Bart | * src/output.c (prepare): Delete insertion of previous... |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Pascal Bart | * src/main.c (main): Standardize. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Marc Autret | * src/reader.c (read_additionnal_code): Rename %%user_c... |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Marc Autret | * src/reader.c (readgram): CleanUp. |
blob | commitdiff | raw | diff to current |
2001-08-30 |
Pascal Bart | * src/main.c: Include macrotab.h. |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Marc Autret | * src/bison.simple: Add %%user_code directive at the... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Marc Autret | Adjust |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Pascal Bart | * src/output.c (output_definitions): New function,... |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Robert Anisko | * src/output.c (output): Remove the initialization... |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Robert Anisko | * src/output.c (output_parser): Fix. Store single... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | * src/output.c (prepare): Add prefixed names. |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | Revert to 1.28c |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Robert Anisko | 2001-08-20 Robert Anisko <robert.anisko@epita.fr> |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Akim Demaille | Typos and Copyright. |
blob | commitdiff | raw | diff to current |
2001-03-16 |
Akim Demaille | * getargs.c (skeleton): New variable. |
blob | commitdiff | raw | diff to current |
2001-01-18 |
Akim Demaille | Since we now use obstacks, more % directives can be... |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Akim Demaille | Also handle the output file (--verbose) with obstacks. |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Akim Demaille | * src/files.c (guard_obstack): New. |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | * src/system.h (obstack_grow_literal_string): Rename... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | * src/output.c (output_parser): Compute the `#line... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | Let the handling of the skeleton files be local to... |
blob | commitdiff | raw | diff to current |
2000-12-12 |
Akim Demaille | * src/output.c (output_headers, output_program, output... |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Akim Demaille | * src/output.c (output): Remove useless variables. |
blob | commitdiff | raw | diff to current |
2000-11-02 |
Akim Demaille | Remove the last uses of mktemp and unlink/delete. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Akim Demaille | Change each use of `fattrs' into a use of `attrs_obstack'. |
blob | commitdiff | raw | diff to current |
2000-11-01 |
Akim Demaille | Introduce obstacks. |
blob | commitdiff | raw | diff to current |
2000-10-16 |
Akim Demaille | * src/output.c (output_short_or_char_table): New function. |
blob | commitdiff | raw | diff to current |
2000-10-16 |
Akim Demaille | * src/symtab.c (bucket_new): New function. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | The location tracking mechanism is precious for parse... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Improve the readability of the produced parsers. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Use the more standard files `xalloc.h' and `xmalloc... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Various anti-`extern in *.c' changes. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/state.h (nstates, final_state, first_state, first... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/conflicts.c (conflict_report): New function. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/reader.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/lalr.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/output.c (token_actions): Introduce a temporary... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | `user_toknums' is output as a `short[]' in `output... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/output.c (output): Topological sort of the functi... |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Akim Demaille | * src/output.c: Formatting changes. |
blob | commitdiff | raw | diff to current |
2000-07-04 |
Jesse Thilo | More explicit use of "const", "extern", and "static... |
blob | commitdiff | raw | diff to current |
2000-03-31 |
Akim Demaille | s/return (foo)/return foo/ |
blob | commitdiff | raw | diff to current |
2000-03-31 |
Akim Demaille | Clean the error reporting functions. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | * src/output.c (output_rule_data): Output the documenta... |
blob | commitdiff | raw | diff to current |
1999-01-20 |
Jesse Thilo | Hush a few compiler warnings. |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Jesse Thilo | Update FSF address. |
blob | commitdiff | raw | diff to current |
1998-12-30 |
Jesse Thilo | Use prototypes if the compiler understands them. |
blob | commitdiff | raw | diff to current |
1997-06-18 |
Richard M. Stallman | new.h renamed to alloc.h. |
blob | commitdiff | raw | diff to current |
1996-06-01 |
Richard M. Stallman | Insert `_' macro around many string constants. |
blob | commitdiff | raw | diff to current |
1996-01-27 |
Richard M. Stallman | (output_rule_data): Test YYERROR_VERBOSE in the conditional |
blob | commitdiff | raw | diff to current |
1995-10-15 |
Richard M. Stallman | (output_headers, output_trailers, output, output_gram) |
blob | commitdiff | raw | diff to current |
1993-03-25 |
Richard M. Stallman | entered into RCS |
blob | commitdiff | raw | diff to current |
|