summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
Commit message (Expand)AuthorAgeFilesLines
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-9/+9
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* tests: migrate from %error-verbose to %define parse.error verboseAkim Demaille2018-11-121-1/+1
* tests: be strict about typesAkim Demaille2018-10-221-5/+4
* style: tests: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-1/+1
* 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
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-081-7/+7
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* tests: fix locations in CAkim Demaille2012-11-051-2/+2
* 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