]> git.saurik.com Git - bison.git/history - data/push.c
Consolidate the 4 prologue alternative directives (%code, %requires,
[bison.git] / data / push.c
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.