summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2002-09-20 12:30:10 +0000
committerWill Estes <wlestes@users.sourceforge.net>2002-09-20 12:30:10 +0000
commitfb44895f9a552b084e922bca56596976584ce5cb (patch)
treec54ded18b6a2c02d395e66a64dc8ed929a27ec91 /NEWS
parent415cd67dd7d59b13a7274e3df9170ff27de8906d (diff)
new smarter skeleton/scanner generation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 8 insertions, 2 deletions
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)