summaryrefslogtreecommitdiff
path: root/src/symlist.h
Commit message (Expand)AuthorAgeFilesLines
* warnings: useless semantic typesVictor Santet2012-06-251-1/+1
* maint: factor the handling of %printer and %destructorVictor Santet2012-06-221-7/+4
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+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
* Style changes and factoring.Alex Rozenman2009-07-041-0/+3
* Named symbol references.Alex Rozenman2009-06-271-0/+7
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Use the new code_props interface for rule actions.Joel E. Denny2007-01-041-6/+3
* Use the new code_props interface in parse-gram.y.Joel E. Denny2007-01-031-6/+12
* Encapsulate code properties and related functionality for the variousJoel E. Denny2007-01-021-4/+1
* Rename <!> to <>. Discussed starting atJoel E. Denny2006-11-211-2/+2
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-13/+13
* * src/symlist.h (symbol_list): Fix typos in comments.Joel E. Denny2006-11-111-2/+7
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-11/+6
* Split the default %destructor/%printer into two kinds: <*> and <!>.Joel E. Denny2006-10-211-5/+10
* Require default %destructor/%printer to be declared usingJoel E. Denny2006-09-041-15/+39
* * src/symlist.c (symbol_list_length): Return int, not unsignedPaul Eggert2006-07-091-3/+3
* Don't miss %merge result type warnings just because the LHS types areJoel E. Denny2006-06-261-0/+1
* Get action warnings (grammar_rule_check) right even when symbolJoel E. Denny2006-06-261-2/+9
* * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.Akim Demaille2006-01-051-1/+1
* Also warn about non-used mid-rule values.Akim Demaille2006-01-041-0/+4
* * src/reader.c (grammar_midrule_action): If $$ is set in aAkim Demaille2006-01-041-2/+2
* Warn about unused values.Akim Demaille2005-12-221-5/+19
* * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,Akim Demaille2005-07-121-1/+1
* * src/symtab.h, src/symtab.c (symbol_print): New.Akim Demaille2005-07-121-1/+4
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (symbol_list): Renamed from symbol_list_t.Paul Eggert2002-12-111-19/+19
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-1/+1
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-8/+8
* * src/LR0.c (state_list_t, state_list_append): New.Akim Demaille2002-06-301-2/+0
* Initial check-in introducing experimental GLR parsing. See entry inPaul Hilfinger2002-06-281-0/+2
* * src/symlist.h, src/symlist.c (symbol_list_length): New.Akim Demaille2002-06-171-0/+2
* * src/reader.h, src/reader.c (symbol_list, symbol_list_new)Akim Demaille2002-06-171-0/+60