diff options
author | ericm <ericm> | 2000-07-18 21:30:40 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-07-18 21:30:40 (GMT) |
commit | 26e4d6af1e3593766c42558745033818cae3b377 (patch) | |
tree | 214976cf390fdc922f0513e78335ac253b746b59 /ChangeLog | |
parent | 25ae774988b1ff08384886cc62c07f67a0d1d979 (diff) | |
download | tcl-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |