Optimize regex execution to not capture unless 'capture' action used.

This commit is contained in:
brectanus
2007-03-21 14:06:36 +00:00
parent 09b704f114
commit d1ada359dd
2 changed files with 44 additions and 39 deletions

View File

@@ -2,11 +2,17 @@
20 Mar 2007 - trunk
-------------------
* Optimize regex execution to not capture unless 'capture' action used.
* Performance improvements in memory management.
* Fixed some collection variable names not printing with the parameter
and/or counting operator in the debug log.
11 Mar 2007 - 2.1.1-rc1
-----------------------
* Fixed potential memory corruption when expanding macros.
* Fixed error when a collection var was fetched in the same second as creation