ossp-pkg/fsl/ChangeLog 1.3 -> 1.4
--- ChangeLog 2002/08/02 10:56:21 1.3
+++ ChangeLog 2002/08/02 11:00:23 1.4
@@ -11,6 +11,12 @@
Changes between 1.0.0 and 1.0.1 (01-Aug-2002 to xx-Aug-2002)
+ *) Remove pcre_study(3) usage, because we do no repeated matchings
+ and additionally (according to pcre(3)) studying for non-anchored
+ patterns that do not have a single fixed starting character is
+ useless.
+ [Ralf S. Engelschall <rse@engelschall.com>]
+
*) Compile regular expressions with PCRE_ANCHORED to make sure
they are anchored. This means the ident "bar/.*" does not match
"foobar/quux". If it should it now has to be written ".*bar/quux".
|
|