diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-05 11:44:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-05 11:44:02 (GMT) |
commit | b8250fee59da71021aa11343910dd4eb0594f003 (patch) | |
tree | ba4a92d67736e1f763c04e3a89d081a7b45c8c87 /ChangeLog | |
parent | e783711c2c8313fcd8782ac5136c17f63d87b896 (diff) | |
download | tcl-b8250fee59da71021aa11343910dd4eb0594f003.zip tcl-b8250fee59da71021aa11343910dd4eb0594f003.tar.gz tcl-b8250fee59da71021aa11343910dd4eb0594f003.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-02 Don Porter <dgp@users.sourceforge.net> * generic/tclFileName.c (TclGlob): Prevent doubling of directory |