summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-05-11 20:59:12 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-05-11 20:59:12 (GMT)
commit0783b44c6a31a95775875f9ade3e0c5c6fe53eca (patch)
treece8c2c4c4fda379987dc7b9a05634f8c9fa7c339 /ChangeLog
parent2ce642c374a6403c5272469379b4f0b54c663bd9 (diff)
downloadtcl-0783b44c6a31a95775875f9ade3e0c5c6fe53eca.zip
tcl-0783b44c6a31a95775875f9ade3e0c5c6fe53eca.tar.gz
tcl-0783b44c6a31a95775875f9ade3e0c5c6fe53eca.tar.bz2
* generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc
from tclInt.h now they are in the internal stubs table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81dd717..093bea5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-11 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc
+ from tclInt.h now they are in the internal stubs table.
+
2007-05-09 Don Porter <dgp@users.sourceforge.net>
* generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,