diff options
author | hobbs <hobbs> | 2003-07-18 19:41:15 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-18 19:41:15 (GMT) |
commit | f25190b7b14bee012d5f29e0cb1ebc6cedb98527 (patch) | |
tree | 38fb4d979bf1f154bb2e18ae4be63725e06168c0 /ChangeLog | |
parent | e7fe85a9c83ac99d29c83dc003abe20abe576c57 (diff) | |
download | tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.zip tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.gz tcl-f25190b7b14bee012d5f29e0cb1ebc6cedb98527.tar.bz2 |
* library/http/pkgIndex.tcl: merged to v2.4.4 from head
* library/http/http.tcl: add support for user:pass info in URL.
* tests/http.test: [Bug 759888] (shiobara)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2003-07-18 Jeff Hobbs <jeffh@ActiveState.com> + + * library/http/pkgIndex.tcl: merged to v2.4.4 from head + * library/http/http.tcl: add support for user:pass info in URL. + * tests/http.test: [Bug 759888] (shiobara) + 2003-07-18 Don Porter <dgp@users.sourceforge.net> * doc/AddErrInfo.3: Improved consistency of documentation @@ -28,11 +34,10 @@ * generic/tclFileName.c (Tcl_TranslateFileName): And remove from here. (TclDoGlob): Adjust for cygwin and append / for dirs instead of \ * win/tclWinFile.c (TclpObjChdir): Use chdir on Cygwin. + [Patch 679315] 2003-07-16 Jeff Hobbs <jeffh@ActiveState.com> - * win/tclWinFile.c (TclpObjChdir): - * library/safe.tcl (FileInAccessPath): normalize paths before comparison. [Bug 759607] (myers) |