]> git.saurik.com Git - bison.git/history - src/tables.c
maint: run "make update-copyright".
[bison.git] / src / tables.c
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. Dennymaint: run "make update-copyright"
2009-08-26  Joel E. DennyActually handle the yytable zero value correctly this...
2009-04-30  Joel E. DennyRename lr.default_reductions to lr.default-reductions.
2009-04-23  Joel E. DennyRename "default rule" to "default reduction".
2009-04-21  Joel E. DennyImplement %define lr.default_rules.
2007-08-15  Paul EggertUpdate to GPLv3.
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'.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-09-27  Paul Eggert* bootstrap (gnulib_modules): Add verify.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-03-15  Paul Eggert(state_number_to_vector_number): Put it inside an
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-12-10  Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-12-08  Paul Eggert(save_column, default_goto):
2004-11-22  Paul EggertXFREE -> free
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-02-03  Paul EggertUse more-consistent naming conventions for local vars.
2002-12-13  Paul Eggert(state_number_to_vector_number,
2002-12-11  Paul Eggert(vector_number): Renamed from vector_number_t.
2002-11-21  Paul Eggert(conflict_row, pack_vector): Use abort rather than...
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-12  Akim Demaille* src/tables.c (tables_generate): Use free for pointers...
2002-11-06  Paul Hilfingersrc/tables.c (matching_state): Don't allow states to...
2002-10-22  Paul EggertUse C99-style bool instead of our own style.
2002-10-20  Akim Demaille* src/tables.h, src/tables.c, src/output.c: Comment...
2002-10-14  Akim Demaille* src/tables.c (table_ninf_remap): base -> tab.
2002-10-13  Akim DemailleLet nondeterministic skeletons be usable with deterministic
2002-09-04  Akim Demaille* src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
2002-08-12  Paul Eggert(table_grow, pack_vector): Wrap strings in _() if
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-08-01  Akim Demaille* lib/timevar.c (get_time): Include children time.
2002-07-31  Akim DemailleSeparate parser tables computation and output.