diff options
author | andreas_kupries <akupries@shaw.ca> | 2009-08-06 22:28:11 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2009-08-06 22:28:11 (GMT) |
commit | f92b24a616e3a96bef3765e9bda4b66f3c7e5010 (patch) | |
tree | d37280b808ac19ae14bb5ba244e3b8616d7fd540 /ChangeLog | |
parent | dff3fc1f53f49695e31f07d4b00ac359c4f1e728 (diff) | |
download | tcl-f92b24a616e3a96bef3765e9bda4b66f3c7e5010.zip tcl-f92b24a616e3a96bef3765e9bda4b66f3c7e5010.tar.gz tcl-f92b24a616e3a96bef3765e9bda4b66f3c7e5010.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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 Miguel Sofer <msofer@users.sf.net> * tests/coroutine.test: fix testfile cleanup |