summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* lalr1.cc: remove trailing comma from enumerator list.Joel E. Denny2011-08-211-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-2413-1052/+1052
* 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-092-6/+6
* maint: run "make update-copyright".Joel E. Denny2011-01-0221-40/+30
* 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-074-75/+174
* 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-251/+251
* 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
* Remove compiler warnings in GLR parsers.Paul Hilfinger2010-09-091-1/+1
* Fix some errors that were causing testsuite failures for GLR.Paul Hilfinger2010-09-081-7/+8
* Address GCC warnings about shadowed local variables (yyflag).Akim Demaille2010-09-011-13/+11
* Remove restrictions on expanding GLR stacks in C++.Paul Hilfinger2010-08-031-6/+0
* Allow specification of semantic predicates.Paul Hilfinger2010-07-233-111/+182
* Do not use date ranges in copyright notices.Paul Eggert2010-06-1721-30/+47
* lalrl1.cc: give a chance to user defined YYLLOC_DEFAULT.Akim Demaille2010-05-121-21/+21
* c++: use YYRHSLOC.Akim Demaille2010-05-102-14/+17
* comment change.Akim Demaille2010-05-091-1/+1
* lalr1.cc: don't generate location.hh when location_type is definedAkim Demaille2010-05-043-12/+22
* lalr1.cc: minor refactoring.Akim Demaille2010-05-041-3/+3
* tests: fix maintainer-xml-check.Joel E. Denny2010-05-011-2/+18
* lalr1.cc: remove useless forward declaration.Akim Demaille2010-04-132-11/+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-0421-41/+30
* 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-211-9/+6
* YYFAIL: deprecate.Joel E. Denny2009-12-212-2/+12
* lalr1.cc: don't discard non-existent lookahead on syntax error.Joel E. Denny2009-12-181-1/+1
* 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
* lalr1.cc: factor the yytranslate_ invocation in make_SYMBOLS.Akim Demaille2009-09-163-12/+13
* Clean up yacc.c a little.Joel E. Denny2009-09-101-107/+115
* lalr1.cc: syntax_error as exceptions.Akim Demaille2009-09-093-2/+27
* lalr1.cc: add missing "inline".Akim Demaille2009-09-091-0/+10
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-051-7/+7
* Don't suppress warnings about unused parse.error.Joel E. Denny2009-09-031-3/+3
* Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-265-9/+7
* More fixes related to last two patches.Joel E. Denny2009-08-256-29/+70