summaryrefslogtreecommitdiff
path: root/src/tables.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-261-2/+12
* More fixes related to last two patches.Joel E. Denny2009-08-251-27/+31
* Some code and documentation improvements.Joel E. Denny2009-08-251-2/+11
* Rename "default rule" to "default reduction".Joel E. Denny2009-04-231-4/+4
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-1/+1
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-2/+2
* (base_number): Renamed from base_t.Paul Eggert2002-12-111-10/+10
* * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,Paul Eggert2002-11-151-1/+1
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-2/+2
* * src/output.c (prepare): Move the definition of `tokens_number',Akim Demaille2002-10-201-2/+4
* * src/tables.h, src/tables.c, src/output.c: Comment changes.Akim Demaille2002-10-201-0/+65
* Separate parser tables computation and output.Akim Demaille2002-07-311-0/+52