diff options
author | Kevin B Kenny <kennykb@acm.org> | 2008-10-06 04:25:24 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2008-10-06 04:25:24 (GMT) |
commit | 1a00d8582f1c15d195130ae24310aea2acf2aedd (patch) | |
tree | 286ddd1782a1dec9ddf1f79c3f7b1cd1d804f415 /ChangeLog | |
parent | 06d77e88c1820d6b44d1450d66d93d5950779ea8 (diff) | |
download | tcl-1a00d8582f1c15d195130ae24310aea2acf2aedd.zip tcl-1a00d8582f1c15d195130ae24310aea2acf2aedd.tar.gz tcl-1a00d8582f1c15d195130ae24310aea2acf2aedd.tar.bz2 |
missed commit of lset.n in TIP #331 changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ TIP #331 IMPLEMENTATION + * doc/lset.n: * generic/tclListObj.c (TclLsetFlat): * tests/lset.test: Modified the [lset] command so that it allows for an index of 'end+1', which has the effect of appending an |