summaryrefslogtreecommitdiff
path: root/tests/push.at
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* yacc: fix push parserAkim Demaille2021-03-071-2/+125
* Update URLs to prefer https: to http:Paul Eggert2021-01-301-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-231-1/+1
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-2/+2
* diagnostics: improve accuracy for deprecated %define variablesAkim Demaille2019-01-141-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+2
* Update copyright yearsAkim Demaille2018-05-121-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-5/+5
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* errors: prefix the output with "error: "Theophile Ranquet2012-09-261-1/+1
* tests: AT_YYERROR_DEFINE: prepare for list of ints.Akim Demaille2012-06-281-1/+1
* tests: factor.Akim Demaille2012-06-211-25/+15
* c++: more YY_NULLAkim Demaille2012-04-011-5/+5
* change more quotes in source, and adjust tests to matchJim Meyering2012-01-241-1/+1
* 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
* tests: clean up push.at test group titles.Joel E. Denny2009-09-131-12/+12
* Complain about unused %define variables and %code qualifiers.Joel E. Denny2009-09-051-2/+2
* %define: accept unquoted values.Joel E. Denny2009-08-281-3/+3
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-5/+5
* Fix impure push parser compile error reported by Bob Rossi atJoel E. Denny2008-02-201-13/+11
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-3/+3
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-1/+1
* %define push_pull -> %define api.push_pull. Discussed starting atJoel E. Denny2007-10-281-4/+4
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-3/+21
* In impure push mode, don't allow more than one yypstate to be allocatedJoel E. Denny2007-08-181-0/+74
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* * tests/push.at (Push Parsing: Memory Leak for Early Deletion): Do notJoel E. Denny2007-08-111-18/+16
* Fix push parsing memory leak reported by Brandon Lucia atJoel E. Denny2007-07-281-0/+82