]> git.saurik.com Git - bison.git/blobdiff - NEWS
* NEWS: Document when yyparse started to return 2.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 8593f27ff1e14f2653ed79ab8d0adbd21a54d33a..fa198bbe256558c0dcc0e0691e3291801dcbf166 100644 (file)
--- 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.