summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:15:57 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 13:15:57 (GMT)
commit335056e221f3314f00a82353c10a93880ba46f55 (patch)
treeaefaf046bf6f86945a1d0c5a2fe3f6e9b0740d07 /ChangeLog
parentfa4a04163f4966cc813aa45279e46f5a5781c253 (diff)
downloadtcl-335056e221f3314f00a82353c10a93880ba46f55.zip
tcl-335056e221f3314f00a82353c10a93880ba46f55.tar.gz
tcl-335056e221f3314f00a82353c10a93880ba46f55.tar.bz2
* generic/tclCompile.h:
* generic/tclInt.h: moved declaration of TclSetCmdNameObj from tclCompile.h to tclInt.h, reverting linker [Bug 1821159] caused by commit of 2007-10-11 (both I and gcc missed one dep).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 32e4295..cda02d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-10-27 Miguel Sofer <msofer@users.sf.net>
+ * generic/tclCompile.h:
+ * generic/tclInt.h: moved declaration of TclSetCmdNameObj from
+ tclCompile.h to tclInt.h, reverting linker [Bug 1821159] caused by
+ commit of 2007-10-11 (both I and gcc missed one dep).
+
+2007-10-27 Miguel Sofer <msofer@users.sf.net>
+
* generic/tclVar.c: try to preserve Tcl_Objs when doing variable
lookups by name, partially addressing [Bug 1793601]