diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-29 22:14:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-01-29 22:14:56 (GMT) |
commit | 1ded7d18ee9da0c3312afb777ea2036a69265d36 (patch) | |
tree | aeca4e256c870303b2bc207fe917bd2a58a058b1 /ChangeLog | |
parent | ee3194e1a37679433a699a0a46edb7f90875bf73 (diff) | |
download | tcl-1ded7d18ee9da0c3312afb777ea2036a69265d36.zip tcl-1ded7d18ee9da0c3312afb777ea2036a69265d36.tar.gz tcl-1ded7d18ee9da0c3312afb777ea2036a69265d36.tar.bz2 |
Fix [Bug 2006888]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2009-01-29 Donal K. Fellows <dkf@users.sf.net> + * tests/stringObj.test: [Bug 2006888]: Remove non-ASCII chars from + non-comment locations in the file, making it work more reliably in + locales with a non-Latin-1 default encoding. + * generic/tclNamesp.c (Tcl_FindCommand): [Bug 2519474]: Ensure that the path is not searched when the TCL_NAMESPACE_ONLY flag is given. |