summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-14 23:17:02 (GMT)
committerhobbs <hobbs>2001-11-14 23:17:02 (GMT)
commit03bf512eba9ec5dde914e6b2cb171b35cf297b08 (patch)
treee2099b7a9dc4bb4dc572f484ee86baf5db2c28ae /ChangeLog
parent6b5ff76e865f488dd08efe0bd2a280b7ceda4543 (diff)
downloadtcl-03bf512eba9ec5dde914e6b2cb171b35cf297b08.zip
tcl-03bf512eba9ec5dde914e6b2cb171b35cf297b08.tar.gz
tcl-03bf512eba9ec5dde914e6b2cb171b35cf297b08.tar.bz2
Reference implementation of TIP's #22, #33 and #45. Adds the
ability of the [lindex] command to have multiple index arguments, and adds the [lset] command. Both commands are byte-code compiled. [Patch #471874] (work by Kenny, commited by Hobbs)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog40
1 files changed, 39 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5abe98..22dd456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2001-10-17 Kevin B. Kenny <kennykb@users.sourceforge.net>
+
+ * doc/lappend.n:
+ * doc/lindex.n:
+ * doc/linsert.n:
+ * doc/list.n:
+ * doc/llength.n:
+ * doc/lrange.n:
+ * doc/lsearch.n:
+ * doc/lset.n (new-file):
+ * doc/lsort.n:
+ * generic/tclBasic.c (builtInCmds, Tcl_EvalObjEx):
+ * generic/tclCmdIL.c (Tcl_LindexObjCmd, Tcl_LindexList):
+ (Tcl_LindexFlat, Tcl_LsetObjCmd):
+ * generic/tclCompCmds.c (Tcl_CompileLindexCmd, Tcl_CompileLsetCmd):
+ * generic/tclCompile.c:
+ * generic/tclCompile.h:
+ * generic/tclExecute.c (TclExecuteByteCode):
+ * generic/tclInt.decls:
+ * generic/tclInt.h:
+ * generic/tclIntDecls.h:
+ * generic/tclListObj.c (TclLsetList, TclLsetFlat, TclSetListElement):
+ * generic/tclObj.c (TclInitObjSubsystem):
+ * generic/tclStubInit.c:
+ * generic/tclTestObj.c (TestobjCmd):
+ * generic/tclUtil.c (TclGetIntForIndex, SetEndOffsetFromAny):
+ * generic/tclVar.c (Tcl_LappendObjCmd):
+ * tests/lindex.test:
+ * tests/lset.test (new-file):
+ * tests/lsetComp.test (new-file):
+ * tests/obj.test:
+ * tests/string.test:
+ * tests/stringComp.test:
+ Reference implementation of TIP's #22, #33 and #45. Adds the
+ ability of the [lindex] command to have multiple index arguments,
+ and adds the [lset] command. Both commands are byte-code compiled.
+ [Patch #471874] (commited by Jeff)
+
2001-11-12 David Gravereaux <davygrvy@pobox.com>
* win/buildall.vc.bat(new):
@@ -239,7 +277,7 @@
* generic/tclIOUtil.c: fix to bug in Tcl_FSChdir shown up
by recent tclkit builds.
-
+
2001-10-17 Jeff Hobbs <jeffh@ActiveState.com>
* unix/tclUnixPipe.c (PipeInputProc, PipeOutputProc): do immediate