summaryrefslogtreecommitdiff
path: root/src/parse-gram.c
Commit message (Expand)AuthorAgeFilesLines
* regenAkim Demaille2012-10-261-154/+152
* regenAkim Demaille2012-10-251-58/+68
* regenAkim Demaille2012-10-221-148/+175
* regenAkim Demaille2012-09-251-276/+275
* use locale-indep. c_is* functions for parsing, not isspace, isprint etcJim Meyering2012-09-031-2/+3
* yacc: remove trailing end of line at end of fileAkim Demaille2012-08-021-3/+2
* regenAkim Demaille2012-08-011-6/+8
* regenAkim Demaille2012-07-271-267/+133
* regenAkim Demaille2012-07-271-78/+88
* regenAkim Demaille2012-07-261-198/+383
* regen.Akim Demaille2012-06-171-339/+155
* maint: fix comment typosJim Meyering2012-06-051-1/+1
* Bison 2.5.1_rc2.v2.5.1_rc2Akim Demaille2012-05-231-2/+2
* Bison 2.5.1_rc1.Akim Demaille2012-05-141-2/+2
* maint: regen.Akim Demaille2012-05-061-148/+147
* maint: regen src/parse-gram.[ch]Jim Meyering2012-05-061-172/+174
* regen.Akim Demaille2012-02-231-141/+141
* regen.Akim Demaille2012-02-191-167/+168
* maint: avoid "the the"Jim Meyering2012-01-151-1/+1
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* Pacify -DGNULIB_POSIXCHECK.Joel E. Denny2011-05-011-3/+3
* * src/parse-gram.c, src/parse-gram.h: Regenerate.Joel E. Denny2011-03-131-148/+176
* * data/yacc.c: Fix last apostrophe warning from xgettext.Joel E. Denny2011-01-241-3/+3
* Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-241-3/+3
* maint: run "make update-copyright".Joel E. Denny2011-01-021-148/+146
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-231-344/+593
* parse.lac: implement as %define variable.Joel E. Denny2010-12-231-144/+145
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-071-126/+144
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-071-209/+214
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-161-154/+156
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-091-8/+8
* maint: run "make update-copyright"Joel E. Denny2010-01-041-280/+278
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-221-152/+171
* YYFAIL: deprecate.Joel E. Denny2009-12-221-153/+162
* Rename muscle_tab.* to muscle-tab.* for consistency with master.Joel E. Denny2009-10-081-3/+3
* Minor code cleanup.Joel E. Denny2009-10-051-233/+251
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-041-194/+193
* Clean up yacc.c a little.Joel E. Denny2009-09-101-138/+136
* %define: accept unquoted values.Joel E. Denny2009-08-281-103/+112
* %define lr.type: make values lowercase IDs.Joel E. Denny2009-08-281-2/+2
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-261-145/+144
* More fixes related to last two patches.Joel E. Denny2009-08-251-11/+11
* Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-251-99/+100
* Some code and documentation improvements.Joel E. Denny2009-08-251-149/+156
* Regen.Alex Rozenman2009-07-041-40/+40
* Regen.Alex Rozenman2009-06-271-284/+306
* -F/--force-define and relative %define/-D/--define priorities.Joel E. Denny2009-05-221-99/+102
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-2/+2
* Document how `%define "var" "value"' is not M4-friendly.Joel E. Denny2009-04-291-13/+13
* variables: accept dashes.Akim Demaille2009-04-291-16/+14