diff options
author | hobbs <hobbs> | 2005-10-05 05:03:38 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-10-05 05:03:38 (GMT) |
commit | ffcbe192a990ccb07e04eb6f162091c91d8f377b (patch) | |
tree | 521d0e6199ca9835bbbf615d75c16f3d7cb57389 /ChangeLog | |
parent | 7e7f91c8f1a841e4f5eb79bc40eebdac7c153e56 (diff) | |
download | tcl-ffcbe192a990ccb07e04eb6f162091c91d8f377b.zip tcl-ffcbe192a990ccb07e04eb6f162091c91d8f377b.tar.gz tcl-ffcbe192a990ccb07e04eb6f162091c91d8f377b.tar.bz2 |
* tests/http.test: do not URI encode -._~ according
* library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-10-04 Jeff Hobbs <jeffh@ActiveState.com> + * tests/http.test: do not URI encode -._~ according + * library/http/http.tcl (init): to RFC3986. [Bug 1182373] (aho) + * unix/tclLoadShl.c (TclpDlopen): use DYNAMIC_PATH on second shl_load only. [Bug 1204237] |