diff options
author | hobbs <hobbs> | 2000-02-01 11:50:54 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-02-01 11:50:54 (GMT) |
commit | 79bed9aebe06481c96d3325669973e55468c6e70 (patch) | |
tree | a105eaf7fc9623f774887dab5883c7aa7273a027 /ChangeLog | |
parent | b6c48947a84b1c168af465f787f9a151ec4688a8 (diff) | |
download | tcl-79bed9aebe06481c96d3325669973e55468c6e70.zip tcl-79bed9aebe06481c96d3325669973e55468c6e70.tar.gz tcl-79bed9aebe06481c96d3325669973e55468c6e70.tar.bz2 |
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2000-02-01 Jeff Hobbs <hobbs@scriptics.com> + + * win/Makefile.in (install-*): reduced verbosity of install + + * generic/tclFileName.c (Tcl_JoinPath): improved support for special + QNX node id prefixes in pathnames [Bug: 4053] + + * library/http1.0/http.tcl: + * library/http2.1/http.tcl: The query data POSTed was newline + terminated when it shouldn't be altered [Bug: 4089] + 2000-01-28 Eric Melski <ericm@scriptics.com> * tests/pkg/magicchar2.tcl: |