summaryrefslogtreecommitdiff
path: root/tests/headers.at
Commit message (Expand)AuthorAgeFilesLines
* tests: highlight empty right-hand sidesAkim Demaille2013-01-251-2/+2
* tests: generalize default main for api.namespaceAkim Demaille2013-01-211-20/+7
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* tests: remove use of PARSE_PARAMTheophile Ranquet2012-12-141-5/+2
* c++: support wide strings for file namesAkim Demaille2012-12-051-5/+7
* Merge remote-tracking branch 'origin/branch-2.6' into maintAkim Demaille2012-11-121-16/+31
|\
| * tests: use valgrind where appropriateAkim Demaille2012-11-101-1/+1
| * tests: don't expect $EGREP to support -wAkim Demaille2012-11-081-15/+30
* | Merge branch 'branch-2.6' into maintAkim Demaille2012-11-061-3/+6
|\ \ | |/
| * tests: check that C and C++ objects can be linked together.Akim Demaille2012-11-061-3/+6
| * lalr1.cc: fix test suite portabilityAkim Demaille2012-10-221-0/+1
| * tests: check that headers are self containedAkim Demaille2012-10-221-1/+14
| * headers: move CPP guards into YY_*_INCLUDED to avoid collisionsAkim Demaille2012-10-221-3/+4
| * minor changes.Akim Demaille2012-10-221-3/+5
* | tests: minor simplificationAkim Demaille2012-10-121-2/+2
* | lalr1.cc: fix test suite portabilityAkim Demaille2012-10-041-0/+1
* | tests: check that headers are self containedAkim Demaille2012-10-031-1/+14
* | headers: move CPP guards into YY_*_INCLUDED to avoid collisionsAkim Demaille2012-10-011-3/+4
* | minor changes.Akim Demaille2012-10-011-3/+5
|/
* tests: adjust to case where the C compiler is actually a C++ compilerAkim Demaille2012-07-181-2/+8
* api.prefix: strengthen the tests and fix push-parsers.Akim Demaille2012-07-051-37/+49
* tests: headers.at: strengthen.Akim Demaille2012-07-041-1/+8
* glr.cc: do not override C++ definitions by C macros.Akim Demaille2012-07-041-2/+3
* tests: portability fixes.Akim Demaille2012-07-041-3/+5
* tests: more logs.Akim Demaille2012-07-041-9/+16
* api.prefix.Akim Demaille2012-06-291-0/+90
* tests: generalize the compilation macros.Akim Demaille2012-06-261-2/+2
* tests: remove test covered elsewhere.Akim Demaille2012-06-171-22/+0
* tests: factor the declaration/definition of yyerror and yylex.Akim Demaille2012-06-171-4/+4
* tests: strengthen the test on generated headers inclusionAkim Demaille2012-06-151-6/+10
* 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-2/+2
* 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-4/+4
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* * data/push.c (yypush_parse): Set yynew = 1 at the end of a parseJoel E. Denny2007-01-011-2/+0
* For push mode, convert yyparse from a macro to a function, invoke yylexJoel E. Denny2006-12-311-5/+1
* For push mode, add pull wrappers around yypush_parse.Joel E. Denny2006-12-251-1/+7
* Support a file name argument to %defines. Deprecate `=' inJoel E. Denny2006-12-021-1/+1
* * NEWS: Version 2.1a.Paul Eggert2006-02-131-0/+2
* * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> ratherPaul Eggert2006-02-061-3/+3
* * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CCPaul Eggert2006-02-011-3/+2
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7 C requires it,Paul Eggert2002-11-151-1/+1
* (AT_TEST_CPP_GUARD_H): Don't assume that "$CC -E foo.h" is allowed, asPaul Eggert2002-11-141-3/+8
* * tests/atlocal.in (CPPFLAGS): We have config.h.Akim Demaille2002-11-141-2/+2
* (export YYLTYPE): Don't invoke "cc a.c b.c -o c"; the HP-UX 11i CPaul Eggert2002-11-141-1/+3
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-141-1/+1