diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-17 00:28:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-01-17 00:28:07 (GMT) |
commit | 09472fab726b19e26a46d7b05426356a1ceff8cd (patch) | |
tree | 400fb6a62c9934846c003b2748698b373c84358b /ChangeLog | |
parent | adba9fe738d1390234b5d5bbb461df81d094ea7e (diff) | |
download | tcl-09472fab726b19e26a46d7b05426356a1ceff8cd.zip tcl-09472fab726b19e26a46d7b05426356a1ceff8cd.tar.gz tcl-09472fab726b19e26a46d7b05426356a1ceff8cd.tar.bz2 |
Basic implementation of TIP#57 - TclX's [lassign] command into Tcl core
Not a direct copy
* Better use of Tcl object API
* More extensive test suite
* More extensive documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-01-17 Donal K. Fellows <dkf@users.sf.net> + + BASIC IMPLEMENTATION OF TIP#57 + * generic/tclCmdIL.c (Tcl_LassignObjCmd): Implementation of the + [lassign] command that takes full advantage of Tcl's object API. + * doc/lassign.n: New file documenting the command. + * tests/cmdIL.test (cmdIL-6.*): Test suite for the command. + 2004-01-15 David Gravereaux <davygrvy@pobox.com> * win/tclWinReg.c: Placed the requirement for advapi.lib into |