summaryrefslogtreecommitdiff
path: root/data/yacc.c
Commit message (Expand)AuthorAgeFilesLines
* maint: address sc_prohibit_doubled_word.Akim Demaille2012-02-191-5/+5
* maint: address sc_prohibit_always-defined_macros.Akim Demaille2012-02-191-0/+1
* maint: fix some syntax-check issues.Akim Demaille2012-02-181-1/+1
* yacc: fix YYBACKUP.Akim Demaille2012-01-261-2/+3
* maint: run "make update-copyright".Jim Meyering2012-01-131-2/+2
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-167/+167
* * data/yacc.c: Fix last apostrophe warning from xgettext.Joel E. Denny2011-01-241-1/+1
* Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-091-4/+4
* maint: run "make update-copyright".Joel E. Denny2011-01-021-3/+3
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-111-64/+161
* parse.lac: implement as %define variable.Joel E. Denny2010-12-111-27/+250
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-071-33/+51
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-071-92/+91
* yysyntax_error: improve invocation readability.Joel E. Denny2010-10-311-22/+28
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-081-8/+8
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-3/+3
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-091-6/+6
* maint: run "make update-copyright"Joel E. Denny2010-01-041-4/+3
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-221-3/+22
* YYFAIL: deprecate.Joel E. Denny2009-12-211-1/+10
* * data/yacc.c: Reformat m4 a little.Joel E. Denny2009-12-161-6/+7
* Simplify y.tab.c when location tracking is disabled.Jonathan Nieder2009-12-161-1/+7
* Avoid warnings from gcc -Wundef y.tab.c.Jonathan Nieder2009-12-161-3/+3
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-041-67/+75
* Clean up yacc.c a little.Joel E. Denny2009-09-101-107/+115
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-261-2/+1
* More fixes related to last two patches.Joel E. Denny2009-08-251-7/+8
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-251-1/+2
* Some code and documentation improvements.Joel E. Denny2009-08-251-4/+11
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+2
* maint: automate b4_copyright updates.Joel E. Denny2009-08-041-3/+2
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-4/+4
* variables: use `parse.assert' instead of `debug'.Akim Demaille2009-04-141-1/+1
* Treat %debug as %define debug.Akim Demaille2009-04-031-1/+1
* Treat %error-verbose as %define error_verbose.Akim Demaille2009-04-031-3/+3
* Remove trailing blanks.Akim Demaille2009-02-191-2/+1
* Pass the token type to yysyntax_error.Akim Demaille2008-12-111-7/+6
* Simplify the i18n of the error messages.Akim Demaille2008-12-111-42/+34
* Prepare the convergence bw C style and Java table generation.Akim Demaille2008-11-261-6/+3
* Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.Akim Demaille2008-11-261-57/+1
* Get rid of yyrhs and yyprhs in yacc.c.Akim Demaille2008-11-251-23/+12
* Use b4_subtract where possible.Akim Demaille2008-11-181-2/+2
* Comment changes.Akim Demaille2008-11-131-4/+6
* Use "enum" for integral constants.Akim Demaille2008-11-101-1/+1
* Use b4_copyright_years.Akim Demaille2008-11-041-5/+7
* Remove spurious initial empty lines.Akim Demaille2008-11-041-2/+2
* Parameterize the extraction of semantic values.Akim Demaille2008-11-031-2/+2
* * data/yacc.c: Reformat m4 a little for readability.Joel E. Denny2008-05-131-30/+25
* Fix impure push parser compile error reported by Bob Rossi atJoel E. Denny2008-02-201-16/+12
* * data/Makefile.am (dist_pkgdata_DATA): Remove push.c.Joel E. Denny2008-02-171-126/+334