summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-05-26 01:25:59 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-05-26 01:25:59 (GMT)
commitdeb12f9f60a4a57e4922c929ee5a7a3f6966e098 (patch)
tree0e06178b65f3cb3a4a76a355b8724bdb0df85b82 /ChangeLog
parent3b5f432c9bb4ae184008bbd89f63fd2c35f242ec (diff)
downloadtcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.zip
tcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.tar.gz
tcl-deb12f9f60a4a57e4922c929ee5a7a3f6966e098.tar.bz2
[Patch #424851]: Faster array searching & obj cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ec5cd5..f15e7fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2001-05-17 Donal K. Fellows <fellowsd@cs.man.ac.uk>
+
+ * generic/tclVar.c (tclArraySearchType,SetArraySearchObj,
+ ParseSearchId): Added code to speed up array searching by reducing
+ the amount of parsing needed for searchIds.
+
+ * generic/tclObj.c (TclInitObjSubsystem):
+ * generic/tclIndexObj.c (Tcl_GetIndexFromObjStruct):
+ * generic/tclNamesp.c (TclInitNamespaceSubsystem):
+ * generic/tclInt.h: Moved some Tcl_ObjType initialisation to
+ TclInitObjSubsystem to be with the bulk of the rest.
+ [Patch
+ Committed by Miguel Sofer <msofer@users.sourceforge.net>
+
+
2001-05-23 Jeff Hobbs <jeffh@ActiveState.com>
* tests/io.test: changed io-52.[9-11] to not be platform sensitive