diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-29 10:32:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-29 10:32:30 (GMT) |
commit | d8635a48cf1f669a2c8103dacc8a93e3e3269b87 (patch) | |
tree | fd58b66c165407add33b851463c430b406df7bea /ChangeLog | |
parent | 2c6f5f96ac3e2cd2f9d6a94d2df7d40ad2e81c90 (diff) | |
download | tcl-d8635a48cf1f669a2c8103dacc8a93e3e3269b87.zip tcl-d8635a48cf1f669a2c8103dacc8a93e3e3269b87.tar.gz tcl-d8635a48cf1f669a2c8103dacc8a93e3e3269b87.tar.bz2 |
Fix [Bug 1366683]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-11-29 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Allow [lsearch -regexp] to + process REs that contain backreferences. This expensive mode of + operation is only used if the RE would otherwise cause a compilation + failure. [Bug 1366683] + 2005-11-28 Donal K. Fellows <donal.k.fellows@man.ac.uk> * win/tclWinSock.c (CreateSocket): Applied [Patch 1353853] to prevent |