summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1996-05-29 11:59:13 +0000
committerVern Paxson <vern@ee.lbl.gov>1996-05-29 11:59:13 +0000
commit9570475d4cd6b7fd8953daa4a59a7fa2df33eb13 (patch)
tree5336d3f0d1fe8678829d12a857b6173726430b7a
parentec2bad4ca7e90e07f9d50262d6191dd22fcbae91 (diff)
downloadflex-git-9570475d4cd6b7fd8953daa4a59a7fa2df33eb13.tar.gz
2.5.3
-rw-r--r--NEWS11
-rw-r--r--version.h2
2 files changed, 12 insertions, 1 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.
diff --git a/version.h b/version.h
index 7f70944..a7c072c 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define FLEX_VERSION "2.5.2"
+#define FLEX_VERSION "2.5.3"