summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormig <mig>2011-03-01 18:13:14 (GMT)
committermig <mig>2011-03-01 18:13:14 (GMT)
commitbe81c9e32619ce659a8c2120211585938b341f21 (patch)
tree956a901a8f05b6bac011afbedee8c6c9adcf4318 /ChangeLog
parent34fb6623f2ce43087a31cfc65ee3a9d5082b7490 (diff)
downloadtcl-be81c9e32619ce659a8c2120211585938b341f21.zip
tcl-be81c9e32619ce659a8c2120211585938b341f21.tar.gz
tcl-be81c9e32619ce659a8c2120211585938b341f21.tar.bz2
fix typo in dkf's last commit
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be20b96..afac167 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2011-03-01 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclOOCall.c (TclOODeleteContext): added missing '*' so
+ that trunk compiles.
+
* generic/tclBasic.c (TclNRRunCallbacks): don't do the trampoline
dance for commands that do not have an nreProc, [Patch 3168229]