]> git.saurik.com Git - bison.git/history - src/closure.c
maint: fix some syntax-check issues.
[bison.git] / src / closure.c
2012-02-18  Akim Demaillemaint: fix some syntax-check issues.
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
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-06  Joel E. Dennymaint: run "make update-copyright"
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-10  Joel E. Denny* LR0.c (new_itemsets): Fix wording in comments: say...
2007-05-29  Joel E. DennyImprove some comments in parser table construction.
2007-05-08  Joel E. Denny* NEWS (2.3a+): Mention yesterday's state-removal change.
2007-05-07  Joel E. DennyMinor code cleanup in parser table construction.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
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-12-10  Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-11-22  Paul EggertXFREE -> free
2002-12-13  Paul EggertUndo XFREE change; we assume C89 compiler, but not...
2002-12-13  Paul EggertAll uses of XCALLOC, XMALLOC, and XREALLOC changed...
2002-12-11  Paul EggertAdjust to type name changes.
2002-09-04  Akim Demaille* src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
2002-08-12  Paul Eggert(print_closure, set_firsts, closure): Wrap strings...
2002-08-01  Akim Demaille* src/derives.h, src/derives.c (derives): A `rule_t...
2002-07-31  Akim DemailleLet --trace have arguments.
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-03  Akim Demaille* src/closure.c (print_fderives): Use rule_rhs_print.
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/closure.c (print_firsts, print_fderives, closure):
2002-06-30  Akim Demaille* src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_ru...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-05-06  Akim Demaille* src/closure.c (print_firsts): Display of the symbol...
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 Demaille* src/lalr.c, src/LR0.c, src/closure.c, src/gram.c...
2002-04-07  Akim Demaille* src/LR0.c (new_state): Display `nstates' as the name...
2002-04-07  Akim Demaille* src/closure.c, src/print.c, src/reader.c, src/reduce.c:
2002-04-07  Akim Demaille* src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
2002-03-04  Akim Demaille* src/warshall.h, src/warshall.c (bitmatrix_print)...
2002-03-04  Akim Demaille* src/closure.c (closure): `r' is unused.
2002-03-04  Akim Demaille* src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
2002-03-04  Akim Demaille* src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
2002-03-04  Akim Demaille* src/closure.c (firsts): Now, also a bitset.
2002-03-04  Akim Demaille* src/closure.c (ruleset): Be a bitset.
2002-03-04  Akim Demaille* lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib...
2002-02-05  Akim DemailleRevert the previous patch. before-m4-back-end
2002-02-05  Akim Demaille* lib/hash.c, lib/hash.h: Replace with Fileutils 4...
2001-12-29  Akim Demaille* src/closure.c, src/conflicts.c, src/derives.c, src...
2001-12-29  Akim Demaille* src/reader.c, src/reader.h (tags): Remove.
2001-12-29  Akim Demaille* src/gram.c (ritem_print): Be sure to subtract 1 when...
2001-12-27  Akim DemailleTry to make the use of the eoftoken valid. Given that...
2001-12-13  Akim Demaille* src/closure.c (closure): Use nrules instead of playin...
2001-12-05  Akim Demaille* src/LR0.c (new_itemsets): Use nshifts only, not shift...
2001-12-05  Akim Demaille* src/closure.c (print_closure): Improve.
2001-12-05  Akim Demaille* src/closure.c (FIRSTS, FDERIVES): Adjust to reality...
2001-12-05  Akim Demaille* src/closure.c (set_fderives): De-obfuscate.
2001-12-05  Akim Demaille* src/closure.c (print_firsts, print_fderives): De...
2001-12-05  Akim Demaille* src/closure.c (set_firsts): De-obfuscate.
2001-11-28  Akim Demaille* src/closure.c (closure): `b' and `ruleno' denote...
2001-11-28  Akim Demaille* src/closure.c (closure): Instead of looping over...
2001-11-28  Akim Demaille* src/closure.c (closure): No longer optimize the speci...
2001-11-28  Akim Demaille* src/closure.c (closure): `r' and `c' are new variable...
2001-11-23  Akim Demaille* src/print_graph.c (print_actions): Remove `rule'...
2001-11-19  Akim Demaille* src/derives.c (print_derives): Fix and enrich.
2001-11-19  Akim Demaille* src/closure.c (itemsetend): Remove, replaced with...
2001-11-19  Akim Demaille* src/closure.c (closure): Use arrays instead of pointe...
2001-11-19  Akim Demaille* src/closure.c, src/derives.c, src/nullable.c: Adjust...
2001-11-19  Akim Demaille* src/getargs.c (statistics_flag): Replace with...
2001-11-19  Akim Demaille* src/LR0.c (new_state, get_state): Complete TRACE...
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
2000-09-20  Akim Demaille* src/closure.h: New file.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
2000-03-10  Akim DemailleFormatting changes of various comments.
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1997-06-18  Richard M. Stallmannew.h renamed to alloc.h.
1996-06-01  Richard M. StallmanInsert `_' macro around many string constants.
1991-12-21  Richard M. Stallmanentered into RCS