X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/52d1aeee3d484fa748b22416a0876fdeed2c4597..b4c4ccc2b3b546a665f65a619af0a60e0dbacf50:/NEWS diff --git a/NEWS b/NEWS index 57fab530..6d86faf3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,19 @@ Bison News Changes in version 1.49a: +* False `Token not used' report fixed. + On a grammar such as + + %token useless useful + %% + exp: '0' %prec useful; + + where a token was used to set the precedence of the last rule, + bison reported both `useful' and `useless' as useless tokens. + +* 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.