|
From: Andreas K. <and...@us...> - 2008-05-23 21:00:42
|
Update of /cvsroot/tcl/tcl In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7760 Modified Files: ChangeLog Log Message: * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by Alexandre Ferrieux <fer...@us...> 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 <fer...@us...> * tests/chanio.test: to fix the [Bug 1969953]. Buffersize outside of the supported range are now clipped to nearest boundary instead of ignored. |