summaryrefslogtreecommitdiff
path: root/src/symtab.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-07-271-3/+9
|\
| * muscles: fix another occurrence of unescaped type nameAkim Demaille2012-07-261-1/+6
| * formatting changesAkim Demaille2012-07-261-6/+8
| * maint: run "make update-copyright".Akim Demaille2012-01-131-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-231-2/+2
| * maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
| * Code cleanup.Joel E. Denny2009-12-171-3/+0
| * Miscellaneous code readability improvements.Joel E. Denny2009-08-101-9/+12
| * maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | simplify the handling of <> and <*>'s code_props.Akim Demaille2012-07-221-12/+0
* | allow modification on retrieved code_props.Akim Demaille2012-07-221-2/+1
* | maint: add missing const.Akim Demaille2012-07-221-1/+1
* | style changes.Akim Demaille2012-07-221-5/+5
* | warnings: useless semantic typesVictor Santet2012-06-251-2/+10
* | code_props: factor more.Akim Demaille2012-06-221-1/+4
* | maint: factor the handling of %printer and %destructorVictor Santet2012-06-221-44/+38
* | fix warnings for useless %printer/%destructorAkim Demaille2012-06-201-3/+19
* | warnings: used but undeclared symbols are warningsVictor Santet2012-06-201-1/+8
* | maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-3/+3
* | 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
* | Code cleanup.Joel E. Denny2009-12-171-3/+0
* | Miscellaneous code readability improvements.Joel E. Denny2009-08-101-9/+12
* | maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | Define the "identifier" of a symbol.Akim Demaille2008-11-131-4/+20
|/
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+3
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Use the new code_props interface for destructors and printers.Joel E. Denny2007-01-041-46/+22
* * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',Paul Eggert2006-12-181-3/+3
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-19/+45
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-45/+19
* Split the default %destructor/%printer into two kinds: <*> and <!>.Joel E. Denny2006-10-211-9/+13
* Finish implementation of per-type %destructor/%printer. DiscussedJoel E. Denny2006-09-041-6/+41
* Allow %start after the first rule.Joel E. Denny2006-08-201-0/+3
* Enable declaration of default %printer/%destructor. Make the parserJoel E. Denny2006-07-291-4/+50
* * doc/Doxyfile.in: New.Akim Demaille2006-06-271-34/+53
* Add comparison operators for C++ location classes. Discussed atJoel E. Denny2006-06-221-1/+1
* * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.Akim Demaille2006-06-201-0/+3
* Warn about dubious constructions like "%token T T".Paul Eggert2006-01-031-2/+4
* * src/symtab.h (struct symbol): Declare the printer and destructorAkim Demaille2005-09-161-4/+6
* * 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/+3
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-171-3/+3
* * src/symtab.c (symbol_check_alias_consistency): Also checkAkim Demaille2004-10-111-0/+7
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-3/+3
* (NUMBER_UNDEFINED): Remove unnecessary cast.Paul Eggert2002-12-131-9/+3