mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* 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.
This commit is contained in:
12
ChangeLog
12
ChangeLog
@@ -1,3 +1,15 @@
|
||||
2007-02-11 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* 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.
|
||||
|
||||
2007-02-10 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
As in semantic actions, make @$ in %initial-action, %destructor, and
|
||||
|
||||
Reference in New Issue
Block a user