diff options
author | hobbs <hobbs> | 2006-10-06 05:56:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-06 05:56:47 (GMT) |
commit | 68b8be49f5771f747c9b416de6b11f386fdbb8fa (patch) | |
tree | aec791cea1553d2bdfd29bff41cdbb7b32825444 /ChangeLog | |
parent | c85fa02a0669f2ecbfb370f2a8babb29a2e007ac (diff) | |
download | tcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.zip tcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.tar.gz tcl-68b8be49f5771f747c9b416de6b11f386fdbb8fa.tar.bz2 |
* library/http/http.tcl (http::geturl): only do geturl url rfc
3986 validity checking if $::http::strict is true (default false
for 8.5). [Bug 1560506]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 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 false + 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 |