summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
Commit message (Expand)AuthorAgeFilesLines
* tests: use assert instead of plain abort.Akim Demaille2012-06-261-6/+4
* tests: more uniformity.Akim Demaille2012-06-221-2/+1
* tests: handle locations in a more generic way.Akim Demaille2012-06-221-63/+47
* c++: more YY_NULLAkim Demaille2012-04-011-85/+85
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+3
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* Build testsuite with newer autoconf.Eric Blake2008-12-051-14/+14
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-1/+1
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-5/+6
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-0/+2
* Fix white space glitches.Paul Eggert2006-01-221-1/+1
* Minor fixups to get 'make maintainer-check' to work.Paul Eggert2006-01-201-0/+2
* Update copyright year to 2006.Paul Eggert2006-01-031-1/+1
* * data/glr.c: Reformat whitespace with tabs.Akim Demaille2006-01-021-43/+43
* * NEWS: Reword %destructor vs YYABORT etc.Paul Eggert2005-12-221-5/+5
* * tests/cxx-type.at: Construct a tree, count the parents of sharedAkim Demaille2005-12-211-22/+113
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-2/+2
* Don't pipe output of ./types through sed toPaul Eggert2005-07-201-9/+9
* (_AT_TEST_GLR_CXXTYPES): Work even withPaul Eggert2005-07-201-2/+3
* (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now thatPaul Eggert2005-07-191-1/+0
* Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.Paul Eggert2005-07-181-2/+2
* Improve tests for stack overflow in GLR parser.Paul Eggert2005-07-181-2/+2
* * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.Paul Eggert2005-07-141-0/+1
* * tests/Makefile.am (maintainer-check-g++): Remove bogusPaul Eggert2005-07-141-4/+6
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* * data/glr.c (YYRHSLOC): Move its definition next to its uses.Akim Demaille2004-10-251-23/+22
* Minor white space issues, e.g. trailing white space at end of line.Paul Eggert2003-06-161-10/+10
* (_AT_TEST_GLR_CXXTYPES): Ensure yylex andPaul Eggert2003-06-161-12/+23
* * data/glr.c (YYERROR): Update definition.Paul Hilfinger2003-06-101-87/+138
* Update copyright date to 2003.Paul Eggert2003-02-011-1/+1
* Rename tests/glr-regr1.at to tests/glr-regression.at.Paul Hilfinger2003-01-291-1/+1
* (_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>.Paul Eggert2002-11-211-2/+2
* * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,Paul Eggert2002-11-151-2/+2
* * tests/atlocal.in (CPPFLAGS): We have config.h.Akim Demaille2002-11-141-16/+21
* Let yyerror always receive the msg as last argument, so thatAkim Demaille2002-11-071-4/+6
* * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):Akim Demaille2002-11-031-3/+14
* * tests/calc.at: Change all the AT_CHECK_CALC_LALR andAkim Demaille2002-11-031-18/+12
* (_AT_TEST_GLR_CALC): Include stdlib.h, sincePaul Eggert2002-10-251-16/+32
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-141-1/+1
* * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADERAkim Demaille2002-09-301-2/+3
* (yylex): Do not pass signed char to isupper; it's not portable.Paul Eggert2002-08-121-2/+2
* Have the GLR tests be `warning' checked, and fix the warnings.Akim Demaille2002-06-301-58/+95
* New file: Tests for GLR parsing.Paul Hilfinger2002-06-261-0/+248