summaryrefslogtreecommitdiff
path: root/src/symlist.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Require default %destructor/%printer to be declared usingJoel E. Denny2006-09-041-28/+102
* * src/symlist.c (symbol_list_length): Return int, not unsignedPaul Eggert2006-07-091-2/+2
* Get action warnings (grammar_rule_check) right even when symbolJoel E. Denny2006-06-261-1/+3
* * 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-1/+3
* * src/reader.c (grammar_midrule_action): If $$ is set in aAkim Demaille2006-01-041-2/+3
* Warn about unused values.Akim Demaille2005-12-221-21/+48
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-0/+1
* * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,Akim Demaille2005-07-121-3/+7
* Trailing trace.Akim Demaille2005-07-121-1/+0
* * src/symtab.h, src/symtab.c (symbol_print): New.Akim Demaille2005-07-121-3/+16
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callersPaul Eggert2004-12-101-1/+1
* XMALLOC -> MALLOCPaul Eggert2002-12-131-1/+1
* Adjust to renamings.Paul Eggert2002-12-111-25/+24
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-1/+1
* Initial check-in introducing experimental GLR parsing. See entry inPaul Hilfinger2002-06-281-0/+2
* * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list ofAkim Demaille2002-06-171-0/+1
* * src/symlist.h, src/symlist.c (symbol_list_length): New.Akim Demaille2002-06-171-0/+14
* * src/reader.h, src/reader.c (symbol_list, symbol_list_new)Akim Demaille2002-06-171-0/+99