diff options
author | dgp <dgp@users.sourceforge.net> | 2004-11-17 17:52:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-11-17 17:52:59 (GMT) |
commit | 0014094bc624316bcdfbd58b1187592019384026 (patch) | |
tree | 035cdde9c585597fb46193d2ff38c7c0e2999b0d /ChangeLog | |
parent | f064e12fe6a865fc5dcbebfd5caef562b799252e (diff) | |
download | tcl-0014094bc624316bcdfbd58b1187592019384026.zip tcl-0014094bc624316bcdfbd58b1187592019384026.tar.gz tcl-0014094bc624316bcdfbd58b1187592019384026.tar.bz2 |
* unix/configure.in: The change below reveals that the public
data type Tcl_StatBuf relies on config information. For now,
disabled the use of the tclConfig.h file until its full impact
on Tcl's interface can be assessed.
* unix/configure: autoconf-2.57
* generic/tcl.h: Moved the #include "tclConfig.h" out of
* generic/tclInt.h: tcl.h. The config settings are not part of
* generic/tclPort.: the public interface, and having it there
breaks compiled against uninstalled Tcl and extensions using
autoconf-2.5*.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-11-17 Don Porter <dgp@users.sourceforge.net> + + * unix/configure.in: The change below reveals that the public + data type Tcl_StatBuf relies on config information. For now, + disabled the use of the tclConfig.h file until its full impact + on Tcl's interface can be assessed. + + * unix/configure: autoconf-2.57 + + * generic/tcl.h: Moved the #include "tclConfig.h" out of + * generic/tclInt.h: tcl.h. The config settings are not part of + * generic/tclPort.: the public interface, and having it there + breaks compiled against uninstalled Tcl and extensions using + autoconf-2.5*. + 2004-11-16 Jeff Hobbs <jeffh@ActiveState.com> * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring |