summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-06-09 21:51:36 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-06-09 21:51:36 (GMT)
commita8853bfaf368294f76dbe7dba99f5f111377f618 (patch)
tree5b86566a168f07b11d780b02732e1d8f27eb9d75 /ChangeLog
parentd957ac0939a46479bf11a785dcf44c3bfa5d9eef (diff)
downloadtcl-a8853bfaf368294f76dbe7dba99f5f111377f618.zip
tcl-a8853bfaf368294f76dbe7dba99f5f111377f618.tar.gz
tcl-a8853bfaf368294f76dbe7dba99f5f111377f618.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 877dd58..b2597ff 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