]> git.saurik.com Git - bison.git/history - src/state.h
* src/lalr.c (state_lookahead_tokens_count): For code readability,
[bison.git] / src / state.h
2007-05-28  Joel E. Denny* src/lalr.c (state_lookahead_tokens_count): For code...
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...
2007-05-07  Joel E. DennyMinor code cleanup in parser table construction.
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
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-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2002-12-13  Paul Eggert(state_number_as_int): Now inline functions rather...
2002-12-11  Paul Eggert(state_number): Renamed from state_number_t.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-03  Akim DemailleFix some memory leaks, and fix a bug: state 0 was exami...
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/output.c (action_row): Let default_rule be always...
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-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-06-15  Akim Demaille* src/state.h, src/state.c (state_rule_lookaheads_print...
2002-06-15  Akim Demaille* src/conflicts.c (log_resolution): Accept the rule...
2002-06-15  Akim Demaille* src/state.h (state_t): Replace the `lookaheadsp'...
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-05-26  Akim Demaille* src/LR0.c, src/derives.c, src/gram.c, src/gram.h...
2002-05-07  Akim DemailleKill GCC warnings.
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (nitems): Remove, it is an...
2002-04-07  Akim DemailleRename all the `bucket's as `symbol_t'.
2001-12-29  Akim Demaille* src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr...
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-17  Akim Demaille* src/state.h (state_t): Rename lookaheads as lookaheadsp.
2001-12-10  Akim Demaille* src/state.h (shifts): Remove the `number' member...
2001-12-10  Akim DemailleNow that states have a complete set of members, the...
2001-12-10  Akim DemailleNow that states have a complete set of members, the...
2001-12-10  Akim DemailleOne structure for states is enough, even though theoret...
2001-12-05  Akim DemaillePessimize the code to simplify it: from now on, all...
2001-12-05  Akim Demaille* src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
2001-12-05  Akim Demaille* src/state.h (SHIFT_SYMBOL): New.
2001-12-05  Akim Demaille* src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_...
2001-11-19  Akim Demaille* src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-10-02  Akim Demaille* src/reader.h: New file.
1999-01-14  Jesse ThiloUpdate FSF address.
1991-12-21  Richard M. Stallmanentered into RCS