summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorvern <vern>1996-05-29 11:59:13 +0000
committervern <vern>1996-05-29 11:59:13 +0000
commitbae498e4ff558f8ed0ad1d9aeccac7b05a2e418d (patch)
tree5973a4eec31658104ba6099f08770e114541f017 /NEWS
parent216be0b5ae9901c5a5a3e27420771d6a1d09621a (diff)
downloadflex-bae498e4ff558f8ed0ad1d9aeccac7b05a2e418d.tar.gz
2.5.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 879b91c..81ae188 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes between release 2.5.3 (29May96) and release 2.5.2:
+
+ - Some serious bugs in yymore() have been fixed. In particular,
+ when using AT&T-lex-compatibility or %array, you can intermix
+ calls to input(), unput(), and yymore(). (This still doesn't
+ work for %pointer, and isn't likely to in the future.)
+
+ - A bug in handling NUL's in the input stream of scanners using
+ REJECT has been fixed.
+
+
Changes between release 2.5.2 (25Apr95) and release 2.5.1:
- The --prefix configuration option now works.