summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2008-02-15 12:37:35 +0000
committerWill Estes <wlestes@users.sourceforge.net>2008-02-15 12:37:35 +0000
commit4867f7ebbde71882375b0a16f053aaf282add47f (patch)
tree7cea9a033d466433cee3ebe8cf99bd1aff1d6231 /NEWS
parent5c9976a00d949e2eeb73fa52a2a4344460874736 (diff)
fix bug that prevented comments from working properly
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4ce56bd..9b515c2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,11 @@ See the file COPYING for copying conditions.
* version 2.5.35
+** fixed bug that prevented flex from accepting certain comments in the
+ scanner file (resolves bugs #1849809 and #1849805)
+
** fix bug that prevented headers for all functions from being generated
-(resolves bug #1628314)
+ (resolves bug #1628314)
** change yy_size_t to be size_t (resolves bug #1849812)