summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1996-05-29 12:15:04 +0000
committerVern Paxson <vern@ee.lbl.gov>1996-05-29 12:15:04 +0000
commite26f70f20e5e4d0ae00e91d718479a1ee6d4ddb5 (patch)
tree8d3c7ca491d655ac3ce80948b02d9e66775babae /NEWS
parent9570475d4cd6b7fd8953daa4a59a7fa2df33eb13 (diff)
some minor additions for 2.5.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 81ae188..71b61c2 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,14 @@ Changes between release 2.5.3 (29May96) and release 2.5.2:
- A bug in handling NUL's in the input stream of scanners using
REJECT has been fixed.
+ - The default main() in libfl.a now repeatedly calls yylex() until
+ it returns 0, rather than just calling it once.
+
+ - Diffs for porting 2.5.2 to the Acorn machine available in
+ MISC/Acorn.diffs.gz.
+
+ - Minor tweak for Windows NT Makefile, MISC/NT/Makefile.
+
Changes between release 2.5.2 (25Apr95) and release 2.5.1: