diff options
author | hobbs <hobbs> | 2001-09-07 00:55:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-07 00:55:06 (GMT) |
commit | 312d83efa8996c6b208e6764a9cd4d46e4405241 (patch) | |
tree | 4b6d156f3033bad56effa9dc3ac07e5c138bbc28 | |
parent | 5fc06a7332a17e21c98691fdd8a3c9eaf82354ee (diff) | |
download | tcl-312d83efa8996c6b208e6764a9cd4d46e4405241.zip tcl-312d83efa8996c6b208e6764a9cd4d46e4405241.tar.gz tcl-312d83efa8996c6b208e6764a9cd4d46e4405241.tar.bz2 |
see changes
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2001-09-06 Jeff Hobbs <jeffh@ActiveState.com> + + * doc/http.n: noted -binary, charset and coding state keys. + * tests/http.test: + * library/http/pkgIndex.tcl: + * library/http/http.tcl (geturl): correctly get charset parameter + and convert text according to specified encoding (if known). RFC + iso8859-1 is used by default. Also recognize Content-encoding to + see if we should do binary translation. Added a CYA -binary + switch for the cases that were missed. [Bug #219211 #219399] + + * tests/ioUtil.test: changed to make better use of constraints and + remove knownBug constraints that weren't valid. + 2001-09-06 Don Porter <dgp@users.sourceforge.net> * tests/unixInit.test (unixInit-3.2): Updated test to support |