summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-03-23 01:39:56 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-03-23 01:39:56 (GMT)
commit6b2f093c42f3559f40f1c82297d09f5388d596f6 (patch)
tree17c3432f68e21fe0054e655744d2e8219c76d96f /ChangeLog
parentc5a3a1e1f04c0b2f54b1f51d18ef81db23bfd4cf (diff)
downloadtcl-6b2f093c42f3559f40f1c82297d09f5388d596f6.zip
tcl-6b2f093c42f3559f40f1c82297d09f5388d596f6.tar.gz
tcl-6b2f093c42f3559f40f1c82297d09f5388d596f6.tar.bz2
adding test for [Bug 533758], fixed earlier today.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3fe00c..89b89b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-22 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * tests/basic.test (basic-46.1): adding test for [Bug 533758],
+ fixed earlier today.
+
2002-03-22 Jeff Hobbs <jeffh@ActiveState.com>
* win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579]