diff options
author | dgp <dgp@users.sourceforge.net> | 2007-02-28 20:01:40 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-02-28 20:01:40 (GMT) |
commit | 37e755f3bdebeec9cd0638dbe563de70d6a47426 (patch) | |
tree | 005675c04185bd4b07b58fbfad15041cc3412ff0 | |
parent | 4750fd7755b00f56e5f5dc3c27f9d60b770ec5cc (diff) | |
download | tcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.zip tcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.tar.gz tcl-37e755f3bdebeec9cd0638dbe563de70d6a47426.tar.bz2 |
typo
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ 2007-02-24 Don Porter <dgp@users.sourceforge.net> * generic/tclBasic.c: Use new interface in Tcl_EvalObjEx so that - the recounting logic of the List internal rep need not be repeated + the refcounting logic of the List internal rep need not be repeated there. Better encapsulation of internal details. * generic/tclInt.h: New internal routine TclListObjCopy() used |