summaryrefslogtreecommitdiff
path: root/src/closure.h
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2021Akim Demaille2021-01-231-1/+1
* style: decouple different uses of item_numberVincent Imbimbo2020-05-251-4/+4
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-1/+1
* style: comment changesAkim Demaille2019-04-121-11/+8
* style: rename closure_* functions as closure_*Akim Demaille2019-01-281-2/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-1/+1
* Update copyright yearsAkim Demaille2018-05-121-2/+2
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* closure, gram: add missing constAkim Demaille2012-12-281-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+1
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* Improve some comments in parser table construction.Joel E. Denny2007-05-291-2/+2
* * NEWS (2.3a+): Mention yesterday's state-removal change.Joel E. Denny2007-05-081-1/+1
* Minor code cleanup in parser table construction.Joel E. Denny2007-05-071-1/+1
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-171-2/+2
* * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callersPaul Eggert2004-12-101-1/+1
* Adjust to type renaming.Paul Eggert2002-12-111-3/+7
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-3/+3
* * src/gram.h (item_number_t): New, the type of item numbers inAkim Demaille2002-04-081-2/+2
* * src/gram.h, src/gram.c (nitems): Remove, it is an alias ofAkim Demaille2002-04-071-1/+1
* * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:Akim Demaille2002-04-071-8/+6
* * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.Akim Demaille2001-12-051-8/+9
* * src/print_graph.c (print_actions): Remove `rule', unused.Akim Demaille2001-11-231-1/+1
* * src/closure.c (itemsetend): Remove, replaced with...Akim Demaille2001-11-191-2/+2
* * src: s/Copyright (C)/Copyright/g.Akim Demaille2000-11-071-1/+1
* Various anti-`extern in *.c' changes.Akim Demaille2000-10-021-0/+7
* * src/closure.h: New file.Akim Demaille2000-09-211-0/+49