diff options
author | dgp <dgp@users.sourceforge.net> | 2007-03-02 15:11:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-03-02 15:11:20 (GMT) |
commit | 7fe6552f08334298693e15b6a8b53f8cd27ff2c4 (patch) | |
tree | 53cfd34a72b26c885f2e492c4062e054d800f660 /ChangeLog | |
parent | 4467285fb08946a5d7d87acf3466e92200e15e07 (diff) | |
download | tcl-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |