diff options
author | hobbs <hobbs> | 2008-02-26 20:18:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2008-02-26 20:18:13 (GMT) |
commit | a46d1b4c18dd41db8e81fd46a75453453d8e3da9 (patch) | |
tree | 830b495ac344ea81098ebb316aa4d14fe1445620 /ChangeLog | |
parent | 4af7381c98a78ec974b2febf9fc9543d2fa04e8f (diff) | |
download | tcl-a46d1b4c18dd41db8e81fd46a75453453d8e3da9.zip tcl-a46d1b4c18dd41db8e81fd46a75453453d8e3da9.tar.gz tcl-a46d1b4c18dd41db8e81fd46a75453453d8e3da9.tar.bz2 |
* generic/tclUtil.c (TclReToGlob): fix the handling of the last
* tests/regexpComp.test: star possibly being escaped in
determining right anchor. [Bug 1902436]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-02-26 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclUtil.c (TclReToGlob): fix the handling of the last + * tests/regexpComp.test: star possibly being escaped in + determining right anchor. [Bug 1902436] + 2008-02-26 Pat Thoyts <patthoyts@users.sourceforge.net> * library/http/pkgIndex.tcl: Set version 2.5.5 |