diff options
author | hobbs <hobbs> | 2006-10-06 05:57:21 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-06 05:57:21 (GMT) |
commit | 45cf9721cab41cd7896f3c519c2b076405bbda67 (patch) | |
tree | 108495a84b0047174c2a083ea44dfdadcbf5d5c8 /ChangeLog | |
parent | 97b84d183aac17ef445cd59c956d0bb88328dbfe (diff) | |
download | tcl-45cf9721cab41cd7896f3c519c2b076405bbda67.zip tcl-45cf9721cab41cd7896f3c519c2b076405bbda67.tar.gz tcl-45cf9721cab41cd7896f3c519c2b076405bbda67.tar.bz2 |
* library/http/http.tcl (http::geturl): only do geturl url rfc
3986 validity checking if $::http::strict is true (default true
for 8.5). [Bug 1560506]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ 2006-10-05 Jeff Hobbs <jeffh@ActiveState.com> + * library/http/http.tcl (http::geturl): only do geturl url rfc + 3986 validity checking if $::http::strict is true (default true + for 8.5). [Bug 1560506] + * generic/tcl.h: note limitation on changing Tcl_UniChar size * generic/tclEncoding.c (UtfToUnicodeProc, UnicodeToUtfProc): * tests/encoding.test (encoding-16.1): fix alignment issues in |