summaryrefslogtreecommitdiff
path: root/data/glr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2.5.1_rc2'Akim Demaille2012-05-241-45/+37
|\
| * glr.c: reduce variable scopes.Akim Demaille2012-05-091-46/+38
| * glr.c: untabify.Akim Demaille2012-05-041-657/+657
* | glr.c: formatting changes.Akim Demaille2012-05-041-1/+1
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-05-041-17/+12
|\ \ | |/
| * glr: eliminate last bits of unwanted locations.Akim Demaille2012-04-101-17/+12
* | c++: more YY_NULLAkim Demaille2012-04-011-2/+2
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-04-011-115/+122
|\ \ | |/
| * bump to 2012 in skeletons.Akim Demaille2012-04-011-2/+2
| * glr: do not use locations when they are not requestedAkim Demaille2012-03-311-72/+78
| * c++: use nullptr for C++11.Akim Demaille2012-03-311-57/+58
| * maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
| * glr.c: omit yyresolveLocations when locations are disabled.Joel E. Denny2011-04-161-4/+4
| * Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-241-2/+2
| * maint: run "make update-copyright".Joel E. Denny2011-01-021-4/+3
| * yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-071-16/+36
| * yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-071-5/+6
| * yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-071-91/+91
| * Do not use date ranges in copyright notices.Paul Eggert2010-06-231-3/+5
| * maint: run "make update-copyright"Joel E. Denny2010-01-041-4/+3
| * Propagate i18n changes into glr.c.Akim Demaille2009-12-291-23/+28
| * Add gcc's -Wundef to test suite and fix another warning from it.Joel E. Denny2009-12-161-1/+2
| * Avoid warnings from gcc -Wundef y.tab.c.Jonathan Nieder2009-12-161-2/+2
| * Actually handle the yytable zero value correctly this time.Joel E. Denny2009-08-261-3/+2
| * More fixes related to last two patches.Joel E. Denny2009-08-251-12/+13
| * Fix %error-verbose for conflicts resolved by %nonassoc.Joel E. Denny2009-08-251-1/+2
| * Some code and documentation improvements.Joel E. Denny2009-08-251-7/+4
| * Rename "default rule" to "default reduction".Joel E. Denny2009-04-231-7/+7
| * Copyright years.Akim Demaille2009-04-061-2/+2
| * Remove spurious initial empty lines.Akim Demaille2009-04-061-2/+2
| * Fix unexpanded macros in GLR defines file.Joel E. Denny2008-11-191-4/+4
* | c.m4: better newline control with b4_parse_param_use.Akim Demaille2012-03-191-2/+2
* | glr: fix ambiguity reports.Akim Demaille2012-02-211-2/+2
* | skeletons: simplify the protections against "unused" warnings.Akim Demaille2012-02-101-4/+3
* | glr: formatting changes.Akim Demaille2012-02-101-4/+10
* | maint: run "make update-copyright".Jim Meyering2012-01-131-3/+3
* | global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-686/+686
* | glr.c: omit yyresolveLocations when locations are disabled.Joel E. Denny2011-04-161-4/+4
* | Fix minor problems encountered by a fresh bootstrap.Paul Eggert2011-01-091-2/+2
* | maint: run "make update-copyright".Joel E. Denny2011-01-021-4/+3
* | yysyntax_error: fix for consistent error with lookahead.Joel E. Denny2010-11-071-16/+36
* | yysyntax_error: more preparation for readability of next patch.Joel E. Denny2010-11-071-5/+6
* | yysyntax_error: prepare for readability of next patches.Joel E. Denny2010-11-071-91/+91
* | 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-231-111/+166
* | Do not use date ranges in copyright notices.Paul Eggert2010-06-171-3/+5
* | maint: run "make update-copyright"Joel E. Denny2010-01-041-4/+3