summaryrefslogtreecommitdiff
path: root/tests/glr-regression.at
Commit message (Expand)AuthorAgeFilesLines
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-081-2/+2
* glr: allow spaces between "%?" and "{" in predicatesAkim Demaille2013-10-161-0/+30
* Merge remote-tracking branch 'origin/maint'Akim Demaille2013-04-101-2/+2
|\
| * maint: update copyright yearsAkim Demaille2013-04-081-1/+1
| * tests: style changesAkim Demaille2012-12-151-2/+2
* | style: no longer use backquotesAkim Demaille2013-02-181-4/+4
* | c: no longer require stdio.h when locations are enabledAkim Demaille2013-01-251-6/+6
* | tests: improve factoring of the main functionAkim Demaille2013-01-211-8/+3
* | tests: factor the definition of mainAkim Demaille2013-01-211-30/+9
* | maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* | style changes: untabifyAkim Demaille2012-12-211-30/+30
* | Merge branch 'origin/maint'Akim Demaille2012-12-141-2/+4
|\ \ | |/
| * fix C90 complianceAkim Demaille2012-12-121-2/+4
* | Merge remote-tracking branch 'origin/maint'Theophile Ranquet2012-12-101-48/+48
|\ \ | |/
| * tests: be robust to C being compiled with a C++11 compilerAkim Demaille2012-12-091-48/+48
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-131-4/+12
|\ \ | |/
| * tests: close files in glr-regressionTheophile Ranquet2012-11-121-4/+12
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-121-19/+28
|\ \ | |/
| * Merge remote-tracking branch 'origin/branch-2.6' into maintAkim Demaille2012-11-121-19/+28
| |\
| | * tests: use valgrind where appropriateAkim Demaille2012-11-101-19/+28
* | | Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-061-7/+0
|\ \ \ | |/ /
| * | Merge branch 'branch-2.6' into maintAkim Demaille2012-11-061-7/+0
| |\ \ | | |/
| | * tests: remove useless location initialization.Akim Demaille2012-11-051-7/+0
* | | Merge branch 'maint'Akim Demaille2012-09-261-5/+5
|\ \ \ | |/ /
| * | errors: prefix the output with "error: "Theophile Ranquet2012-09-261-2/+2
| * | errors: indent "result type clash" error contextTheophile Ranquet2012-09-261-2/+2
| |/
* | warnings: use the regular interface for s/r and r/r conflictsAkim Demaille2012-09-251-34/+36
|/
* tests: use the generalized default yylex.Akim Demaille2012-06-281-31/+8
* tests: AT_YYERROR_DEFINE: prepare for list of ints.Akim Demaille2012-06-281-8/+8
* tests: use the generic yyerror function.Akim Demaille2012-06-261-11/+6
* tests: use assert instead of plain abort.Akim Demaille2012-06-261-18/+17
* tests: factor.Akim Demaille2012-06-211-34/+6
* tests: factor the declaration/definition of yyerror and yylex.Akim Demaille2012-06-171-195/+108
* c++: more YY_NULLAkim Demaille2012-04-011-1/+1
* glr: fix ambiguity reports.Akim Demaille2012-02-211-0/+117
* maint: address a couple of syntax-check errors.Akim Demaille2012-02-191-3/+3
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-241-2/+2
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-1/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* maint: run "make update-copyright"Joel E. Denny2009-08-061-1/+2
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-18/+18
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+1
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+1
* * tests/glr-regression.at: Use AT_PARSER_CHECK rather than AT_CHECK toJoel E. Denny2007-01-101-29/+50