diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-26 10:02:00 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-05-26 10:02:00 (GMT) |
commit | 25e82c0f007886e271604f3a777ebb26dd9e7b4b (patch) | |
tree | f0f7b5a4d632af451cca1d4816273bc31a0764d0 /ChangeLog | |
parent | 6a332b702f97a6c06d57c5e7fc40604cefe40e08 (diff) | |
download | tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.zip tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.tar.gz tcl-25e82c0f007886e271604f3a777ebb26dd9e7b4b.tar.bz2 |
Remove obsolete winhelp targets. They weren't supported and didn't work.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 25 |
1 files changed, 15 insertions, 10 deletions
@@ -1,21 +1,26 @@ +2008-05-26 Donal K. Fellows <dkf@users.sf.net> + + * win/makefile.bc: Remove deprecated winhelp target. It didn't work + * win/makefile.vc: correctly anyway. + 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. + * 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> - * tests/chanio.test: to fix the [Bug 1969953]. Buffersize outside - of the supported range are now clipped to nearest boundary instead - of ignored. + * tests/chanio.test: to fix the [Bug 1969953]. Buffersize outside of + the supported range are now clipped to nearest boundary instead of + ignored. 2008-05-22 Don Porter <dgp@users.sourceforge.net> * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to - handle the argument value length = -1. Thanks to Chris Darroch for - discovering the bug and providing the fix. [Bug 1968245]. + handle the argument value length = -1. Thanks to Chris Darroch for + discovering the bug and providing the fix. [Bug 1968245] 2008-05-21 Don Porter <dgp@users.sourceforge.net> @@ -23,7 +28,7 @@ * tests/parse.test (parse-15.60): routine has no mechanism to return the "incomplete" status of "\\\n" so calling this routine anywhere that can be reached within a Tcl_ParseCommand() call is a - mistake. In particular, ParseComment() must not use it. [Bug 1968882]. + mistake. In particular, ParseComment() must not use it. [Bug 1968882] 2008-05-20 Donal K. Fellows <dkf@users.sf.net> |