summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-02-01 11:50:54 (GMT)
committerhobbs <hobbs>2000-02-01 11:50:54 (GMT)
commit79bed9aebe06481c96d3325669973e55468c6e70 (patch)
treea105eaf7fc9623f774887dab5883c7aa7273a027
parentb6c48947a84b1c168af465f787f9a151ec4688a8 (diff)
downloadtcl-79bed9aebe06481c96d3325669973e55468c6e70.zip
tcl-79bed9aebe06481c96d3325669973e55468c6e70.tar.gz
tcl-79bed9aebe06481c96d3325669973e55468c6e70.tar.bz2
see log
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0defbf..fe8027a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: