summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-11-23 01:41:35 (GMT)
committerhobbs <hobbs>2002-11-23 01:41:35 (GMT)
commit55839b9b99968c33bd68a097248240de88dfd51b (patch)
treebc34776564b54866ca3e0b4c292037c4b4504402 /ChangeLog
parentb56bfc9dd2b0556ccc280a089ad5f815b86cae2d (diff)
downloadtcl-55839b9b99968c33bd68a097248240de88dfd51b.zip
tcl-55839b9b99968c33bd68a097248240de88dfd51b.tar.gz
tcl-55839b9b99968c33bd68a097248240de88dfd51b.tar.bz2
* library/init.tcl: code cleanup to reduce use of
* library/opt/optparse.tcl: string compare
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f86f207..c3c65f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-11-22 Jeff Hobbs <jeffh@ActiveState.com>
+ * library/init.tcl: code cleanup to reduce use of
+ * library/opt/optparse.tcl: string compare
+
* tests/interp.test: interp-14.4
* generic/tclInterp.c (TclPreventAliasLoop): prevent seg fault
when creating an alias command over the interp name. [Bug #641195]