summaryrefslogtreecommitdiff
path: root/tests/torture.at
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* 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
* tests: factor the definition of mainAkim Demaille2013-01-211-19/+3
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* style changes: untabifyAkim Demaille2012-12-211-6/+6
* tests: beware of gnulib's need for config.hAkim Demaille2012-12-031-1/+2
* tests: address a warning from GCC 4.4Akim Demaille2012-10-251-1/+1
* tests: use $PERL instead of perlAkim Demaille2012-10-221-3/+3
* tests: style changesAkim Demaille2012-08-311-25/+31
* tests: fix push-pull testAkim Demaille2012-08-311-3/+3
* tests: use assert instead of plain abort.Akim Demaille2012-06-261-16/+14
* tests: factor.Akim Demaille2012-06-211-30/+14
* tests: support api.prefix.Akim Demaille2012-06-171-3/+9
* tests: factor the declaration/definition of yyerror and yylex.Akim Demaille2012-06-171-15/+12
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-2/+3
* maint: run "make update-copyright"Joel E. Denny2010-01-041-1/+1
* %define: accept unquoted values.Joel E. Denny2009-08-281-2/+2
* Convert underscores to dashes in some %define variable names.Joel E. Denny2009-04-301-4/+4
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-4/+4
* %define push_pull -> %define api.push_pull. Discussed starting atJoel E. Denny2007-10-281-2/+2
* Replace `%push-parser' and `%push-pull-parser' withJoel E. Denny2007-09-251-2/+2
* 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-3/+3
* * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel.m4, data/c.m4,Joel E. Denny2007-01-171-1/+2
* * tests/local.at (AT_PARSER_CHECK): Add a PRE argument to specify aJoel E. Denny2007-01-101-12/+24
* Ignore YYSTACK_USE_ALLOCA for push parsers since the stacks can't beJoel E. Denny2007-01-101-0/+3
* * data/push.c (yypush_parse): Set yynew = 1 at the end of a parseJoel E. Denny2007-01-011-8/+52
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-5/+12
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-6/+6
* * src/reader.c (grammar_current_rule_check): Also check that $$Akim Demaille2005-12-271-19/+20
* Don't rely on whether alloc is #defined; that is in the user's name spac.Paul Eggert2005-09-211-1/+1
* More alloca cleanups.Paul Eggert2005-09-211-1/+2
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-4/+8
* * tests/conflicts.at (%nonassoc and eof): Don't exit with statusPaul Eggert2005-07-181-3/+2
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (AT_INCREASE_DATA_SIZE): Skip the test ifPaul Eggert2005-04-161-2/+3
* (Exploding the Stack Size with Alloca): SetPaul Eggert2004-12-261-1/+5
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-9/+9
* * tests/atlocal.in (CPPFLAGS): We have config.h.Akim Demaille2002-11-141-0/+2
* (AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,Paul Eggert2002-11-101-11/+8
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-141-4/+4
* (AT_INCREASE_DATA_SIZE): New macro.Paul Eggert2002-08-121-0/+23
* Have the GLR tests be `warning' checked, and fix the warnings.Akim Demaille2002-06-301-13/+13
* * src/symtab.h, src/symtab.c (symbol_t): printer andAkim Demaille2002-06-201-3/+0
* Have Bison grammars parsed by a Bison grammar.Akim Demaille2002-06-111-8/+10
* * tests/torture.at (Many lookaheads): New test.Akim Demaille2002-05-051-6/+119