]> git.saurik.com Git - bison.git/history - tests/regression.at
parse.lac: implement as %define variable.
[bison.git] / tests / regression.at
2010-12-11  Joel E. Dennyparse.lac: implement as %define variable.
2010-10-08  Paul EggertFix portability problem on OpenBSD 4.7.
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-03-25  Akim Demailletests: fix 250: parse.error=verbose overflow.
2010-01-22  Joel E. Dennytests: fix missing include caught by g++ 4.4.1.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-10-04  Joel E. Dennyyysyntax_error: avoid duplicate lookahead collection.
2009-10-04  Joel E. Dennyyysyntax_error: test memory management more.
2009-09-27  Joel E. Dennytests: don't abuse AT_BISON_CHECK.
2009-09-26  Joel E. Dennytests: check that parse-gram.y's IELR and LALR are...
2009-05-04  Akim Demailleidentifiers: dashes are letters.
2008-12-08  Di-an JanImplement the FIXME that ends an user action with a...
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleAT_FULL_COMPILE.
2008-11-04  Joel E. DennyFix user actions without a trailing semicolon.
2008-04-21  Joel E. DennyUpdate to the current gnulib CVS repository, and fix...
2008-02-17  Joel E. DennyAccept a token number in a %left, %right, or %nonassoc...
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-10-19  Joel E. Denny* NEWS: Add entry for recent .output file lookahead...
2007-10-17  Joel E. Denny* doc/bison.texinfo (Bison Options): Add entry for...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-08-12  Joel E. DennyGet rid of broken %no-parser, -n, and --no-parser imple...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-10-15  Joel E. DennyFix testsuite for ./configure --enable-gcc-warnings:
2006-10-13  Paul Eggert* bootstrap.conf (gnulib_modules): Add config-h.
2006-10-06  Paul EggertFix test failure reported by Tom Lane in
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-08-18  Joel E. DennyRedo some of the previous commit: add back the ability...
2006-08-18  Joel E. DennyDon't allow an undeclared string literal, but allow...
2006-08-14  Joel E. DennyIn the grammar scanner, STRING_FINISH unclosed construc...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-06-25  Joel E. DennyClean up yesterday's patch.
2006-06-24  Joel E. DennyFix bug that mistakes braced code in a declaration...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-05-21  Paul Eggert* data/c.m4 (b4_yy_symbol_print_generate):
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-15  Paul Eggert* data/yacc.c (yytnamerr): Fix typo: local var should...
2006-01-23  Paul Eggert* data/yacc.c (b4_int_type): Use yytype_uint8, etc...
2005-07-25  Paul Eggert* tests/regression.at (Token definitions): Don't rely on
2005-07-25  Paul EggertFix core dump reported by Pablo De Napoli in
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-17  Paul Eggert* NEWS: Bison-generated C parsers no longer quote liter...
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2005-03-26  Paul Eggert(Token definitions): Don't use a token named c, as...
2004-12-20  Akim DemailleUse more STL like names: my_class instead of MyClass.
2004-12-17  Akim Demaille* data/lalr1.cc: Extensive Doxygenation.
2004-12-15  Akim DemailleSimplify the C++ parser constructor.
2004-11-17  Akim Demaille* data/lalr1.cc (Parser:print_): Remove, use %printer...
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-06-04  Paul Eggert(_AT_DATA_DANCER_Y): Declare yylex to take
2003-04-18  Paul Eggert(Invalid inputs): Remove cascaded diagnostic that is...
2003-03-02  Akim Demaille* tests/regression.at (_AT_DATA_DANCER_Y): Fix the...
2003-03-02  Akim DemailleWrite a test the yycheck overrun reported by Andrew...
2002-12-07  Paul Eggert(Invalid inputs): No longer `expecting ";"
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-14  Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-10  Paul Eggert(Invalid inputs): Adjust wording in diagnostic to match...
2002-11-06  Akim Demaille* tests/regression.at (Invalid inputs): Adjust to the...
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-14  Paul Eggert(Web2c Actions): signed char -> yysigned_char.
2002-10-11  Akim Demaille* tests/regression.at Characters Escapes): New.
2002-10-05  Paul Eggert(Braces parsing): Use grep, not fgrep, as POSIX 1003...
2002-09-10  Akim DemailleTypo.
2002-09-10  Akim Demaille* src/parse-gram.y: Associate a human readable string...
2002-08-12  Paul EggertDo not use 'cc -c input.c -o input';
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-26  Akim Demaille* src/output.c (prepare_tokens): Go up to ntokens,...
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim Demaille* src/print.c (print_shifts, print_gotos): Merge into...
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim DemailleLet symbols have a location.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-06-11  Akim DemailleGCJ's parser requires the tokens to be defined before...
2002-05-26  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Adjust: there are...
2002-05-20  Paul Hilfinger* data/bison.simple (yyr1): Don't use yy_token_number_t...
2002-05-13  Akim Demaille* tests/regression.at (Token definitions): Prototype...
2002-05-05  Akim Demaille* src/output.c (output_unsigned_int_table): New.
2002-05-04  Akim Demaille* src/symtab.h (SALIAS, SUNDEF): Rename as...
2002-04-22  Akim Demaille* data/bison.simple (yyr1): Its type is that of a token...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2002-04-07  Akim Demaille* src/LR0.c (new_state): Display `nstates' as the name...
2002-03-19  Akim Demaille* tests/regression.at (%nonassoc and eof, Unresolved...
2002-03-04  Akim Demaille* tests/input.at (Invalid $n, Invalid @n): Add the...
2002-02-14  Akim Demaille* tests/regression.at (else): Adjust to Andreas' change.
2002-02-11  Akim Demaille* tests/regression.at (%nonassoc and eof): Don't include
next