summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-09-08 23:36:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-09-08 23:36:55 (GMT)
commit14632a9fcf8e523ae2abf3c2b5c661721835998d (patch)
tree6d5d54ddff1ab926facf6e4702e8ccf0d6315146 /ChangeLog
parent9759bbcba71f400d022a28af45b8fa2a2fe26cc9 (diff)
downloadtcl-14632a9fcf8e523ae2abf3c2b5c661721835998d.zip
tcl-14632a9fcf8e523ae2abf3c2b5c661721835998d.tar.gz
tcl-14632a9fcf8e523ae2abf3c2b5c661721835998d.tar.bz2
* generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]
fixed correctly, reverted fix of 2007-05-01.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 179c356..1c1df79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-08 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]
+ fixed correctly, reverted fix of 2007-05-01.
+
2007-09-08 Donal K. Fellows <dkf@users.sf.net>
* generic/tclDictObj.c (DictUpdateCmd, DictWithCmd): Plug a hole that