summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* maint: address sc_prohibit_doubled_word.Akim Demaille2012-02-191-10/+10
* maint: address sc_prohibit_always-defined_macros.Akim Demaille2012-02-191-0/+1
* maint: fix some syntax-check issues.Akim Demaille2012-02-191-1/+1
* use a more consistent quoting style.Akim Demaille2012-02-081-4/+4
* yacc: fix YYBACKUP.Akim Demaille2012-01-261-12/+13
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-241-10/+10
* maint: run "make update-copyright".Akim Demaille2012-01-1319-19/+19
* java: remove unused variable.Tim Landscheidt2012-01-131-2/+0
* glr.c: omit yyresolveLocations when locations are disabled.Joel E. Denny2011-04-161-4/+4
* java: fix parser tracing bug.Joel E. Denny2011-03-061-1/+1
* java: finish fixing parser stack popping bug.Joel E. Denny2011-03-061-2/+2
* java: fix parser stack popping bug.Angelo Borsotti2011-03-061-1/+1
* java: fix location handling bug.Bernd Kiefer2011-02-191-1/+1
* * 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-242-6/+6
* maint: run "make update-copyright".Joel E. Denny2011-01-0219-39/+31
* parse.lac: implement exploratory stack reallocations.Joel E. Denny2010-12-231-64/+161
* parse.lac: implement as %define variable.Joel E. Denny2010-12-231-27/+250
* yysyntax_error: adjust prior fixes for branch-2.5's lalr1.cc.Joel E. Denny2010-11-071-1/+22
* yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-074-76/+176
* yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-072-10/+11
* yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-074-252/+252
* yysyntax_error: improve invocation readability.Joel E. Denny2010-10-311-22/+28
* Fix portability problem on OpenBSD 4.7.Paul Eggert2010-10-161-8/+8
* Do not use date ranges in copyright notices.Paul Eggert2010-06-2319-31/+46
* lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.Akim Demaille2010-05-121-20/+20
* c++: use YYRHSLOC.Akim Demaille2010-05-122-13/+15
* lalr1.cc: don't generate location.hh when location_type is definedAkim Demaille2010-05-094-13/+42
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-2/+18
* lalr1.cc: remove useless forward declaration.Akim Demaille2010-04-142-14/+2
* portability: fix pointer arithmetic to conform to C standard.Joel E. Denny2010-04-092-12/+12
* maint: run "make update-copyright"Joel E. Denny2010-01-0419-41/+31
* Propagate i18n changes into glr.c.Akim Demaille2009-12-292-24/+29
* Port small part of master's 11707b2b so future ports are easier.Joel E. Denny2009-12-291-32/+32
* Simplify the i18n of the error messages.Akim Demaille2009-12-291-1/+2
* Prefer M4 to CPP.Akim Demaille2009-12-291-15/+10
* Support i18n of the parse error messages.Akim Demaille2009-12-291-31/+49
* Port small part of master's 8901f32e so future ports are easier.Joel E. Denny2009-12-291-6/+4
* Fix handling of yychar manipulation in user semantic actions.Joel E. Denny2009-12-221-3/+22
* YYFAIL: warn about uses and remove from lalr1.java.Joel E. Denny2009-12-221-9/+6
* YYFAIL: deprecate.Joel E. Denny2009-12-222-2/+12
* Add gcc's -Wundef to test suite and fix another warning from it.Joel E. Denny2009-12-161-1/+2
* * 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-163-6/+6
* * data/bison.m4: Update comments for rename to muscle-tab.h.Joel E. Denny2009-10-081-7/+7
* yysyntax_error: avoid duplicate lookahead collection.Joel E. Denny2009-10-041-67/+75
* Pass the token type to yysyntax_error.Akim Demaille2009-10-041-7/+6
* Simplify the i18n of the error messages.Akim Demaille2009-10-041-42/+34
* Clean up yacc.c a little.Joel E. Denny2009-09-101-107/+115