summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2009-11-23 20:17:36 (GMT)
committernijtmans <nijtmans>2009-11-23 20:17:36 (GMT)
commit1e53451f28489099ede27c46d8672b7281e44614 (patch)
tree9f5d34f3682d12c06c74e9e2929d7b3d4c6afb00 /ChangeLog
parenta572d7070900a843d0b8cc6c6bee105f8411c90c (diff)
downloadtcl-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--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb5fc21..42545fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]