diff options
author | dgp <dgp@users.sourceforge.net> | 2004-06-04 20:17:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-06-04 20:17:09 (GMT) |
commit | 9baeae995f31e23bd116f478c93131015e25e069 (patch) | |
tree | fd1a797b36b52d015cd4713559b3f026ae48cd58 /ChangeLog | |
parent | de5cff5c3f21cae7dc4f054d239b6ad2e02fe427 (diff) | |
download | tcl-9baeae995f31e23bd116f478c93131015e25e069.zip tcl-9baeae995f31e23bd116f478c93131015e25e069.tar.gz tcl-9baeae995f31e23bd116f478c93131015e25e069.tar.bz2 |
* generic/tcl.h: Restored #include <stdio.h> to tcl.h,
rejecting the "fix" for "Bug" 945570. Tcl_FSSeek() needs the
values of SEEK_SET, etc. and too many extensions rely on tcl.h
providing stdio.h for them.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2004-06-04 Don Porter <dgp@users.sourceforge.net> + + * generic/tcl.h: Restored #include <stdio.h> to tcl.h, + rejecting the "fix" for "Bug" 945570. Tcl_FSSeek() needs the + values of SEEK_SET, etc. and too many extensions rely on tcl.h + providing stdio.h for them. + 2004-06-02 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinFile.c (TclpFindExecutable): when using |