summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2003-02-08 22:03:19 (GMT)
committerhobbs <hobbs>2003-02-08 22:03:19 (GMT)
commit36e90c74857fdb00fedcdf4801bc1f6686228f89 (patch)
tree4c8d5990531082c7a4c54897f44775eb7110fb4d /ChangeLog
parentbffcbb27b4c0752331ae563dd130038f61ee098d (diff)
downloadtcl-36e90c74857fdb00fedcdf4801bc1f6686228f89.zip
tcl-36e90c74857fdb00fedcdf4801bc1f6686228f89.tar.gz
tcl-36e90c74857fdb00fedcdf4801bc1f6686228f89.tar.bz2
code cleanup of eval and string comp use
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f8dc194..c2e1ed8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,16 @@
+2003-02-08 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * library/safe.tcl: code cleanup of eval and string comp use.
+
2003-02-07 Vince Darley <vincentdarley@users.sourceforge.net>
- * win/tclWinFCmd.c: cleanup long lines
- * win/tclWinFile.c: sped up pure 'glob' by a factor of 3. It
- is now faster than Tcl 8.3
- (but 'foreach f [glob *] { file exists $f }' is still slower)
+ * win/tclWinFCmd.c: cleanup long lines
+ * win/tclWinFile.c: sped up pure 'glob' by a factor of 2.5
+ ('foreach f [glob *] { file exists $f }' is still slow)
* tests/fileSystem.text:
* tests/fileName.test: added new tests to ensure correct
behaviour in optimized filesystem code.
-
+
2003-02-07 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclTest.c: