summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-03-02 15:11:20 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-03-02 15:11:20 (GMT)
commit7fe6552f08334298693e15b6a8b53f8cd27ff2c4 (patch)
tree53cfd34a72b26c885f2e492c4062e054d800f660 /ChangeLog
parent4467285fb08946a5d7d87acf3466e92200e15e07 (diff)
downloadtcl-7fe6552f08334298693e15b6a8b53f8cd27ff2c4.zip
tcl-7fe6552f08334298693e15b6a8b53f8cd27ff2c4.tar.gz
tcl-7fe6552f08334298693e15b6a8b53f8cd27ff2c4.tar.bz2
* generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation
to append Tcl_Obj's instead of strings. [RFE 1669420]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 365cff4..911f166 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-03-02 Don Porter <dgp@users.sourceforge.net>
+ * generic/tclCmdIL.c (Tcl_JoinObjCmd): Revised [join] implementation
+ to append Tcl_Obj's instead of strings. [RFE 1669420]
+
* generic/tclCmdIL.c (Info*Cmd): Code simplifications and
optimizations.