diff options
| author | stanton <stanton> | 1999-06-03 18:43:40 (GMT) |
|---|---|---|
| committer | stanton <stanton> | 1999-06-03 18:43:40 (GMT) |
| commit | b49f291ebee0bc4d0ef2dced04adade8b640f223 (patch) | |
| tree | 4a01bf11622e72421019add1082f0fd5ac745f23 | |
| parent | 1ee755b0c7f5e4fdcfcce9b291e9eef6aa37c18c (diff) | |
| download | tcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.zip tcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.tar.gz tcl-b49f291ebee0bc4d0ef2dced04adade8b640f223.tar.bz2 | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
