summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAaron Stone <sodabrew@users.sourceforge.net>2007-05-08 04:23:12 +0000
committerAaron Stone <sodabrew@users.sourceforge.net>2007-05-08 04:23:12 +0000
commit08883fd808c4928166d198e027bc3dd0925b9622 (patch)
tree8c8518e3f44d1f0566f25a5914879c21dd6cfd3d /NEWS
parentf97d8b792c6e84dd37647127913f4647c15f9504 (diff)
Better checking after yyalloc/yyrealloc (resolves bug #1595967)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8978e62..677df96 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@ See the file COPYING for copying conditions.
* after version 2.5.33
+** better checking after yyalloc/yyrealloc (resolves bug #1595967)
+
** flex now provides for a libfl_pic.a compiled with position
independent code. Particularly useful when including a flex scanner
in a shared library and with more recent versions of gcc. Thanks to the Debian project for the idea.
@@ -13,7 +15,7 @@ See the file COPYING for copying conditions.
header file.
** flex better escapes filenames with special characters in them
-(resolves#1623600)
+ (resolves bug #1623600)
** a memory leak was plugged(resolves bug #1601111)