summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-12-13 22:17:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-12-13 22:17:32 (GMT)
commitf8f6d44458d0a24b3093571e39738b65b58f8264 (patch)
treef5600cd139205dc62f3333dc5c6012814ba16df7 /ChangeLog
parent10bb91f83c06110b9f30488d2aa5a264e7ec8294 (diff)
downloadtcl-f8f6d44458d0a24b3093571e39738b65b58f8264.zip
tcl-f8f6d44458d0a24b3093571e39738b65b58f8264.tar.gz
tcl-f8f6d44458d0a24b3093571e39738b65b58f8264.tar.bz2
* generic/tcl.h: Restored extern "C" guards so that C++ code
sees function pointer typedef linkage consistent with earlier Tcl releases. [Bug 1082349].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3410cd2..ab2e52a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-12-13 Don Porter <dgp@users.sourceforge.net>
+ * generic/tcl.h: Restored extern "C" guards so that C++ code
+ sees function pointer typedef linkage consistent with earlier Tcl
+ releases. [Bug 1082349].
+
* generic/tclEncoding.c: Plugged some memory leaks. Thanks to
* generic/tclUtil.c: Rolf Ade for reports and testing [Bug 1083082]