summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 934e3d1..1dbd126 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-11-02 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * generic/tclInt.h: Change uses of EXTERN to MODULE_SCOPE (defined
+ in this file too to be 'extern' if not overridden) as nothing
+ declared in tclInt.h is supposed to be visible outside the Tcl
+ core. If there *is* anything that extensions are actually using,
+ we can open this up later on. [Patch 1055668]
+
* doc/CrtChannel.3 (Tcl_GetChannelMode): Add synopsis. [Bug 1058446]
2004-11-01 Kevin B. Kenny <kennykb@acm.org>