]> granicus.if.org Git - flex/commitdiff
some minor additions for 2.5.3
authorVern Paxson <vern@ee.lbl.gov>
Wed, 29 May 1996 12:15:04 +0000 (12:15 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Wed, 29 May 1996 12:15:04 +0000 (12:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 81ae1881f19069128de03c4a51a19356156ef770..71b61c28f1a6fb95fe971bfae8de7fc0214b61ed 100644 (file)
--- 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: