diff options
author | andreas_kupries <akupries@shaw.ca> | 2001-09-14 19:20:39 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2001-09-14 19:20:39 (GMT) |
commit | e670c6f17e7ac704c3c6f117912e45313254d4d9 (patch) | |
tree | 601c942962a61099835ec8cca4eb537578460b9d /ChangeLog | |
parent | 1aa543f158267b3810d76b69186f8aa94aec2c84 (diff) | |
download | tcl-e670c6f17e7ac704c3c6f117912e45313254d4d9.zip tcl-e670c6f17e7ac704c3c6f117912e45313254d4d9.tar.gz tcl-e670c6f17e7ac704c3c6f117912e45313254d4d9.tar.bz2 |
* doc/gets.n:
* doc/read.n:
* doc/puts.n:
* doc/flush.n:
* doc/fconfigure.n:
* doc/flush.n:
* doc/eof.n:
* doc/seek.n:
* doc/tell.n:
* doc/close.n:
* doc/fileevent.n: Added references to the Tcl standard
channels. Item [219250], reported by David LeBlanc
<whisper@oz.net>. Thanks to Christopher Nelson
<chris@pinebush.com> for doing editorial work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -1,3 +1,20 @@ +2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net> + + * doc/gets.n: + * doc/read.n: + * doc/puts.n: + * doc/flush.n: + * doc/fconfigure.n: + * doc/flush.n: + * doc/eof.n: + * doc/seek.n: + * doc/tell.n: + * doc/close.n: + * doc/fileevent.n: Added references to the Tcl standard + channels. Item [219250], reported by David LeBlanc + <whisper@oz.net>. Thanks to Christopher Nelson + <chris@pinebush.com> for doing editorial work. + 2001-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> * win/Makefile.in: @@ -20,7 +37,7 @@ * ChangeLog.1999: * ChangeLog: broke changes from 199x into ChangeLog.1999 to reduce - size of the main ChangeLog. + size of the main ChangeLog. 2001-09-13 Andreas Kupries <andreas_kupries@users.sourceforge.net> |