diff options
author | dgp <dgp@users.sourceforge.net> | 2003-06-09 21:51:55 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2003-06-09 21:51:55 (GMT) |
commit | 88bf24e7cb31b621f6232bbe780c1ea64a5c77cc (patch) | |
tree | eabdd5d2af1a932e9b611af83c5f87b8ac8f754c /ChangeLog | |
parent | bbd2e7af7aeb9a2e197f40113740755504716d7a (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |