--- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index 29cfe72..9851688 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,12 @@ GNU Bison NEWS * Noteworthy changes in release ?.? (????-??-??) [?] +** Bug fixes + +*** YYERROR and variants + + When C++ variant support is enabled, an error triggered via YYERROR, but + not caught via error recovery, resulted in a double deletion. * Noteworthy changes in release 3.0.1 (2013-11-12) [stable] -- 1.8.4.3
- [PATCH 0/5] {maint} Use %empty in the reports Akim Demaille
- [PATCH 4/5] style: formatting changes Akim Demaille
- [PATCH 3/5] xml: also display %empty for empty right-ha... Akim Demaille
- [PATCH 2/5] reports: display %empty in the generated po... Akim Demaille
- [PATCH 1/5] news: YYERROR vs variants Akim Demaille
- [PATCH 5/5] xml: also use "%empty" with html ... Akim Demaille
