%define push_pull -> %define api.push_pull. Discussed starting at
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 28 Oct 2007 20:11:35 +0000 (20:11 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 28 Oct 2007 20:11:35 +0000 (20:11 +0000)
commitc373bf8bb8da68ed12b1e73aaa2d777f6c701e46
treef695ac8f904be44ac1c2e05cfbb3d23a9c381460
parent32f19b6b47b41c46fdeb66b26cc67b609f8ae48c
%define push_pull -> %define api.push_pull.  Discussed starting at
<http://lists.gnu.org/archive/html/bison-patches/2007-09/msg00005.html>.
* data/push.c: Expect the new name.
* data/yacc.c: Likewise.
* doc/bison.texinfo (Push Decl): Update.
(Decl Summary): Update %define entry.
(Push Parser Function): Update.
(Pull Parser Function): Update.
(Parser Create Function): Update.
(Parser Delete Function): Update.
* tests/calc.at (Simple LALR Calculator): Update.
* tests/input.at (%define enum variables): Update.
* tests/push.at (Push Parsing: Memory Leak for Early Deletion): Update.
(Push Parsing: Multiple impure instances): Update.
(Push Parsing: Unsupported Skeletons): Update.
* tests/torture.at (Exploding the Stack Size with Alloca): Update.
(Exploding the Stack Size with Malloc): Update.

* NEWS (2.3a+): Add an entry for the push parser, and clean up the
other entries some.
ChangeLog
NEWS
data/push.c
data/yacc.c
doc/bison.texinfo
tests/calc.at
tests/input.at
tests/push.at
tests/torture.at