diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2007-04-20 Miguel Sofer <msofer@users.sf.net> + + * generic/tclListObj.c (SetListFromAny): avoid discarding internal + reps of objects converted to singleton lists [Patch 738900] + 2007-04-20 Kevin B. Kenny <kennykb@acm.org> * doc/clock.n: Corrected a silly error (transposed 'uppercase' @@ -70,14 +75,10 @@ testsuite did not pick this mistake. Rewrote to make the intention clear. -2007-04-18 Miguel Sofer <msofer@users.sf.net> - * generic/tclInt.h (TclDecrRefCount): change the order of the branches, use empty 'if ; else' to handle use in unbraced outer if/else conditions (as already done in tcl.h) -2007-04-18 Miguel Sofer <msofer@users.sf.net> - * generic/tclExecute.c: slight changes in Tcl_Obj management. 2007-04-17 Kevin B. Kenny <kennykb@acm.org> |