diff options
author | hobbs <hobbs> | 2006-09-15 19:53:32 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-09-15 19:53:32 (GMT) |
commit | e54225009c1133029084660b54b930783c1fbb94 (patch) | |
tree | 60857e3a8c5dbb012c19b85195a12b6075a24e70 /ChangeLog | |
parent | 481c3e966dec813f857ea8fe0608e4f46c46a606 (diff) | |
download | tcl-e54225009c1133029084660b54b930783c1fbb94.zip tcl-e54225009c1133029084660b54b930783c1fbb94.tar.gz tcl-e54225009c1133029084660b54b930783c1fbb94.tar.bz2 |
* library/http/http.tcl: Change " " -> "+" url encoding mapping
* library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986.
* tests/http.test (http-5.1): bump http to 2.5.3 for 8.4.14
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2006-09-15 Jeff Hobbs <jeffh@ActiveState.com> + + * library/http/http.tcl: Change " " -> "+" url encoding mapping + * library/http/pkgIndex.tcl: to " " -> "%20" as per RFC 3986. + * tests/http.test (http-5.1): bump http to 2.5.3 for 8.4.14 + 2006-09-12 Andreas Kupries <andreask@activestate.com> * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognize @@ -54,13 +60,13 @@ 2006-09-07 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> - * unix/tclUnixFCmd.c: Removed some false tests added - (and left by mistake) by fixing the Tcl Bug: 999544 + * unix/tclUnixFCmd.c: Removed some false tests added + (and left by mistake) by fixing the Tcl Bug: 999544 - * unix/tclUnixCompat.c: Added fallback to MT-unsafe - library calls if TCL_THREADS is not defined. - Fixed alignment of arrays copied by CopyArrayi() to be - on the sizeof(char *) boundary. + * unix/tclUnixCompat.c: Added fallback to MT-unsafe + library calls if TCL_THREADS is not defined. + Fixed alignment of arrays copied by CopyArrayi() to be + on the sizeof(char *) boundary. 2006-09-07 Andreas Kupries <andreask@activestate.com> |