summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-07-18 21:30:40 (GMT)
committerericm <ericm>2000-07-18 21:30:40 (GMT)
commit26e4d6af1e3593766c42558745033818cae3b377 (patch)
tree214976cf390fdc922f0513e78335ac253b746b59 /ChangeLog
parent25ae774988b1ff08384886cc62c07f67a0d1d979 (diff)
downloadtcl-26e4d6af1e3593766c42558745033818cae3b377.zip
tcl-26e4d6af1e3593766c42558745033818cae3b377.tar.gz
tcl-26e4d6af1e3593766c42558745033818cae3b377.tar.bz2
* tests/opt.test: Removed references to Lfirst, Lrest functions.
* library/opt0.4/optparse.tcl: Applied patch from Chris Nelson, which replaces the [Lfirst] function with an inline [lindex ... 0] and [Lrest] with [lrange ... 1 end], for better performance. [RFE: 6019]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a442b73..37689ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2000-07-18 Eric Melski <ericm@ajubasolutions.com>
+
+ * tests/opt.test: Removed references to Lfirst, Lrest functions.
+
+ * library/opt0.4/optparse.tcl: Applied patch from Chris Nelson,
+ which replaces the [Lfirst] function with an inline [lindex ... 0]
+ and [Lrest] with [lrange ... 1 end], for better performance.
+ [RFE: 6019]
+
+
2000-07-18 Eric Melski <ericm@scriptics.com>
* compat/string.h: Fixed function prototypes for strpbrk and