summaryrefslogtreecommitdiff
path: root/src/AnnotationList.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
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-5/+5
* ielr: fix crash on memory managementAkim Demaille2020-06-271-1/+3
* style: factor the access to a rule from its itemsAkim Demaille2020-06-251-9/+3
* style: clean up ielrAkim Demaille2020-06-251-174/+163
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* style: clean up src/AnnotationList.cAkim Demaille2018-10-281-85/+60
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-1/+1
* 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
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2013-12-091-3/+7
|\ \ | |/
| * aver: it is no longer "protected against NDEBUG"Akim Demaille2013-11-121-3/+7
* | symbols: improve symbol aliasingValentin Tolmer2013-08-011-8/+9
|/
* 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/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* portability: `<' and `>' are not always defined on addresses.Joel E. Denny2009-12-291-22/+18
* Add new files for IELR and canonical LR implementation.Joel E. Denny2009-04-211-0/+811