summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorstanton <stanton@noemail.net>1999-05-06 18:46:50 (GMT)
committerstanton <stanton@noemail.net>1999-05-06 18:46:50 (GMT)
commit6ff66aa8863c1fe8f25038592a9bf2928539dddc (patch)
tree7b1e0bf69adb38c8649efd8f73587716dc9e0c92 /ChangeLog
parent530e015e63dff49628c6c0a8083dde4681f3d6af (diff)
downloadtcl-6ff66aa8863c1fe8f25038592a9bf2928539dddc.zip
tcl-6ff66aa8863c1fe8f25038592a9bf2928539dddc.tar.gz
tcl-6ff66aa8863c1fe8f25038592a9bf2928539dddc.tar.bz2
*** empty log message ***
FossilOrigin-Name: a33880c6188fdf35454721756670a6abea8cb719
Diffstat (limited to 'ChangeLog')
-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: