summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94826fd..2cd67fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-05-12 Joe English <jenglish@users.sourceforge.net>
+
+ * generic/tclStubLib.c: Change Tcl_InitStubs(), tclStubsPtr,
+ and the auxilliary stubs table pointers back to public visibility.
+
+ These symbols need to be exported so that stub-enabled extensions
+ may be statically linked into an extended tclsh or Big Wish with
+ a dynamically-linked libtcl. [Bug#1716117]
+
+
2007-05-15 Don Porter <dgp@users.sourceforge.net>
* win/configure: autoconf-2.59 (FC6 fork)