]> git.saurik.com Git - bison.git/history - src/state.c
Fix some comments concerning LR(0) versus LALR(1).
[bison.git] / src / state.c
2010-01-04  Joel E. DennyFix some comments concerning LR(0) versus LALR(1).
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-06-11  Akim Demaillehash: check insertion for memory exhaustion.
2009-04-21  Joel E. DennyFinish implementing %define lr.type.
2007-12-15  Joel E. DennyIn XML output, remove redundant class attribute on...
2007-09-24  Joel E. DennyPacify ./configure --enable-gcc-warnings.
2007-09-21  Paul Eggert* src/gram.c (rule_rhs_print_xml): Now static, since...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-05-28  Joel E. DennyDon't depend on C99 features.
2007-05-08  Joel E. Denny* NEWS (2.3a+): Mention yesterday's state-removal change.
2007-05-07  Joel E. DennyIf conflict resolution makes states unreachable, remove...
2006-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2006-01-20  Paul EggertFix some porting glitches found by Nelson H. F. Beebe.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-11-09  Akim DemailleIn some (weird) cases, the final state number is incorrect.
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-05-07  Paul EggertUse size_t (not unsigned int) for hashes, since the...
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2002-12-13  Paul Eggert(state_compare): Now inline. Return bool, not int.
2002-12-11  Paul EggertAdjust to renamings.
2002-11-21  Paul Eggert(state_new, state_free, state_transitions_set, state_re...
2002-11-12  Akim Demaille* src/tables.c (tables_generate): Use free for pointers...
2002-10-22  Paul EggertUse C99-style bool instead of our own style.
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-08-01  Akim Demaille* src/derives.h, src/derives.c (derives): A `rule_t...
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-03  Akim Demaille* src/output.c (froms, tos): Are state_number_t.
2002-07-03  Akim DemailleFix some memory leaks, and fix a bug: state 0 was exami...
2002-07-02  Akim Demaille* lib/libiberty.h: New.
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/state.h (reductions_t): Rename member `nreds...
2002-06-30  Akim Demaille* src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,...
2002-06-30  Akim Demaille* src/closure.c (print_firsts, print_fderives, closure):
2002-06-30  Akim Demaille* src/state.h, src/state.c (shifts_to): New.
2002-06-30  Akim Demaille* src/LR0.c (save_reductions): Remove, replaced by...
2002-06-30  Akim Demaille* src/LR0.c (state_list_t, state_list_append): New.
2002-06-30  Akim DemailleUse hash.h for the state hash table.
2002-06-30  Akim Demaille* src/state.h, src/state.c (state_new): New, extracted...
2002-06-15  Akim Demaille* src/state.h, src/state.c (state_rule_lookaheads_print...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-01-27  Akim DemailleFix `%nonassoc and eof'.
2001-12-27  Akim Demaille* src/state.h, src/state.c (reductions_new): New.
2001-12-27  Akim Demaille* src/state.h, src/state.c (errs_new, errs_dup): New.
2001-12-05  Akim DemailleAdd src/state.c to the repo.