summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* glr: fix ambiguity reports.Akim Demaille2012-02-211-2/+2
* 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
* lalr1.cc: also handle syntax_error when calling yylex.Akim Demaille2012-02-101-5/+22
* maint: more silent rules.Akim Demaille2012-02-101-1/+1
* skeletons: simplify the protections against "unused" warnings.Akim Demaille2012-02-103-21/+15
* glr: formatting changes.Akim Demaille2012-02-101-4/+10
* use a more consistent quoting style.Akim Demaille2012-02-081-4/+4
* yacc: fix YYBACKUP.Akim Demaille2012-01-261-2/+3
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-191-10/+10
* java: fix reduction traces.Akim Demaille2012-01-151-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-1321-29/+29
* java: remove used variableTim Landscheidt2012-01-111-2/+0
* 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