summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-06-09 21:51:55 (GMT)
committerdgp <dgp@noemail.net>2003-06-09 21:51:55 (GMT)
commitc4606822a67fcde9418759c942b5f341e3b93a27 (patch)
treeeabdd5d2af1a932e9b611af83c5f87b8ac8f754c /ChangeLog
parente66829952866153d1f8ac0f20adf5fb28870bfc4 (diff)
downloadtcl-c4606822a67fcde9418759c942b5f341e3b93a27.zip
tcl-c4606822a67fcde9418759c942b5f341e3b93a27.tar.gz
tcl-c4606822a67fcde9418759c942b5f341e3b93a27.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. FossilOrigin-Name: a2c2c4b931b3e9025bbe1432bdda6f3bc55a8fea
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