summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-11-30 08:36:52 (GMT)
committerhobbs <hobbs>1999-11-30 08:36:52 (GMT)
commitf27b3b7ae4e9d68e55b5aa6670baa09156eb030c (patch)
tree9658579dd6105d434c0d611b57aac1ab4828b989 /ChangeLog
parent75a24aeeddf75c00a068fffcf2ae042aebfcb44b (diff)
downloadtcl-f27b3b7ae4e9d68e55b5aa6670baa09156eb030c.zip
tcl-f27b3b7ae4e9d68e55b5aa6670baa09156eb030c.tar.gz
tcl-f27b3b7ae4e9d68e55b5aa6670baa09156eb030c.tar.bz2
see log
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f747f1..dc8acda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
1999-11-29 Jeff Hobbs <hobbs@scriptics.com>
+ * library/dde1.1/pkgIndex.tcl:
+ * library/reg1.0/pkgIndex.tcl: added supported for debugged
+ versions of the libraries
+
+ * unix/tclUnixPipe.c: fixed PipeBlockModeProc to properly set
+ isNonBlocking flag on pipe. [Bug: 1356 710]
+
* tests/scan.test:
* generic/tclScan.c: fixed scan where %[..] didn't match anything
and added test case [Bug: 3700]