| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix test failure reported by Tom Lane in | Paul Eggert | 2006-10-06 | 1 | -0/+2 |
* | Fix white space glitches. | Paul Eggert | 2006-01-22 | 1 | -1/+1 |
* | Minor fixups to get 'make maintainer-check' to work. | Paul Eggert | 2006-01-20 | 1 | -0/+2 |
* | Update copyright year to 2006. | Paul Eggert | 2006-01-03 | 1 | -1/+1 |
* | * data/glr.c: Reformat whitespace with tabs. | Akim Demaille | 2006-01-02 | 1 | -43/+43 |
* | * NEWS: Reword %destructor vs YYABORT etc. | Paul Eggert | 2005-12-22 | 1 | -5/+5 |
* | * tests/cxx-type.at: Construct a tree, count the parents of shared | Akim Demaille | 2005-12-21 | 1 | -22/+113 |
* | * NEWS: Version 2.0b. | Paul Eggert | 2005-07-24 | 1 | -2/+2 |
* | Don't pipe output of ./types through sed to | Paul Eggert | 2005-07-20 | 1 | -9/+9 |
* | (_AT_TEST_GLR_CXXTYPES): Work even with | Paul Eggert | 2005-07-20 | 1 | -2/+3 |
* | (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now that | Paul Eggert | 2005-07-19 | 1 | -1/+0 |
* | Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl. | Paul Eggert | 2005-07-18 | 1 | -2/+2 |
* | Improve tests for stack overflow in GLR parser. | Paul Eggert | 2005-07-18 | 1 | -2/+2 |
* | * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined. | Paul Eggert | 2005-07-14 | 1 | -0/+1 |
* | * tests/Makefile.am (maintainer-check-g++): Remove bogus | Paul Eggert | 2005-07-14 | 1 | -4/+6 |
* | Update FSF postal mail address. | Paul Eggert | 2005-05-14 | 1 | -2/+2 |
* | * data/glr.c (YYRHSLOC): Move its definition next to its uses. | Akim Demaille | 2004-10-25 | 1 | -23/+22 |
* | Minor white space issues, e.g. trailing white space at end of line. | Paul Eggert | 2003-06-16 | 1 | -10/+10 |
* | (_AT_TEST_GLR_CXXTYPES): Ensure yylex and | Paul Eggert | 2003-06-16 | 1 | -12/+23 |
* | * data/glr.c (YYERROR): Update definition. | Paul Hilfinger | 2003-06-10 | 1 | -87/+138 |
* | Update copyright date to 2003. | Paul Eggert | 2003-02-01 | 1 | -1/+1 |
* | Rename tests/glr-regr1.at to tests/glr-regression.at. | Paul Hilfinger | 2003-01-29 | 1 | -1/+1 |
* | (_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>. | Paul Eggert | 2002-11-21 | 1 | -2/+2 |
* | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo, | Paul Eggert | 2002-11-15 | 1 | -2/+2 |
* | * tests/atlocal.in (CPPFLAGS): We have config.h. | Akim Demaille | 2002-11-14 | 1 | -16/+21 |
* | Let yyerror always receive the msg as last argument, so that | Akim Demaille | 2002-11-07 | 1 | -4/+6 |
* | * data/c.m4 (b4_identification, b4_user_args, b4_parse_param): | Akim Demaille | 2002-11-03 | 1 | -3/+14 |
* | * tests/calc.at: Change all the AT_CHECK_CALC_LALR and | Akim Demaille | 2002-11-03 | 1 | -18/+12 |
* | (_AT_TEST_GLR_CALC): Include stdlib.h, since | Paul Eggert | 2002-10-25 | 1 | -16/+32 |
* | Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c", | Paul Eggert | 2002-10-14 | 1 | -1/+1 |
* | * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER | Akim Demaille | 2002-09-30 | 1 | -2/+3 |
* | (yylex): Do not pass signed char to isupper; it's not portable. | Paul Eggert | 2002-08-12 | 1 | -2/+2 |
* | Have the GLR tests be `warning' checked, and fix the warnings. | Akim Demaille | 2002-06-30 | 1 | -58/+95 |
* | New file: Tests for GLR parsing. | Paul Hilfinger | 2002-06-26 | 1 | -0/+248 |