summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-06-03 18:43:39 (GMT)
committerstanton <stanton@noemail.net>1999-06-03 18:43:39 (GMT)
commit740152be46d598281d1b5372fd028d55c543fc40 (patch)
tree4a01bf11622e72421019add1082f0fd5ac745f23 /ChangeLog
parent97574c36a914133db707cc1275d2523f4c4a8502 (diff)
downloadtcl-740152be46d598281d1b5372fd028d55c543fc40.zip
tcl-740152be46d598281d1b5372fd028d55c543fc40.tar.gz
tcl-740152be46d598281d1b5372fd028d55c543fc40.tar.bz2
*** empty log message ***
FossilOrigin-Name: 3ae7d79873cef2a0790d1dabd511ecebca30ee91
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