2001-12-29 |
Akim Demaille | * tests/actions.at (Mid-rule actions): Output on a... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * doc/bison.texinfo: Formatting changes. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | Don't store the token defs in a muscle, just be ready... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/bison.simple: Do not provide a default for YYSTYP... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | Mid-rule actions are simply... ignored! |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | Memory leak. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | Memory leak. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/options.h, src/options.c (create_long_option_tabl... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/lalr.c (build_relations): Rename `states' as... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/closure.c, src/conflicts.c, src/derives.c, src... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/gram.c (rprec, rprecsym, rassoc): Remove, unused... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/reader.c, src/reader.h (user_toknums): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/gram.c, src/gram.h (sprec, sassoc): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/reader.c, src/reader.h (tags): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/gram.h, src/gram.c (symbols): New, similar to... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Also use %union. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * tests/regression.at (Web2c Actions): Blindly move... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/reader.c (readgram): Don't add the rule 0 if... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * tests/regression.at (Web2c Report): Catch up: the... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/reader.c (readgram): Bind the initial rule's... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | Fix the `GAWK Grammar' failure. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/gram.c (ritem_print): Be sure to subtract 1 when... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/lalr.c (lookaheads_print): New. |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/derives.c (print_derives): Be sure to use `>... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/LR0.c (generate_states): Use nritems, not nitems... |
commit | commitdiff | tree | snapshot |
2001-12-29 |
Akim Demaille | * src/output.c: Comment changes. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | ChangeLog fixes, and PO regen. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/output.c (output_gram): Rely on nritems, not the |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * tests/regression.at (Unresolved SR Conflicts): |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/LR0.c (new_state): Recognize the final state... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | Try to make the use of the eoftoken valid. Given that... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/main.c (main): If there are complains after grammar |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * configure.in: Check the protos of strchr ans strspn. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/print.c, src/print_graph.c (escape): New. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/state.h, src/state.c (reductions_new): New. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/state.h, src/state.c (errs_new, errs_dup): New. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SY... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/conflicts.c, src/conflicts.h (print_reductions... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/reader.c (copy_dollar, copy_at): Better checking... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/lalr.c (add_lookback_edge): Use state_t instead... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/lalr.c (set_goto_map): Remove a wrong but benign... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/reader.c (packgram): Catch nitems overflows. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/files.c, src/files.h (guard_obstack): Remove. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/gram.h (rule_t): `guard' and `guard_line' are... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/reader.c (symbol_list_new): Be sure to initialize... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | All the hacks using a final pseudo state are now useless. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/output.c (action_row, token_actions): Use a state... |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/conflicts.c (log_resolution, flush_shift) |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/bison.hairy: Formatting/comment changes. |
commit | commitdiff | tree | snapshot |
2001-12-27 |
Akim Demaille | * src/output.c (prepare): Drop the muscle `ntbase'... |
commit | commitdiff | tree | snapshot |
2001-12-22 |
Akim Demaille | * src/output.c (output_table_data): Change the prototyp... |
commit | commitdiff | tree | snapshot |
2001-12-22 |
Akim Demaille | Some actions of web2c.y are improperly triggered. |
commit | commitdiff | tree | snapshot |
2001-12-22 |
Akim Demaille | Reductions in web2c.y are improperly reported. |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Akim Demaille | Typo. |
commit | commitdiff | tree | snapshot |
2001-12-18 |
Akim Demaille | Some host fail on `assert (!"foo")', which expands to |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Marc Autret | * src/bison.simple: Don't hard code the skeleton line... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Paul Eggert | * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Paul Eggert | Document that YYDEBUG must be defined to a nonzero... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Paul Eggert | (yytname): Do not assume that the user defines YYDEBUG... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/state.h (state_t): Rename lookaheads as lookaheadsp. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/files.h, src/files.c (open_files, close_files... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/conflicts.c (print_reductions): Formatting changes. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/conflicts.c (flush_shift): Also adjust lookaheadset. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/output.c (output_obstack): Be static and rename... |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/output.c (action_row, save_column, default_goto) |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/output.c: Various formatting changes. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | * src/files.c (output_files): Free the output_obstack. |
commit | commitdiff | tree | snapshot |
2001-12-17 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-12-16 |
Marc Autret | * src/output.c (actions_output): Fix. When we use ... |
commit | commitdiff | tree | snapshot |
2001-12-16 |
Marc Autret | * src/bison.simple: Remove a useless #line directive. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Marc Autret | * src/bison.simple [YYERROR_VERBOSE]: Restore backward... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Marc Autret | Update. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Marc Autret | * src/output.c (output_gram): Keep track of the hairy... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Fix INCLUDES. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Make `make distcheck' work. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | regen. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | * src/nullable.c (set_nullable): Useless rules must... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | The header can also be produced directly, without any... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | * src/reader.c (parse_union_decl): Instead of handling... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | * src/lex.c, src/lex.h (xgetc): No longer static. |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Still making progress in separating Bison into (i)... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Attach actions to rules, instead of pre-outputting... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | * src/reader.c (copy_action): When --yacc, don't append... |
commit | commitdiff | tree | snapshot |
2001-12-15 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Akim Demaille | * src/lex.c (literalchar): Simply return the char you... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Akim Demaille | * src/lex.c (literalchar): Don't escape the special... |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Paul Eggert | * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE): |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Paul Eggert | (const): Do not define; that is now config.h's job. |
commit | commitdiff | tree | snapshot |
2001-12-14 |
Paul Eggert | Document YYFPRINTF, YYSTDERR. |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Akim Demaille | The computation of nullable is broken: it doesn't handl... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Akim Demaille | * src/closure.c (closure): Use nrules instead of playin... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Akim Demaille | * src/print.c (print_actions): Output the handling... |
commit | commitdiff | tree | snapshot |
2001-12-13 |
Akim Demaille | * src/reader.c (readgram): Remove dead code, an strip... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Akim Demaille | * src/complain.h, src/complain.c: Remove error_one_per_... |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Akim Demaille | Some hosts don't like `/' in includes. |
commit | commitdiff | tree | snapshot |
2001-12-12 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
next |