]> git.saurik.com Git - bison.git/commit
* data/Makefile.am: Update copyright date.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 11 Feb 2007 07:34:26 +0000 (07:34 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 11 Feb 2007 07:34:26 +0000 (07:34 +0000)
commit574add857a460f6cb6ab90525977160ceb7ff51b
treeecd01780d375b3c00a4fbcf75de31c5c6f381d41
parente785ccf715929f1571afc185717b661f5f37e5d4
* data/Makefile.am: Update copyright date.
* data/push.c (yypull_parse): Report memory exhaustion and return 2 if
yypstate_new returns NULL.
(yypstate_new): Return NULL if malloc does.
* src/reader.c (packgram): Move translation of rule actions from the
beginning of packgram to...
(check_and_convert_grammar): ... here right before packgram is invoked
so it's easier to write more complete comments, and remove redundant
code.
ChangeLog
data/Makefile.am
data/push.c
src/reader.c