X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/94306d5282c622df9c0507a7e61dc2676cfc94d1..b47dbebee51e9d093e140e78b6bedaf065a01c8c:/NEWS diff --git a/NEWS b/NEWS index 8593f27f..fa198bbe 100644 --- a/NEWS +++ b/NEWS @@ -428,6 +428,8 @@ Changes in version 1.31, 2002-01-14: alloca is used only when compiled with GCC, to avoid portability problems as on AIX. +* yyparse now returns 2 if memory is exhausted; formerly it dumped core. + * When the generated parser lacks debugging code, YYDEBUG is now 0 (as POSIX requires) instead of being undefined.