summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-08-19 12:51:08 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-08-19 12:51:08 +0000
commit32144ae84514bb40e2cb153dd1346180a59494bd (patch)
tree305bd931ce6aff48f79062caa2860405dad344c2 /NEWS
parentfb22b8c4f60905fbc828945d5a4c626cabdf74d5 (diff)
millaway's done a lot of things which need to be mentioned in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db6f8ce..3dcd4d3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,21 @@ changes between releases of flex.
See the file COPYING for copying conditions.
+* after version 2.5.14
+
+** zh_cn translation added from translation project
+
+** a bug that caused a segfault has now been fixed
+
+** the test suite now respects the usual CFLAGS, etc. variables
+
+** removed some warnings which some tests trigggered with the -s option
+
+** the flex-generated header file now tries to be smarter about
+ conditionally including start conditions
+
+** tables code omitted from generated scanner when not used
+
* version 2.5.14 2002-8-15
** the tests using the reentrant c scanner as c++ were reworked