diff options
author | ericm <ericm> | 2000-03-27 18:34:31 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-03-27 18:34:31 (GMT) |
commit | f360434e70a3068aab3513ecb8bc4da680c12c38 (patch) | |
tree | fd07bd01d8beb7c201b0db3a8265a317fdee71f5 /ChangeLog | |
parent | 0cfa63e93a87df5a81ad82ec44fbf54c523e73c7 (diff) | |
download | tcl-f360434e70a3068aab3513ecb8bc4da680c12c38.zip tcl-f360434e70a3068aab3513ecb8bc4da680c12c38.tar.gz tcl-f360434e70a3068aab3513ecb8bc4da680c12c38.tar.bz2 |
* unix/tclUnixChan.c: Added (off_t) type casts in lseek() call
[Bug: 4409].
* unix/tclLoadAout.c:
* unix/tclUnixPipe.c: Added (off_t) type casts in lseek() calls
[Bug: 4410].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2000-03-27 Eric Melski <ericm@scriptics.com> + + * unix/tclUnixChan.c: Added (off_t) type casts in lseek() call + [Bug: 4409]. + + * unix/tclLoadAout.c: + * unix/tclUnixPipe.c: Added (off_t) type casts in lseek() calls + [Bug: 4410]. + 2000-03-22 Sandeep Tamhankar <sandeep@scriptics.com> * library/http2.1/http.tcl: Fixed a bug where string query data |