diff options
author | andreas_kupries <akupries@shaw.ca> | 2008-05-23 21:12:10 (GMT) |
---|---|---|
committer | andreas_kupries <akupries@shaw.ca> | 2008-05-23 21:12:10 (GMT) |
commit | 199e87f5e360b10f877d2830dc15ea969dad655b (patch) | |
tree | 09f8a527074947365fa5a6bc24350f0a7416dcb7 /ChangeLog | |
parent | de1bb7a14fd63e5fb0a20ea489dcba8e439937b7 (diff) | |
download | tcl-199e87f5e360b10f877d2830dc15ea969dad655b.zip tcl-199e87f5e360b10f877d2830dc15ea969dad655b.tar.gz tcl-199e87f5e360b10f877d2830dc15ea969dad655b.tar.bz2 |
* win/tclWinChan.c (FileWideSeekProc): Accepted a patch by
Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the
[Bug 1965787]. 'tell' now works for locations > 2 GB as well
instead of going negative.
* generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by
* tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net>
to fix the [Bug 1969953]. Buffersize outside of the supported
range are now clipped to nearest boundary instead of ignored.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2008-05-23 Andreas Kupries <andreask@activestate.com> + + * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by + Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the + [Bug 1965787]. 'tell' now works for locations > 2 GB as well + instead of going negative. + + * generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by + * tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net> + to fix the [Bug 1969953]. Buffersize outside of the supported + range are now clipped to nearest boundary instead of ignored. + 2008-04-26 Zoran Vasiljevic <vasiljevic@users.sourceforge.net> * generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt |