diff options
author | nijtmans <nijtmans> | 2009-11-23 20:17:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-23 20:17:36 (GMT) |
commit | 1e53451f28489099ede27c46d8672b7281e44614 (patch) | |
tree | 9f5d34f3682d12c06c74e9e2929d7b3d4c6afb00 /ChangeLog | |
parent | a572d7070900a843d0b8cc6c6bee105f8411c90c (diff) | |
download | tcl-1e53451f28489099ede27c46d8672b7281e44614.zip tcl-1e53451f28489099ede27c46d8672b7281e44614.tar.gz tcl-1e53451f28489099ede27c46d8672b7281e44614.tar.bz2 |
#undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make
sure that Xxxxx_Init is always exported even when Tcl is built
static (otherwise we cannot create a DLL).
tclThreadTest.c: Make all functions static, except TclThread_Init.
fCmd.test Enable fCmd-30.1 when registry is available.
tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts
configure.in between static libraries and import library on windows.
configure (regenerated)
Makefile.in Simplifications related to tcl.m4 changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2009-11-23 Jan Nijtmans <nijtmans@users.sf.net> + + * win/tclWinDde.c #undef STATIC_BUILD, in order to make sure that + * win/tclWinReg.c Xxxxx_Init is always exported even when Tcl is + * generic/tclTest.c built static (otherwise we cannot create a DLL). + * generic/tclThreadTest.c Make all functions static, except TclThread_Init. + * tests/fCmd.test Enable fCmd-30.1 when registry is available. + * win/tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts + * win/Makefile.in Simplifications related to tcl.m4 changes. + * win/configure.in between static libraries and import library on windows. + * win/configure (regenerated) + 2009-11-23 Kevin B. Kenny <kennykb@acm.org> * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] |