summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-06 18:46:50 (GMT)
committerstanton <stanton>1999-05-06 18:46:50 (GMT)
commitee668e41662b338a642f8a300a6a35c2ddee302d (patch)
tree7b1e0bf69adb38c8649efd8f73587716dc9e0c92
parentf832cd22b120385368e264c684cf8d874014bf3b (diff)
downloadtcl-ee668e41662b338a642f8a300a6a35c2ddee302d.zip
tcl-ee668e41662b338a642f8a300a6a35c2ddee302d.tar.gz
tcl-ee668e41662b338a642f8a300a6a35c2ddee302d.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog35
1 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 142e6cd..0314b9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+1999-05-06 <stanton@scriptics.com>
+
+ * tests/http.test: Unset "data" array before running tests to
+ avoid failures due to previous tests.
+
+ * doc/string.n:
+ * tests/cmdIL.test:
+ * tests/cmdMZ.test:
+ * tests/error.test:
+ * tests/ioCmd.test:
+ * tests/lindex.test:
+ * tests/linsert.test:
+ * tests/lrange.test:
+ * tests/lreplace.test:
+ * tests/string.test:
+ * tests/cmdIL.test:
+ * generic/tclUtil.c:
+ * generic/tclCmdMZ.c: Replaced "string icompare/iequal" with
+ -nocase and -length switches to "string compare/equal". Added a
+ -nocase option to "string map". Changed index syntax to allow
+ integer or end?-integer? instead of a full expression. This is
+ much simpler with safeTcl scripts since it avoids double
+ substitution issues.
+
+ * doc/Utf.3:
+ * generic/tclStubInit.c:
+ * generic/tclDecls.h:
+ * generic/tclUtf.c:
+ * generic/tcl.decls: Added Tcl_UtfNcmp and Tcl_UtfNcasecmp.
+
+1999-05-05 <stanton@scriptics.com>
+
+ * win/makefile.vc: Added encoding directory to install-libraries
+ target.
+
1999-05-03 <stanton@scriptics.com>
* doc/string.n: