summaryrefslogtreecommitdiff
path: root/src/reduce.c
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* multistart: turn start symbols into rules on $acceptAkim Demaille2020-09-271-5/+14
* portability: rename accept to acceptsymbol because of MSVCMaarten De Braekeleer2020-08-021-4/+4
* style: rename endtoken as eoftokenAkim Demaille2020-06-271-1/+1
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-7/+7
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-4/+4
* style: use consistently *_loc for locationsAkim Demaille2019-05-031-1/+1
* report: clean up its formatAkim Demaille2019-02-091-2/+2
* Merge branch maintAkim Demaille2019-02-031-12/+13
|\
| * style: minor fixesAkim Demaille2019-02-031-1/+1
| * gram: fix handling of nterms in actions when some are unusedAkim Demaille2019-02-031-4/+5
| * style: rename local variableAkim Demaille2019-02-021-10/+10
* | traces: always print the reduced grammar and fix itAkim Demaille2019-01-261-17/+17
* | style: various fixesAkim Demaille2019-01-261-4/+1
* | style: comment changes in gram.hAkim Demaille2019-01-261-6/+8
|/
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* style: reduce scopes in reduce.cAkim Demaille2018-09-201-57/+30
* Merge maint into masterAkim Demaille2018-06-171-1/+1
|\
| * Update copyright yearsAkim Demaille2018-05-121-1/+1
* | reduce: don't complain about rules whose lhs is uselessAkim Demaille2015-01-141-3/+4
* | style: reduce: use unsigned to count a number of objectsAkim Demaille2015-01-141-10/+10
* | style: reduce: introduce and use a swap for bitsetAkim Demaille2015-01-141-10/+9
* | style: reduce: reduce scopes and other stylistic changesAkim Demaille2015-01-141-67/+64
* | 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-9/+9
|/
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-12/+12
* style changesVictor Santet2012-06-291-6/+6
* warnings: factoring: complaintsVictor Santet2012-06-281-14/+14
* fix warnings for useless %printer/%destructorAkim Demaille2012-06-201-2/+4
* maint: style changes.Akim Demaille2012-06-201-3/+2
* 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-60/+60
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-041-16/+8
* 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
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* Update copyright dates for recent changes.Joel E. Denny2008-07-201-1/+1
* Fix untranslatable composition of sentences.Joel E. Denny2008-07-161-18/+16
* In the XML output, list useless and unused symbols and rules with theJoel E. Denny2007-11-241-60/+15
* * src/gram.c: Remove comments that duplicate comments in gram.h.Joel E. Denny2007-11-101-18/+16
* * src/print-xml.c (escape_bufs): New static global variableJoel E. Denny2007-09-291-1/+1