summaryrefslogtreecommitdiff
path: root/src/symlist.c
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: factor and enhance messages about duplicate rule directivesAkim Demaille2013-02-181-0/+2
* grammar: introduce %emptyAkim Demaille2013-02-181-0/+1
* debug: improve the display of symbol listsAkim Demaille2013-02-111-3/+8
* style: minor changesAkim Demaille2013-02-091-4/+3
* symlist: use the right streamAkim Demaille2013-02-011-1/+1
* grammar: preserve token declaration orderValentin Tolmer2013-01-271-0/+17
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* symtab: fix some leaksTheophile Ranquet2012-12-141-0/+2
* warnings: fusion of complain and complain_atTheophile Ranquet2012-10-011-1/+1
* style changesAkim Demaille2012-09-031-13/+13
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-07-271-6/+3
|\
| * printer/destructor: translate only onceAkim Demaille2012-07-271-16/+10
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * named references: fix double free.Akim Demaille2011-03-091-2/+1
| * 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-1/+1
| * maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+2
| * Fix some memory leaks.Alex Rozenman2009-07-241-1/+8
| * Style changes and factoring.Alex Rozenman2009-07-041-0/+6
| * Named symbol references.Alex Rozenman2009-06-271-4/+9
* | simplify the handling of <> and <*>'s code_props.Akim Demaille2012-07-221-42/+0
* | warnings: factoring: complaintsVictor Santet2012-06-281-2/+1
* | warnings: useless semantic typesVictor Santet2012-06-251-2/+9
* | maint: factor the handling of %printer and %destructorVictor Santet2012-06-221-35/+11
* | fix warnings for useless %printer/%destructorAkim Demaille2012-06-201-2/+2
* | warnings: used but undeclared symbols are warningsVictor Santet2012-06-201-0/+4
* | maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-2/+2
* | named references: fix double free.candidates/named-ref-freeAkim Demaille2011-03-091-2/+1
* | Revert "Simplify handling of '.' and '-' after unbracketed named references."Joel E. Denny2011-01-291-1/+1
* | Simplify handling of '.' and '-' after unbracketed named references.Paul Eggert2011-01-091-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-1/+1
* | maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+2
* | Fix some memory leaks.Alex Rozenman2009-07-241-1/+8
* | Style changes and factoring.Alex Rozenman2009-07-041-0/+6
* | Named symbol references.Alex Rozenman2009-06-271-4/+9
|/
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Use the new code_props interface for destructors and printers.Joel E. Denny2007-01-041-12/+9
* Use the new code_props interface for rule actions.Joel E. Denny2007-01-041-3/+2
* Use the new code_props interface in parse-gram.y.Joel E. Denny2007-01-031-10/+18
* Encapsulate code properties and related functionality for the variousJoel E. Denny2007-01-021-13/+1
* Rename <!> to <>. Discussed starting atJoel E. Denny2006-11-211-3/+3
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-21/+26
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-26/+21
* Split the default %destructor/%printer into two kinds: <*> and <!>.Joel E. Denny2006-10-211-9/+32
* Port to GCC 2.95. First two problems reported by Michael Deutschmann inPaul Eggert2006-09-151-1/+1
* Finish implementation of per-type %destructor/%printer. DiscussedJoel E. Denny2006-09-041-2/+4