2007-10-28 |
Joel E. Denny | %define push_pull -> %define api.push_pull. Discussed... |
blob | commitdiff | raw |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Joel E. Denny | In impure push mode, don't allow more than one yypstate... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-07-28 |
Joel E. Denny | Fix push parsing memory leak reported by Brandon Lucia at |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Joel E. Denny | Use YYFPRINTF instead of fprintf where appropriate... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Joel E. Denny | * data/Makefile.am: Update copyright date. |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
blob | commitdiff | raw | diff to current |
2007-01-10 |
Joel E. Denny | Ignore YYSTACK_USE_ALLOCA for push parsers since the... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Joel E. Denny | * data/push.c (yypush_parse): Set yynew = 1 at the... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a functi... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Joel E. Denny | Update etc/bench.pl. Optimize push mode a little ... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Joel E. Denny | For push mode, add pull wrappers around yypush_parse. |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Remove some unnecessary differences between the pull... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Fix bug such that the first pushed token's value and... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Rearrange initialization of the parser state variables... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | * data/push.c: Add CPP guards around push parser declar... |
blob | commitdiff | raw | diff to current |
2006-12-20 |
Joel E. Denny | Encapsulate the push parser state variables into an... |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Joel E. Denny | * data/push.c (union yyalloc): Rename yyss, yyvs, and... |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes sever... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all... |
blob | commitdiff | raw | diff to current |
2006-12-15 |
Joel E. Denny | * data/push.c (yypush_parse): Declare prototype regardl... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Joel E. Denny | * data/push.c (yyparse): Remove the prototype and the... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Joel E. Denny | * data/push.c (yypvarsinit): Change return type from... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Paul Eggert | * data/push.c (yypushparse, yypvarsinit, yypvars):... |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Paul Eggert | Fix missing bracket. |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Paul Eggert | * data/push.c (yypushparse): Fix memory leak if yymsg... |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Paul Eggert | * data/push.c (YYPUSH_MORE): Make it an enum instead. |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Paul Eggert | * data/push.c (yyresult_get): Remove function. |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add push.c. |
blob | commitdiff | raw | diff to current |
|