summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2022-09-20 07:15:48 +0200
committerAkim Demaille <akim.demaille@gmail.com>2022-09-20 07:16:25 +0200
commitde3041b69a72f7a027f20082d8c1eb605d01f9dd (patch)
treeffbe584f91a6afbfe276646aaf343bf56e1f4c12
parent0faf3719926defc459c10b0a8d04d6a29c47a53f (diff)
downloadbison-de3041b69a72f7a027f20082d8c1eb605d01f9dd.tar.gz
news: update
* NEWS: update.
-rw-r--r--NEWS15
1 files changed, 11 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 40199a7a..9784581a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,15 +2,22 @@ GNU Bison NEWS
* Noteworthy changes in release ?.? (????-??-??) [?]
+ The `cex.timeout` %define variable allows to control when we give up
+ finding a unifying counterexample. For instance `bison -Wcex
+ -Dcex.timeout=.5 gram.y` to limit to 1/2s.
+
+ The C++ skeletons now expose copy and move operators for symbols.
+
Fixed portability issues of the test suite on Solaris.
Fixed spurious warnings about input containing `m4_` or `b4_`.
- The C++ skeletons now expose copy and move operators for symbols.
+ Fixed assertion violations found by fuzzing.
- The `cex.timeout` %define variable allows to control when we give up
- finding a unifying counterexample. For instance `bison -Wcex
- -Dcex.timeout=.5 gram.y` to limit to 1/2s.
+ Fixed issues with the D skeleton.
+
+ Fixed new compiler warnings in the generated parsers (yacc.c, lalr1.cc,
+ glr2.cc).
* Noteworthy changes in release 3.8.2 (2021-09-25) [stable]