diff options
author | dgp <dgp@users.sourceforge.net> | 2006-06-06 20:06:57 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-06-06 20:06:57 (GMT) |
commit | e755bf4fe6fbbe333dd04a1fecbe2015d7c3734c (patch) | |
tree | d341ad9639e7c34eae97ce2d4fa99bfcfcae2768 /ChangeLog | |
parent | 0891377fe0b57a8f6526148a40d218fcbccf3c58 (diff) | |
download | tcl-e755bf4fe6fbbe333dd04a1fecbe2015d7c3734c.zip tcl-e755bf4fe6fbbe333dd04a1fecbe2015d7c3734c.tar.gz tcl-e755bf4fe6fbbe333dd04a1fecbe2015d7c3734c.tar.bz2 |
* doc/GetStdChan.3: Added recommendation that each call to
Tcl_SetStdChannel() be accompanied by a call to Tcl_RegisterChannel().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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-06-05 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> * doc/Alloc.3: Added documentation of promise that Tcl_Realloc(NULL,x) |