2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
blob | commitdiff | raw |
2004-05-07 |
Paul Eggert | Use size_t (not unsigned int) for hashes, since the... |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
blob | commitdiff | raw | diff to current |
2003-02-03 |
Paul Eggert | Use more-consistent naming conventions for local vars. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | (state_compare): Now inline. Return bool, not int. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | Adjust to renamings. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Paul Eggert | (state_new, state_free, state_transitions_set, state_re... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/tables.c (tables_generate): Use free for pointers... |
blob | commitdiff | raw | diff to current |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Akim Demaille | Instead of attaching lookaheads and duplicating the... |
blob | commitdiff | raw | diff to current |
2002-08-01 |
Akim Demaille | * src/derives.h, src/derives.c (derives): A `rule_t... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Akim Demaille | * src/state.h, src/state.c (transitions_t): Holds state... |
blob | commitdiff | raw | diff to current |
2002-07-29 |
Akim Demaille | Use $accept and $end, as BYacc and BTYacc do, instead... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Akim Demaille | * src/output.c (froms, tos): Are state_number_t. |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Akim Demaille | Fix some memory leaks, and fix a bug: state 0 was exami... |
blob | commitdiff | raw | diff to current |
2002-07-02 |
Akim Demaille | * lib/libiberty.h: New. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | We spend a lot of time in quotearg, in particular when... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/state.h (reductions_t): Rename member `nreds... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/closure.c (print_firsts, print_fderives, closure): |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/state.h, src/state.c (shifts_to): New. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/LR0.c (save_reductions): Remove, replaced by... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/LR0.c (state_list_t, state_list_append): New. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | Use hash.h for the state hash table. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/state.h, src/state.c (state_new): New, extracted... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | * src/state.h, src/state.c (state_rule_lookaheads_print... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Akim Demaille | * src/gram.h (item_number_t): New, the type of item... |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Akim Demaille | Fix `%nonassoc and eof'. |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Akim Demaille | * src/state.h, src/state.c (reductions_new): New. |
blob | commitdiff | raw | diff to current |
2001-12-27 |
Akim Demaille | * src/state.h, src/state.c (errs_new, errs_dup): New. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | Add src/state.c to the repo. |
blob | commitdiff | raw | diff to current |
|