From: Vern Paxson Date: Wed, 29 May 1996 12:15:04 +0000 (+0000) Subject: some minor additions for 2.5.3 X-Git-Tag: flex-2-5-5b~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e26f70f20e5e4d0ae00e91d718479a1ee6d4ddb5;p=flex some minor additions for 2.5.3 --- 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: