summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-12-15 00:49:38 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-12-15 00:49:38 (GMT)
commit142cc53e5299db89aad4d9aae4963170e882282e (patch)
tree45e9ee95dadf4be02b81aae11b349eb02bccf9aa /ChangeLog
parent6ae96a37e6162c036ed6bcda3336270182bf6d8b (diff)
downloadtcl-142cc53e5299db89aad4d9aae4963170e882282e.zip
tcl-142cc53e5299db89aad4d9aae4963170e882282e.tar.gz
tcl-142cc53e5299db89aad4d9aae4963170e882282e.tar.bz2
* generic/tclInt.decls: commented-out entry for
TclpCheckStackSpace, removing it from the Stubs table. It's already declared in tclInt.h and labeled as a function that is not to be exported. Regened tables.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47978f0..97b4ad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-14 David Gravereaux <davygrvy@pobox.com>
+
+ * generic/tclInt.decls: commented-out entry for
+ TclpCheckStackSpace, removing it from the Stubs table. It's
+ already declared in tclInt.h and labeled as a function that is
+ not to be exported. Regened tables.
+
2003-12-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclCmdMZ.c (Tcl_SwitchObjCmd): TIP#75 Implementation