]> git.saurik.com Git - bison.git/history - data/push.c
Deprecate %pure-parser and add `%define api.pure'. Discussed starting
[bison.git] / data / push.c
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-18  Joel E. DennyIn impure push mode, don't allow more than one yypstate...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-28  Joel E. DennyFix push parsing memory leak reported by Brandon Lucia at
2007-02-24  Joel E. DennyUse YYFPRINTF instead of fprintf where appropriate...
2007-02-11  Joel E. Denny* data/Makefile.am: Update copyright date.
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-10  Joel E. DennyIgnore YYSTACK_USE_ALLOCA for push parsers since the...
2007-01-09  Joel E. DennySimplify union and prologue handling, and escape union...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-07  Joel E. DennyCheck for unrecognized %define variables similar to...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2007-01-02  Joel E. DennyAdd maintainer-push-check to run maintainer-check using...
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-26  Joel E. DennyUpdate etc/bench.pl. Optimize push mode a little ...
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-20  Joel E. DennyRemove some unnecessary differences between the pull...
2006-12-20  Joel E. DennyFix bug such that the first pushed token's value and...
2006-12-20  Joel E. DennyRearrange initialization of the parser state variables...
2006-12-20  Joel E. Denny* data/push.c: Add CPP guards around push parser declar...
2006-12-20  Joel E. DennyEncapsulate the push parser state variables into an...
2006-12-19  Joel E. Denny* data/push.c (union yyalloc): Rename yyss, yyvs, and...
2006-12-17  Joel E. DennyMake %push-parser imply %pure-parser. This fixes sever...
2006-12-15  Joel E. Denny* data/push.c (yypstate): Add typedef, and update all...
2006-12-15  Joel E. Denny* data/push.c (yypush_parse): Declare prototype regardl...
2006-12-14  Joel E. Denny* data/push.c (yyparse): Remove the prototype and the...
2006-12-14  Joel E. Denny* data/push.c (yypstate_init): Rename to...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-12-08  Joel E. Denny* data/push.c: (yypvarsinit, yypvars, struct yypvars...
2006-12-08  Joel E. Denny* data/push.c (yypvarsinit): Change return type from...
2006-12-07  Joel E. Denny* data/push.c (yychar_set, yylval_set, yylloc_set)...
2006-10-22  Joel E. Denny* data/push.c, data/yacc.c: Make sure there's a newline...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-10-12  Paul Eggert* data/push.c (yypushparse, yypvarsinit, yypvars):...
2006-10-11  Paul EggertFix missing bracket.
2006-10-11  Paul Eggert* data/push.c (yypushparse): Fix memory leak if yymsg...
2006-09-21  Paul Eggert* data/push.c (YYPUSH_MORE): Make it an enum instead.
2006-09-21  Paul Eggert* data/push.c (yyresult_get): Remove function.
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.