summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-08-06 22:28:44 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-08-06 22:28:44 (GMT)
commit9b60842d16319877dbd4d5690699e7f17908392b (patch)
tree70a5194faa31375e3bc159e95e899ab9b76ad7e2 /ChangeLog
parent53b1f467a9e16c6358a0e6d06db9413e1bc4c2c8 (diff)
downloadtcl-9b60842d16319877dbd4d5690699e7f17908392b.zip
tcl-9b60842d16319877dbd4d5690699e7f17908392b.tar.gz
tcl-9b60842d16319877dbd4d5690699e7f17908392b.tar.bz2
* doc/refchan.n [Bug 2827000]: Extended the implementation of
* generic/tclIORChan.c: reflective channels (TIP 219, method * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to indicate 'no data, but not at EOF either', and other system errors. Updated documentation, extended testsuite (New test cases iocmd*-23.{9,10}).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04def18..ed72cc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-08-06 Andreas Kupries <andreask@activestate.com>
+
+ * doc/refchan.n [Bug 2827000]: Extended the implementation of
+ * generic/tclIORChan.c: reflective channels (TIP 219, method
+ * tests/ioCmd.test: 'read'), enabling handlers to signal EAGAIN to
+ indicate 'no data, but not at EOF either', and other system
+ errors. Updated documentation, extended testsuite (New test cases
+ iocmd*-23.{9,10}).
+
2009-08-02 Donal K. Fellows <dkf@users.sf.net>
* unix/tclUnixFCmd.c (GetOwnerAttribute, SetOwnerAttribute)