diff options
author | hobbs <hobbs> | 2008-08-21 23:19:02 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-08-21 23:19:02 (GMT) |
commit | 4ad1d554a92681b3d78876608ad0671c76098978 (patch) | |
tree | a8fca5285c96617cf3657e31c0d1504d11f63f38 /ChangeLog | |
parent | a7d5eb42a94f26a9380e19ee52f52bf62c92cf50 (diff) | |
download | tcl-4ad1d554a92681b3d78876608ad0671c76098978.zip tcl-4ad1d554a92681b3d78876608ad0671c76098978.tar.gz tcl-4ad1d554a92681b3d78876608ad0671c76098978.tar.bz2 |
* tests/regexp.test, tests/regexpComp.test: correct re2glob ***=
* generic/tclUtil.c (TclReToGlob): translation from exact
to anywhere-in-string match. [Bug 2065115]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-08-21 Jeff Hobbs <jeffh@ActiveState.com> + + * tests/regexp.test, tests/regexpComp.test: correct re2glob ***= + * generic/tclUtil.c (TclReToGlob): translation from exact + to anywhere-in-string match. [Bug 2065115] + 2008-08-20 Daniel Steffen <das@users.sourceforge.net> * generic/tclTest.c (TestconcatobjCmd): fix use of internal-only |