summaryrefslogtreecommitdiff
path: root/src/tables.h
Commit message (Expand)AuthorAgeFilesLines
* 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