X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/7655146399e474d8079f48c598c80f4d7ce0f9d5..fba798c78e96bf05252144d2639de4140decde4b:/NEWS diff --git a/NEWS b/NEWS index 2ca8a5a4..ab991a80 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ Bison News ---------- -Changes in version 1.49a: +Changes in version 1.49b: * Undefined token The undefined token was systematically mapped to 2 which prevented @@ -43,9 +43,11 @@ Changes in version 1.49a: * Revert the C++ namespace changes introduced in 1.31, as they caused too many portability hassles. -* Items overflow - Bison no longer dumps core when there are too many items, it just - dies. +* Default locations + By an accident of design, the default computation of @$ was + performed after another default computation was performed: @$ = @1. + The latter is now removed: YYLLOC_DEFAULT is fully responsible of + the computation of @$. * Token end-of-file The token end of file may be specified by the user, in which case, @@ -55,6 +57,13 @@ Changes in version 1.49a: %token YYEOF 0 or %token YYEOF 0 "end of file" + +* Semantic parser + This old option, which has been broken for ages, is removed. + +* New tranlations + Croatian, thanks to Denis Lackovic. + Changes in version 1.35, 2002-03-25: