summaryrefslogtreecommitdiff
path: root/src/reader.h
Commit message (Expand)AuthorAgeFilesLines
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* grammar: introduce %emptyAkim Demaille2013-02-181-0/+2
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-10-261-2/+2
|\
| * maint: be compilable with GCC 4.0Akim Demaille2012-10-261-2/+2
| * 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
| * maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
| * Named symbol references.Alex Rozenman2009-06-271-3/+7
* | 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
* | Allow specification of semantic predicates.Paul Hilfinger2010-07-231-1/+1
* | 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
* | maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* | Named symbol references.Alex Rozenman2009-06-271-3/+7
|/
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* Simplify union and prologue handling, and escape union and lex/parseJoel E. Denny2007-01-091-1/+0
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-1/+4
* Don't miss %merge result type warnings just because the LHS types areJoel E. Denny2006-06-261-0/+1
* More cleanup.Joel E. Denny2006-06-261-1/+0
* Rename %before-definitions to %start-header and %after-definitions toJoel E. Denny2006-06-231-4/+2
* Don't put the pre-prologue in the header file. For the yacc.c codeJoel E. Denny2006-06-211-1/+3
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-20/+0
* Fix two nits reported by twlevo, plus one more that I discovered.Paul Eggert2006-03-091-1/+1
* Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which IPaul Eggert2006-01-301-1/+5
* * src/reader.c (grammar_current_rule_check): Also check that $$Akim Demaille2005-12-271-5/+2
* Warn about unused values.Akim Demaille2005-12-221-0/+3
* Update copyright.Paul Eggert2005-07-251-1/+1
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-0/+5
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Add %default-prec.Paul Eggert2003-09-301-0/+1
* When reducing initial empty rules, Bison parser read an initialAkim Demaille2003-08-251-1/+0
* * data/glr.c (YYERROR): Update definition.Paul Hilfinger2003-06-101-0/+1
* Switch from 'int' to 'bool' where that makes sense.Paul Eggert2003-05-241-1/+1
* Use more-consistent naming conventions for local vars.Paul Eggert2003-02-031-3/+3
* (YYDECL): Use YYSTYPE, not its deprecated alias yystype. This followsPaul Eggert2002-12-301-1/+1
* (braced_code, current_braced_code): Remove.Paul Eggert2002-12-241-12/+3
* (braced_code): Renamed from braced_code_t.Paul Eggert2002-12-111-20/+20
* Include location.h.Paul Eggert2002-12-071-1/+3
* (gram_error): Remove decl.Paul Eggert2002-11-301-1/+0
* (struct gram_control_s, gram_control_t): Remove.Paul Eggert2002-11-271-10/+3
* * src/scan-gram.l, src/reader.h (scanner_last_string_free):Akim Demaille2002-11-121-1/+2
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-3/+3
* (scanner_last_string_free): Remove decl.Paul Eggert2002-11-081-1/+0