| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't apply the default %destructor/%printer to an unreferenced midrule | Joel E. Denny | 2006-10-21 | 1 | -27/+27 |
* | Fix testsuite for ./configure --enable-gcc-warnings: | Joel E. Denny | 2006-10-15 | 1 | -0/+1 |
* | * bootstrap.conf (gnulib_modules): Add config-h. | Paul Eggert | 2006-10-13 | 1 | -1/+1 |
* | Fix test failure reported by Tom Lane in | Paul Eggert | 2006-10-06 | 1 | -5/+14 |
* | Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero | Paul Eggert | 2006-09-13 | 1 | -1/+3 |
* | Redo some of the previous commit: add back the ability to use | Joel E. Denny | 2006-08-18 | 1 | -30/+2 |
* | Don't allow an undeclared string literal, but allow a string literal to | Joel E. Denny | 2006-08-18 | 1 | -1/+52 |
* | In the grammar scanner, STRING_FINISH unclosed constructs and return | Joel E. Denny | 2006-08-14 | 1 | -0/+1 |
* | * NEWS: Instead of %union, you can define and use your own union type | Paul Eggert | 2006-07-09 | 1 | -0/+27 |
* | Clean up yesterday's patch. | Joel E. Denny | 2006-06-25 | 1 | -4/+4 |
* | Fix bug that mistakes braced code in a declaration in the rules section | Joel E. Denny | 2006-06-24 | 1 | -0/+76 |
* | Don't put the pre-prologue in the header file. For the yacc.c code | Joel E. Denny | 2006-06-21 | 1 | -8/+12 |
* | For associating token numbers with token names for "yacc.c", don't use | Joel E. Denny | 2006-06-11 | 1 | -8/+47 |
* | Extract the parsing of user actions from the grammar scanner. | Akim Demaille | 2006-06-06 | 1 | -3/+1 |
* | * data/c.m4 (b4_yy_symbol_print_generate): | Paul Eggert | 2006-05-21 | 1 | -0/+2 |
* | * data/glr.c (yyreportSyntaxError): Fix off-by-one error in | Paul Eggert | 2006-05-15 | 1 | -1/+98 |
* | * data/yacc.c (yytnamerr): Fix typo: local var should be of type | Paul Eggert | 2006-05-15 | 1 | -0/+26 |
* | * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the | Paul Eggert | 2006-01-23 | 1 | -16/+18 |
* | * tests/regression.at (Token definitions): Don't rely on | Paul Eggert | 2005-07-25 | 1 | -5/+6 |
* | Fix core dump reported by Pablo De Napoli in | Paul Eggert | 2005-07-25 | 1 | -0/+21 |
* | * data/glr.c (yytnamerr): New function. | Paul Eggert | 2005-07-21 | 1 | -6/+5 |
* | Update FSF postal mail address. | Paul Eggert | 2005-05-14 | 1 | -2/+2 |
* | * NEWS: Bison-generated C parsers no longer quote literal strings | Paul Eggert | 2005-04-17 | 1 | -5/+6 |
* | * src/parse-gram.y: Include quotearg.h. | Paul Eggert | 2005-04-16 | 1 | -3/+27 |
* | (Token definitions): Don't use a token named c, as that generates a | Paul Eggert | 2005-03-26 | 1 | -4/+4 |
* | Use more STL like names: my_class instead of MyClass. | Akim Demaille | 2004-12-20 | 1 | -3/+3 |
* | * data/lalr1.cc: Extensive Doxygenation. | Akim Demaille | 2004-12-17 | 1 | -2/+2 |
* | Simplify the C++ parser constructor. | Akim Demaille | 2004-12-15 | 1 | -1/+2 |
* | * data/lalr1.cc (Parser:print_): Remove, use %printer instead. | Akim Demaille | 2004-11-17 | 1 | -7/+1 |
* | Fix some "make check" problems with Tru64 C++. | Paul Eggert | 2004-05-30 | 1 | -2/+5 |
* | Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc. | Paul Eggert | 2004-03-31 | 1 | -3/+3 |
* | (_AT_DATA_DANCER_Y): Declare yylex to take | Paul Eggert | 2003-06-04 | 1 | -5/+5 |
* | (Invalid inputs): Remove cascaded diagnostic that is no longer emitted. | Paul Eggert | 2003-04-18 | 1 | -1/+0 |
* | * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error | Akim Demaille | 2003-03-02 | 1 | -1/+1 |
* | Write a test the yycheck overrun reported by Andrew Suffield. | Akim Demaille | 2003-03-02 | 1 | -1/+134 |
* | (Invalid inputs): No longer `expecting ";" | Paul Eggert | 2002-12-07 | 1 | -1/+1 |
* | * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo, | Paul Eggert | 2002-11-15 | 1 | -1/+1 |
* | * tests/atlocal.in (CPPFLAGS): We have config.h. | Akim Demaille | 2002-11-14 | 1 | -3/+4 |
* | * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton | Akim Demaille | 2002-11-12 | 1 | -1/+1 |
* | (Invalid inputs): Adjust wording in diagnostic to match the new behavior. | Paul Eggert | 2002-11-10 | 1 | -1/+1 |
* | * tests/regression.at (Invalid inputs): Adjust to the recent | Akim Demaille | 2002-11-06 | 1 | -3/+3 |
* | Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c", | Paul Eggert | 2002-10-14 | 1 | -8/+8 |
* | (Web2c Actions): signed char -> yysigned_char. | Paul Eggert | 2002-10-14 | 1 | -5/+5 |
* | * tests/regression.at Characters Escapes): New. | Akim Demaille | 2002-10-11 | 1 | -0/+26 |
* | (Braces parsing): Use grep, not fgrep, as POSIX 1003.1-2001 has | Paul Eggert | 2002-10-05 | 1 | -1/+1 |
* | Typo. | Akim Demaille | 2002-09-10 | 1 | -1/+1 |
* | * src/parse-gram.y: Associate a human readable string to each | Akim Demaille | 2002-09-10 | 1 | -1/+1 |
* | Do not use 'cc -c input.c -o input'; | Paul Eggert | 2002-08-12 | 1 | -2/+2 |
* | Report rules which are never reduced by the parser: those hidden | Akim Demaille | 2002-07-30 | 1 | -3/+3 |
* | Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $. | Akim Demaille | 2002-07-29 | 1 | -16/+16 |