summaryrefslogtreecommitdiff
path: root/tests/regression.at
Commit message (Expand)AuthorAgeFilesLines
* Don't apply the default %destructor/%printer to an unreferenced midruleJoel E. Denny2006-10-211-27/+27
* Fix testsuite for ./configure --enable-gcc-warnings:Joel E. Denny2006-10-151-0/+1
* * bootstrap.conf (gnulib_modules): Add config-h.Paul Eggert2006-10-131-1/+1
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-5/+14
* Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zeroPaul Eggert2006-09-131-1/+3
* Redo some of the previous commit: add back the ability to useJoel E. Denny2006-08-181-30/+2
* Don't allow an undeclared string literal, but allow a string literal toJoel E. Denny2006-08-181-1/+52
* In the grammar scanner, STRING_FINISH unclosed constructs and returnJoel E. Denny2006-08-141-0/+1
* * NEWS: Instead of %union, you can define and use your own union typePaul Eggert2006-07-091-0/+27
* Clean up yesterday's patch.Joel E. Denny2006-06-251-4/+4
* Fix bug that mistakes braced code in a declaration in the rules sectionJoel E. Denny2006-06-241-0/+76
* Don't put the pre-prologue in the header file. For the yacc.c codeJoel E. Denny2006-06-211-8/+12
* For associating token numbers with token names for "yacc.c", don't useJoel E. Denny2006-06-111-8/+47
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-3/+1
* * data/c.m4 (b4_yy_symbol_print_generate):Paul Eggert2006-05-211-0/+2
* * data/glr.c (yyreportSyntaxError): Fix off-by-one error inPaul Eggert2006-05-151-1/+98
* * data/yacc.c (yytnamerr): Fix typo: local var should be of typePaul Eggert2006-05-151-0/+26
* * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that thePaul Eggert2006-01-231-16/+18
* * tests/regression.at (Token definitions): Don't rely onPaul Eggert2005-07-251-5/+6
* Fix core dump reported by Pablo De Napoli inPaul Eggert2005-07-251-0/+21
* * data/glr.c (yytnamerr): New function.Paul Eggert2005-07-211-6/+5
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* * NEWS: Bison-generated C parsers no longer quote literal stringsPaul Eggert2005-04-171-5/+6
* * src/parse-gram.y: Include quotearg.h.Paul Eggert2005-04-161-3/+27
* (Token definitions): Don't use a token named c, as that generates aPaul Eggert2005-03-261-4/+4
* Use more STL like names: my_class instead of MyClass.Akim Demaille2004-12-201-3/+3
* * data/lalr1.cc: Extensive Doxygenation.Akim Demaille2004-12-171-2/+2
* Simplify the C++ parser constructor.Akim Demaille2004-12-151-1/+2
* * data/lalr1.cc (Parser:print_): Remove, use %printer instead.Akim Demaille2004-11-171-7/+1
* Fix some "make check" problems with Tru64 C++.Paul Eggert2004-05-301-2/+5
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-3/+3
* (_AT_DATA_DANCER_Y): Declare yylex to takePaul Eggert2003-06-041-5/+5
* (Invalid inputs): Remove cascaded diagnostic that is no longer emitted.Paul Eggert2003-04-181-1/+0
* * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected errorAkim Demaille2003-03-021-1/+1
* Write a test the yycheck overrun reported by Andrew Suffield.Akim Demaille2003-03-021-1/+134
* (Invalid inputs): No longer `expecting ";"Paul Eggert2002-12-071-1/+1
* * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,Paul Eggert2002-11-151-1/+1
* * tests/atlocal.in (CPPFLAGS): We have config.h.Akim Demaille2002-11-141-3/+4
* * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeletonAkim Demaille2002-11-121-1/+1
* (Invalid inputs): Adjust wording in diagnostic to match the new behavior.Paul Eggert2002-11-101-1/+1
* * tests/regression.at (Invalid inputs): Adjust to the recentAkim Demaille2002-11-061-3/+3
* Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",Paul Eggert2002-10-141-8/+8
* (Web2c Actions): signed char -> yysigned_char.Paul Eggert2002-10-141-5/+5
* * tests/regression.at Characters Escapes): New.Akim Demaille2002-10-111-0/+26
* (Braces parsing): Use grep, not fgrep, as POSIX 1003.1-2001 hasPaul Eggert2002-10-051-1/+1
* Typo.Akim Demaille2002-09-101-1/+1
* * src/parse-gram.y: Associate a human readable string to eachAkim Demaille2002-09-101-1/+1
* Do not use 'cc -c input.c -o input';Paul Eggert2002-08-121-2/+2
* Report rules which are never reduced by the parser: those hiddenAkim Demaille2002-07-301-3/+3
* Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.Akim Demaille2002-07-291-16/+16