summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2004-11-03 00:13:20 (GMT)
committerdavygrvy <davygrvy@pobox.com>2004-11-03 00:13:20 (GMT)
commited245a5bd10c446b48cf342cc8ca572e497ae842 (patch)
tree5c91de025acbfca8f90cca7da3bb9470b77d9079 /ChangeLog
parentf9a16ddaa773b350e29f284c6776b7150b9c716d (diff)
downloadtcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.zip
tcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.tar.gz
tcl-ed245a5bd10c446b48cf342cc8ca572e497ae842.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8333f3c..7c3ce2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
problem is when someone is statically linking to Tcl and accessing
internals from a C++ file and has name mangling issues from the
lack of "C" after 'extern' [Patch 1055668].
+ * generic/tclCompile.h: Exchanged use of the EXTERN macro to the
+ new MODULE_SCOPE macro. Lowered exported internals count by 35.
+ [Patch 1055668]
2004-11-02 Don Porter <dgp@users.sourceforge.net>