summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-06-09 21:51:55 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-06-09 21:51:55 (GMT)
commit88bf24e7cb31b621f6232bbe780c1ea64a5c77cc (patch)
treeeabdd5d2af1a932e9b611af83c5f87b8ac8f754c /ChangeLog
parentbbd2e7af7aeb9a2e197f40113740755504716d7a (diff)
downloadtcl-88bf24e7cb31b621f6232bbe780c1ea64a5c77cc.zip
tcl-88bf24e7cb31b621f6232bbe780c1ea64a5c77cc.tar.gz
tcl-88bf24e7cb31b621f6232bbe780c1ea64a5c77cc.tar.bz2
* string.test (string-4.15): Added test for [string first] bug
reported in Tcl 8.3, where test for all-single-byte-encoded strings was not reliable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ebd8e..a05d6c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-09 Don Porter <dgp@users.sourceforge.net>
+
+ * string.test (string-4.15): Added test for [string first] bug
+ reported in Tcl 8.3, where test for all-single-byte-encoded strings
+ was not reliable.
+
2003-06-04 Joe Mistachkin <joe@mistachkin.com>
* tools/man2help.tcl: Added duplicate help section checking