diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-01-02 13:52:03 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-01-02 13:52:03 (GMT) |
commit | 75c6074fa9ed66a5fe5ac9afbd633cf0207e0899 (patch) | |
tree | a705d6a0587c54ed5536496f94e042dd0c53b62c /ChangeLog | |
parent | eb8476367a6bc605f4c88e534db5caefc769f216 (diff) | |
download | tcl-75c6074fa9ed66a5fe5ac9afbd633cf0207e0899.zip tcl-75c6074fa9ed66a5fe5ac9afbd633cf0207e0899.tar.gz tcl-75c6074fa9ed66a5fe5ac9afbd633cf0207e0899.tar.bz2 |
Fixed fault with case-insensitive string matching (Bug#233257) and rewrote
some tests to test what they claimed to be testing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2002-01-02 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/util.test (Wrapper_Tcl_StringMatch,util-5.*): Rewrote so + the test is performed with the right internal function since + [string match] no longer uses Tcl_StringCaseMatch internally. + + * tests/string.test (string-11.51): + * generic/tclUtf.c (Tcl_UniCharCaseMatch): + * generic/tclUtil.c (Tcl_StringCaseMatch): Fault with matching + case-insensitive non-ASCII patterns containing upper case + characters. [Bug #233257] + 2001-12-28 Jeff Hobbs <jeffh@ActiveState.com> * library/init.tcl: make sure env(COMSPEC) on Windows is executed |