summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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