]> granicus.if.org Git - flex/commitdiff
document new options and new option handling
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 19 Oct 2001 21:13:35 +0000 (21:13 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 19 Oct 2001 21:13:35 +0000 (21:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b8855fc939b4887900214d1f63799798b222a66f..fd7095019b5dd268a45034068e3bb8355b4e472a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,31 @@ See the file COPYING for copying conditions.
 
 * version 2.5.6
 
+** command-line option parsing happens differently now:
+
+*** Added long option parsing
+
+*** Options -n and -c, previously deprecated, now simply do nothing
+
+*** Options are now parsed left to right
+
+** added a number of new options
+
+*** All positive %options are now accessible from the command line
+
+*** Added option -D, to define a preprocessor symbol.
+
+*** Added option --header=FILE to specify a C .h file to generate.
+
+*** added option --yywrap to call yywrap on EOF
+
+*** added option --yylineno to track line count in yylineno
+
+*** --yyclass=NAME name of C++ class when generating c++ scanners
+
+*** for long option names which are associated with existing short
+options, see accompanying documentation
+
 ** Support for reentrant C scanners has been added.
 
 *** Updated the manual with the new reentrant API.