]> git.saurik.com Git - bison.git/commit - ChangeLog
Add maintainer-push-check to run maintainer-check using push parsing in
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 2 Jan 2007 02:10:42 +0000 (02:10 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 2 Jan 2007 02:10:42 +0000 (02:10 +0000)
commit945e396c8a4fcaa24f2445766a7098bf3c60f904
tree902730104f67886792447e38ca7288b65a7a3b1e
parent7d596384905f92f64573bd2d1378ae9041daa1fd
Add maintainer-push-check to run maintainer-check using push parsing in
place of pull parsing where available.
* Makefile.am (maintainer-push-check): New.
* data/bison.m4 (b4_use_push_for_pull_if): New.
* data/push.c: Redefine b4_push_if and b4_use_push_for_pull_if
appropriately based on their existing values.
(yypush_parse): Don't print push-parser-specific diagnostics if push
parsing is being used in place of pull parsing.
* data/yacc.c: If push parsing should replace pull parsing, redirect to
push.c.
* src/output.c (prepare): Check BISON_USE_PUSH_FOR_PULL environment
variable, and insert b4_use_push_for_pull_flag into muscles.
* tests/Makefile.am (maintainer-push-check): New.
ChangeLog
Makefile.am
data/bison.m4
data/push.c
data/yacc.c
src/output.c
tests/Makefile.am