diff options
author | vincentdarley <vincentdarley> | 2003-09-24 18:07:45 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-09-24 18:07:45 (GMT) |
commit | 738190c1c7001b3b28598481cefef717bbde3a72 (patch) | |
tree | 9ad05b312009a86d331e25359e271a92e9099e98 /ChangeLog | |
parent | 9fb7a2d3f1a8b969835f86ae3320c14f11c7718b (diff) | |
download | tcl-738190c1c7001b3b28598481cefef717bbde3a72.zip tcl-738190c1c7001b3b28598481cefef717bbde3a72.tar.gz tcl-738190c1c7001b3b28598481cefef717bbde3a72.tar.bz2 |
package unknown performance on MacOS and MacOS X
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2003-09-24 Vince Darley <vincentdarley@users.sourceforge.net> + * library/package.tcl (tcl::MacPkgUnknown, tcl::MacOSXPkgUnknown): + Minor performance tweaks to reduce the number of [file] invocations. + Meant to improve startup times, at least a little bit. + (The generic equivalent patch was applied on 2003-02-21). + +2003-09-24 Vince Darley <vincentdarley@users.sourceforge.net> + * trace.test: removed 'knownBug' from a test which doesn't illustrate a bug, just a bad test. |