From: Will Estes Date: Fri, 20 Sep 2002 12:30:10 +0000 (+0000) Subject: new smarter skeleton/scanner generation X-Git-Tag: flex-2-5-23~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb44895f9a552b084e922bca56596976584ce5cb;p=flex new smarter skeleton/scanner generation --- diff --git a/NEWS b/NEWS index 959c43d..8c519d2 100644 --- 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)