]> git.saurik.com Git - bison.git/history - tests/calc.at
tests: remove useless location initializations
[bison.git] / tests / calc.at
2012-11-06  Akim Demailletests: remove useless location initializations
2012-11-05  Akim Demailletests: handle %parse-param in the generated yyerror
2012-10-22  Akim Demailletests: use $PERL instead of perl
2012-10-22  Akim Demailletests: fix sed portability issues
2012-08-02  Akim Demailleyacc: remove trailing end of line at end of file
2012-07-26  Akim Demaillesupport $<tag>$ in printers and destructors
2012-07-05  Akim Demailleapi.prefix: strengthen the tests and fix push-parsers.
2012-06-26  Akim Demailletests: use assert instead of plain abort.
2012-06-22  Akim Demailletests: more uniformity.
2012-06-22  Akim Demailletests: handle locations in the generic yyerror functions.
2012-06-22  Akim Demailletests: fix AT_CHECK_CALC.
2012-06-17  Akim Demailletests: portability issues.
2012-06-15  Akim Demailletests: call the parser from another compilation unit.
2012-06-15  Akim Demailletests: reorder.
2012-03-31  Akim Demaillec++: use nullptr for C++11.
2012-02-23  Akim Demailletests: fix regressions.
2012-02-19  Akim Demaillemaint: avoid "magic number exit".
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-05-12  Akim Demaillec++: use YYRHSLOC.
2010-05-07  Akim Demaillelalr1.cc: location_type: make sure we don't depend...
2010-04-14  Akim Demailletests: calc: minor refactoring.
2010-04-14  Akim Demailletests: calc: simplify location management.
2010-04-14  Akim Demailletest location_type.
2010-04-14  Akim Demailletests: check fclose's return value.
2010-04-14  Akim Demailletests: don't depend on the actual location type.
2010-04-14  Akim Demailleformatting changes.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-08-28  Joel E. Denny%define: accept unquoted values.
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-08-27  Akim DemailleCheck yyerrok in calc.at.
2007-12-22  Joel E. DennyAutomate regression testing of the XML/XSLT implementat...
2007-10-29  Joel E. DennyDeprecate %pure-parser and add `%define api.pure'....
2007-10-28  Joel E. Denny%define push_pull -> %define api.push_pull. Discussed...
2007-09-25  Joel E. DennyReplace `%push-parser' and `%push-pull-parser' with
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-09  Joel E. DennyRemove quotes from variables names in %define directive...
2007-01-01  Joel E. Denny* data/push.c (yypush_parse): Set yynew = 1 at the...
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-25  Joel E. DennyFor push mode, add pull wrappers around yypush_parse.
2006-12-25  Joel E. DennyEnable push parsers to operate in impure mode. Thus...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-15  Joel E. Denny* data/push.c (yypstate): Add typedef, and update all...
2006-12-14  Joel E. Denny* data/push.c (yypstate_init): Rename to...
2006-12-08  Joel E. Denny* data/push.c: (yypvarsinit, yypvars, struct yypvars...
2006-12-07  Joel E. Denny* data/push.c (yychar_set, yylval_set, yylloc_set)...
2006-12-02  Joel E. DennySupport a file name argument to %defines. Deprecate...
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-07-08  Akim Demaille* data/c.m4 (b4_location_initial_column, b4_location_in...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-01-19  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole...
2006-01-03  Akim DemailleHave glr.cc pass (some of) the calc.at tests.
2005-12-27  Akim Demaille* src/reader.c (grammar_current_rule_check): Also check...
2005-12-22  Akim DemailleWarn about unused values.
2005-11-18  Paul Eggert* data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2005-11-16  Akim DemailleGeneralize the display of semantic values and locations...
2005-11-11  Akim DemailleWhen yydebug, report semantic and location values for...
2005-09-30  Akim Demaille Alexandre Duret-Lutz <adl@gnu.org>
2005-09-21  Paul Eggert* tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
2005-09-19  Paul Eggert* tests/glr-regression.at (Duplicated user destructor...
2005-08-22  Paul Eggert* data/glr.c (yyreturn): Use "Cleanup:" rather than...
2005-07-19  Paul EggertDestructor cleanups and regularization among the three...
2005-07-18  Paul EggertImprove tests for stack overflow in GLR parser.
2005-05-22  Paul EggertFix a destructor bug reported by Wolfgang Spraul in
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-17  Paul Eggert* NEWS: Bison-generated C parsers no longer quote liter...
2005-01-10  Paul Eggert(_AT_DATA_CALC_Y): Use alarm (100), not alarm (10).
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-09-20  Akim DemailleLet the initial-action act on the look-ahead, and use...
2004-09-16  Akim DemailleHave more complete shift traces.
2004-09-06  Akim Demaille* data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-05-30  Paul EggertFix some "make check" problems with Tru64 C++.
2004-05-29  Paul EggertWorkaround for SGI C++ compiler.
2004-04-28  Paul EggertRemove more K&R C support.
2003-08-25  Akim DemailleHave lalr1.cc catch with Paul Eggert's patch to fix...
2003-06-16  Paul Eggert(AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
2003-06-02  Paul Eggert(_AT_DATA_CALC_Y): Include unistd.h if available.
2003-05-14  Alexandre Duret... %parse-param support for lalr1.cc.
2003-04-29  Akim Demaille* tests/calc.at: Also test yacc.c and glr.c (but not...
2003-03-02  Akim DemailleCreate tests/local.at for Bison generic testing macros.
2003-02-20  Akim Demaille* tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS...
2003-02-19  Akim Demaille* data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd...
2003-02-19  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Check different scenar...
2003-02-06  Akim Demaille* configure.ac (GXX): Rename as...
2002-12-11  Paul Eggert(_AT_DATA_CALC_Y, Simple LALR Calculator):
2002-11-29  Paul Eggert(Simple LALR Calculator): Adopt new convention for...
2002-11-21  Paul Eggert(_AT_DATA_CALC_Y): Do not include <assert.h>.
2002-11-18  Paul Eggert(_AT_DATA_CALC_Y): Make vars static instead of
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-15  Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
next