summaryrefslogtreecommitdiff
path: root/src/tables.c
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tables: fix again the handling of useless tokensAkim Demaille2021-03-071-5/+10
* Update URLs to prefer https: to http:Paul Eggert2021-01-301-1/+1
* tables: fix handling for useless tokensAkim Demaille2021-01-241-10/+73
* package: bump copyrights to 2021Akim Demaille2021-01-231-1/+1
* tables: avoid warnings and save bitsAkim Demaille2021-01-231-1/+8
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-4/+4
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-3/+3
* bison: use consistently "token kind", not "token type"Akim Demaille2020-04-051-1/+1
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-6/+6
* tables: use bitsets for a performance boostTheophile Ranquet2019-03-241-15/+24
* style: scope reduction in tables.cAkim Demaille2019-02-241-20/+15
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* style: reduce scopes in tables.cAkim Demaille2018-09-151-131/+99
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-6/+6
* Merge maint into masterAkim Demaille2018-06-171-1/+1
|\
| * Update copyright yearsAkim Demaille2018-05-121-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2015-01-231-1/+1
|\ \ | |/
| * build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2015-01-051-1/+1
|\ \ | |/
| * package: bump to 2015Akim Demaille2015-01-041-1/+1
| * package: bump to 2014Akim Demaille2014-02-031-1/+1
* | symbols: improve symbol aliasingValentin Tolmer2013-08-011-2/+2
|/
* style: no longer use backquotesAkim Demaille2013-02-181-7/+7
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* tables: scope reductionAkim Demaille2012-12-271-24/+25
* tables: scope reductionAkim Demaille2012-12-261-37/+33
* tables: scope reductionAkim Demaille2012-12-261-23/+25
* tables: scope reductionAkim Demaille2012-12-261-26/+21
* tables: scope reductionAkim Demaille2012-12-261-45/+43
* tables: use size_t where appropriateAkim Demaille2012-12-261-7/+6
* tables: style changesAkim Demaille2012-12-261-11/+12
* variables: use singular in %define variable namesAkim Demaille2012-10-161-1/+1
* maint: use STREQ/STRNEQ.Akim Demaille2012-02-231-1/+1
* maint: fix some syntax-check issues.Akim Demaille2012-02-181-1/+0
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-156/+156
* lr.default-reductions: rename "full" value to "most".Joel E. Denny2011-03-201-1/+1
* lr.default-reductions: rename "all" value to "full".Joel E. Denny2011-03-061-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-2/+2
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-261-1/+1
* Rename lr.default_reductions to lr.default-reductions.Joel E. Denny2009-04-301-1/+1
* Rename "default rule" to "default reduction".Joel E. Denny2009-04-231-13/+15
* Implement %define lr.default_rules.Joel E. Denny2009-04-211-1/+12
* Update to GPLv3.Paul Eggert2007-08-151-11/+9
* Port to GCC 2.95. First two problems reported by Michael Deutschmann inPaul Eggert2006-09-151-6/+6
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-7/+7