summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-05-20 00:04:23 (GMT)
committerstanton <stanton>1999-05-20 00:04:23 (GMT)
commite3311585bf142e97164b0b706e563d9256674ed6 (patch)
treed494a854a84bc6b9895896ba657437ad81c6219c
parent2ebefcfc6f3566b43ad1c114fcea20fd2d1422e6 (diff)
downloadtcl-e3311585bf142e97164b0b706e563d9256674ed6.zip
tcl-e3311585bf142e97164b0b706e563d9256674ed6.tar.gz
tcl-e3311585bf142e97164b0b706e563d9256674ed6.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4862c01..f25b131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+1999-05-19 <stanton@scriptics.com>
+
+ Merged in various changes submitted by Jeff Hobbs:
+
+ * generic/tcl.decls:
+ * generic/tclUtf.c: Added Tcl_UniCharIs* functions for control,
+ graph, print, and punct classes.
+
+ * generic/tclUtil.c:
+ * doc/StrMatch.3: Added Tcl_StringCaseMatch() implementation to
+ support case-insensitive globbing.
+
+ * doc/string.n:
+ * unix/mkLinks:
+ * tests/string.test:
+ * generic/tclCmdMZ.c: Added additional character class tests,
+ added -nocase switch to "string match", changed string first/last
+ to use offsets.
+
1999-05-19 <redman@scriptics.com>
* generic/tcl.h: Add extern "C" block around entire header file for