summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-06-06 20:07:34 (GMT)
committerdgp <dgp@noemail.net>2006-06-06 20:07:34 (GMT)
commitfee6a6f0f2e8ee0a3660b7bc3933609bd3580501 (patch)
tree1594f47804904cc9f03e7d2276d609b082117bd6 /ChangeLog
parent09e0e2fed324fd72845f98849a95ed8cfeb3b08c (diff)
downloadtcl-fee6a6f0f2e8ee0a3660b7bc3933609bd3580501.zip
tcl-fee6a6f0f2e8ee0a3660b7bc3933609bd3580501.tar.gz
tcl-fee6a6f0f2e8ee0a3660b7bc3933609bd3580501.tar.bz2
* doc/GetStdChan.3: Added recommendation that each call to
Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel(). FossilOrigin-Name: d79ba117f3e1b3d3023fa87806f1d9d00d8bd9bc
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db9eb45..a97ec70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-06 Don Porter <dgp@users.sourceforge.net>
+
+ * doc/GetStdChan.3: Added recommendation that each call to
+ Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel().
+
2006-05-31 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclNamesp.c (NamespaceInscopeCmd): revert [Bug 1400572]