summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton>1999-06-03 18:43:40 (GMT)
committerstanton <stanton>1999-06-03 18:43:40 (GMT)
commitb49f291ebee0bc4d0ef2dced04adade8b640f223 (patch)
tree4a01bf11622e72421019add1082f0fd5ac745f23 /ChangeLog
parent1ee755b0c7f5e4fdcfcce9b291e9eef6aa37c18c (diff)
downloadtcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.zip
tcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.tar.gz
tcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.tar.bz2
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92f5634..1ddf07c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1999-06-03 <stanton@scriptics.com>
+
+ * generic/tclCmdMZ.c (Tcl_StringObjCmd):
+ * tests/string.test: Fixed bug where string equal/compare -nocase
+ reported wrong result on null strings. [Bug: 2138]
+
+1999-06-02 <stanton@scriptics.com>
+
+ * generic/tclUtf.c (Tcl_UtfNcasecmp): Fixed incorrect computation
+ of relative ordering. [Bug: 2135]
+
1999-06-01 <stanton@scriptics.com>
* unix/configure.in: Fixed various small configure.in patches