]> git.saurik.com Git - bison.git/history - src/lalr.h
maint: run "make update-copyright".
[bison.git] / src / lalr.h
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
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-04-21  Joel E. DennyFinish implementing %define lr.type.
2007-08-15  Paul EggertUpdate to GPLv3.
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-06-27  Akim Demaille* doc/Doxyfile.in: New.
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-08  Paul Eggert(GOTO_NUMBER_MAXIMUM): New macro.
2004-10-22  Paul EggertUse size_t rather than unsigned int in previous patch.
2004-10-22  Paul Eggert(goto_number): Now unsigned int, not 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...
2002-12-11  Paul Eggert(goto_number): Renamed from goto_number_t.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-05  Paul Eggert(GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
2002-08-01  Akim Demaille* lib/timevar.c (get_time): Include children time.
2002-07-03  Akim Demaille* src/lalr.h, src/lalr.c (goto_number_t): New.
2002-06-30  Akim Demaille* src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,...
2002-06-30  Akim DemailleUse hash.h for the state hash table.
2002-06-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-06-15  Akim Demaille* src/conflicts.c (log_resolution): Accept the rule...
2002-04-07  Akim Demaille* src/lalr.h (LA): Is a bitsetv, not bitset*.
2002-04-07  Akim Demaille* src/lalr.h, src/lalr.c (LAruleno): Replace with...
2002-03-04  Akim Demaille* src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
2002-03-04  Akim Demaille* src/L0.c, src/LR0.h (nstates): Be size_t.
2001-12-29  Akim Demaille* src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr...
2001-12-17  Akim Demaille* src/state.h (state_t): Rename lookaheads as lookaheadsp.
2001-12-10  Akim DemailleOne structure for states is enough, even though theoret...
2001-12-05  Akim Demaille* src/conflicts.c (err_table): Remove.
2001-11-19  Akim Demaille* src/lalr.h (LA): New macro to access to the variable LA.
2001-11-19  Akim Demaille* src/lalr.h (lookaheads): Removed array, which content...
2001-11-19  Akim Demaille* src/lalr.h (consistent): Removed array, which content...
2001-11-19  Akim Demaille* src/lalr.h (reduction_table, shift_table): Removed...
2001-11-19  Akim Demaille* src/lalr.h (state_t): New.
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-16  Akim Demaille* src/output.c (output_short_or_char_table): New function.
2000-10-02  Akim Demaille* src/reader.h: New file.
2000-10-02  Akim Demaille* src/lalr.h: New file.