summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <westes575@gmail.com>2016-10-06 16:39:04 -0400
committerWill Estes <westes575@gmail.com>2016-10-06 16:39:04 -0400
commit17bf278ad7029ede7c40fde3a05992d7bcc76f5b (patch)
tree168bc03f07dd7b800da2700d8a9c032d00327c59 /NEWS
parent9d3ddf572e3744e4cf5e9788b676f423fe69aee8 (diff)
doc: update NEWS with more post-2.6.1 additions
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3aa416d..6b517f5 100644
--- a/NEWS
+++ b/NEWS
@@ -7,16 +7,31 @@ See the file COPYING for copying conditions.
** flex internals
+*** a segfalt involving yyrestart(NULL) has been fixed
+
+*** flex should now handle quoting when mixed with m4 processing correctly
+
+*** flex handles `[[' and `]]' correctly
+
+*** flex no longer generates non-ANSI code
+
*** more compilation warnings were squashed in generated scanners
*** prevented a buffer overflow that could occur when input buffers were the exact wrong size
** test suite
+*** input filenames on MSWindows are now calculated correctly
+
*** general code cleanups in a number of tests now make the test suite compile much more cleanly
** build system
+*** a new option to configure --enable-warnings to encapsulate passing
+ of warning-related flags which is useful in testing flex
+
+*** make indent now works for out of source builds
+
*** Portability warnings when generating Makefile.in files are now suppressed; they were just noise and the use of GNU extensions in Makefile.{am,in,} was intentional and well known.
** bugs