summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parentec2bad4ca7e90e07f9d50262d6191dd22fcbae91 (diff)
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.