2010-01-04 |
Joel E. Denny | Fix some comments concerning LR(0) versus LALR(1). |
blob | commitdiff | raw |
2010-01-04 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-06-11 |
Akim Demaille | hash: check insertion for memory exhaustion. |
blob | commitdiff | raw | diff to current |
2009-04-21 |
Joel E. Denny | Finish implementing %define lr.type. |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Joel E. Denny | In XML output, remove redundant class attribute on... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Joel E. Denny | Pacify ./configure --enable-gcc-warnings. |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Paul Eggert | * src/gram.c (rule_rhs_print_xml): Now static, since... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-05-28 |
Joel E. Denny | Don't depend on C99 features. |
blob | commitdiff | raw | diff to current |
2007-05-08 |
Joel E. Denny | * NEWS (2.3a+): Mention yesterday's state-removal change. |
blob | commitdiff | raw | diff to current |
2007-05-07 |
Joel E. Denny | If conflict resolution makes states unreachable, remove... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Paul Eggert | Port to GCC 2.95. First two problems reported by Micha... |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Paul Eggert | Be a bit more systematic about using 'abort'. |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Paul Eggert | Fix some porting glitches found by Nelson H. F. Beebe. |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Work around portability problem on Solaris 10: flex... |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Akim Demaille | In some (weird) cases, the final state number is incorrect. |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
blob | commitdiff | raw | diff to current |
2005-10-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Paul Eggert | Remove uses of 'short int' and 'unsigned short int... |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
blob | commitdiff | raw | diff to current |
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 |
|