summaryrefslogtreecommitdiff
path: root/data
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-06-051-1/+1
|\
| * maint: fix comment typosJim Meyering2012-06-051-1/+1
* | Merge tag 'v2.5.1_rc2'Akim Demaille2012-05-245-69/+91
|\ \ | |/
| * c++: compute the header guards.Akim Demaille2012-05-214-17/+37
| * lalr1.cc: improve Doxygen documentation.Akim Demaille2012-05-213-2/+12
| * lalr1.cc: extract stack.hh.Akim Demaille2012-05-213-102/+123
| * glr.c: reduce variable scopes.Akim Demaille2012-05-091-46/+38
* | glr.c: formatting changes.Akim Demaille2012-05-041-1/+1
* | Merge remote-tracking branch 'origin/master'Akim Demaille2012-05-041-14/+8
|\ \ | |/
| * glr.c: untabify.Akim Demaille2012-05-041-657/+657
| * glr.cc: untabify.Akim Demaille2012-05-041-22/+22
| * glr.cc: formatting changes.Akim Demaille2012-05-041-2/+4
| * glr.cc: remove unused signature.Akim Demaille2012-05-041-11/+0
| * glr.cc: properly declare locations are const where appropriate.Akim Demaille2012-05-041-2/+4
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-05-041-17/+12
|\ \ | |/
| * %printer: support both yyo and yyoutput.Akim Demaille2012-04-163-2/+9
| * glr: eliminate last bits of unwanted locations.Akim Demaille2012-04-101-17/+12
| * c++: more YY_NULLAkim Demaille2012-04-011-10/+10
* | %printer: support both yyo and yyoutput.Akim Demaille2012-04-163-4/+9
* | c++: more YY_NULLAkim Demaille2012-04-013-15/+15
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-04-017-134/+167
|\ \ | |/
| * bump to 2012 in skeletons.Akim Demaille2012-04-016-10/+10
| * doc: c++: complete the location documentation.Akim Demaille2012-03-311-5/+9
| * c++: locations: provide convenience constructors.Akim Demaille2012-03-311-12/+31
| * c++: locations: remove useless "inline".Akim Demaille2012-03-311-7/+7
| * glr: do not use locations when they are not requestedAkim Demaille2012-03-311-72/+78
| * c++: use nullptr for C++11.Akim Demaille2012-03-316-67/+91
| * Java: Fix syntax error handling without error token.Tim Landscheidt2012-03-271-1/+1
| * 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