]> granicus.if.org Git - flex/commitdiff
update NEWS file for the work that millaway did
authorWill Estes <wlestes@users.sourceforge.net>
Sun, 22 Oct 2006 22:42:02 +0000 (22:42 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Sun, 22 Oct 2006 22:42:02 +0000 (22:42 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 990d62e4c8ebfaa30be674699566b207629014ff..534fc918cdced227c03a5200fb5c6fe634338d10 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,24 @@ See the file COPYING for copying conditions.
 
 * after version 2.5.33
 
-** memory leaks removed from the C++ scanner (but the C++ scanner is
+** pattern language expanded; see the manual for details
+
+*** pattern options added to specify patterns as case-insensitive or
+    case-sensitive
+
+*** pattern options to specify whether the "." character should match
+    the newline character
+
+*** pattern options added to allow ignoring of whitespace in patterns
+
+*** POSIX character classes may be negated in patterns
+
+*** patterns may now use set difference, union  operators
+
+** the manual now contains an appendix listing various common patterns
+   which may be useful when writing scanners
+
+** some memory leaks were removed from the C++ scanner (but the C++ scanner is
   still experimental and may change radically without notice)
 
 ** c++ scanners can now use yywrap