diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-05 11:38:49 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-05 11:38:49 (GMT) |
commit | 46aff41e83607a2efd59982d1393cff759ba692e (patch) | |
tree | 93d883399106b6685342e1752f5dbdbd32ac1f6a /ChangeLog | |
parent | c1ba6eb6f5ed3313ca72fb73bead393e6abefb96 (diff) | |
download | tcl-46aff41e83607a2efd59982d1393cff759ba692e.zip tcl-46aff41e83607a2efd59982d1393cff759ba692e.tar.gz tcl-46aff41e83607a2efd59982d1393cff759ba692e.tar.bz2 |
* generic/tclVar.c (Tcl_LappendObjCmd):
* tests/append.test(4.21-22): fix for longstanding [Bug 1570718],
lappending nothing to non-list. Reported by lvirden
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-10-05 Miguel Sofer <msofer@users.sf.net> + + * generic/tclVar.c (Tcl_LappendObjCmd): + * tests/append.test(4.21-22): fix for longstanding [Bug 1570718], + lappending nothing to non-list. Reported by lvirden + 2006-10-04 Kevin Kenny <kennykb@acm.org> * tzdata/: Olson's tzdata2006m. |