summaryrefslogtreecommitdiff
path: root/src/conflicts.c
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* style: simplify strings to translateAkim Demaille2019-06-121-3/+6
* style: reduce scopes, propagate constAkim Demaille2019-06-121-20/+18
* style: use clearer typesAkim Demaille2019-06-121-2/+5
* add LR(0) outputAkim Demaille2019-02-051-7/+10
* style: rename LR0.* as lr0.*Akim Demaille2019-01-261-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* %expect-rr: tune the number of conflicts per ruleAkim Demaille2018-11-221-16/+17
* %expect-rr: fix the computation of the overall number of conflictsAkim Demaille2018-11-221-19/+14
* %expect: tune the number of conflicts per ruleAkim Demaille2018-11-211-12/+16
* style: reduce scopesAkim Demaille2018-11-211-45/+34
* allow %expect and %expect-rr modifiers on individual rulesPaul Hilfinger2018-11-211-6/+117
* style: reduce scopesAkim Demaille2018-08-111-38/+30
* Merge maint into masterAkim Demaille2018-06-171-2/+2
|\
| * Update copyright yearsAkim Demaille2018-05-121-2/+2
* | 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-8/+8
|/
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* grammar: record used associativity and print useless onesValentin Tolmer2013-01-301-0/+3
* grammar: warn about unused precedence for symbolsValentin Tolmer2013-01-291-0/+2
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* maint: restore ANSI 89 complianceAkim Demaille2012-12-281-2/+2
* warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-5/+5
* warnings: use the regular interface for s/r and r/r conflictsAkim Demaille2012-09-251-70/+54
* conflicts: refactor the counting routinesAkim Demaille2012-09-211-45/+49
* %expect-rr is for GLR onlyAkim Demaille2012-09-211-1/+1
* Revert "introduced a GCC-like -Werror=type"Akim Demaille2012-09-211-4/+2
* introduced a GCC-like -Werror=typeTheophile Ranquet2012-09-201-2/+4
* obstacks: simplificationsAkim Demaille2012-08-121-8/+2
* Merge branch 'maint'Akim Demaille2012-07-311-16/+16
|\
| * use obstack_printfAkim Demaille2012-07-311-16/+16
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-031-0/+9
| * maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
| * Do not use date ranges in copyright notices.Paul Eggert2010-06-231-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
* | warnings: factoring: complaintsVictor Santet2012-06-281-7/+7
* | warnings: rename the categoriesVictor Santet2012-06-281-2/+2
* | maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-129/+129
* | Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-091-0/+9
* | 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
* | maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | Add %precedence support.Akim Demaille2008-11-101-6/+11
|/
* Don't let --report affect XML output; always print all information.Joel E. Denny2007-12-011-70/+70