]> granicus.if.org Git - flex/commitdiff
new smarter skeleton/scanner generation
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 20 Sep 2002 12:30:10 +0000 (12:30 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 20 Sep 2002 12:30:10 +0000 (12:30 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 959c43d29dea4d6bdfefd45d6d96a14a8f02a17f..8c519d24394a166d47d11b17735589e10a736535 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,14 +3,20 @@ changes between releases of flex.
 
 See the file COPYING for copying conditions.
 
-* version 2.5.21 version 2002-9-17
+* after version 2.5.21
+
+** flex tries its best to output only the relevant portions of the
+   skeleton when generating a scanner, thus avoiding as much
+   conditional compilation as possible
+
+* version 2.5.21 released 2002-9-17
 
 ** one of the tests in the test suite broke the dist target
 
 * version 2.5.20 released 2002-9-16
 
 ** A flex scanner has the ability to save the DFA tables to a file,
-   and load them at runtime when needed.
+   and load them at runtime when needed; see the manual for details
 
 ** Added %option bison-bridge (--bison-bridge)