summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstanton <stanton>1999-06-10 22:07:05 (GMT)
committerstanton <stanton>1999-06-10 22:07:05 (GMT)
commit472789da3f84f55b673fe1fcb33ecb7bfba7ff2b (patch)
treefd91ff2c257961dd2071f1c729e5d6d5ce31e538
parent79e2d3b9199b04699aee5108e1fb71a63f8dce3d (diff)
downloadtcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.zip
tcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.tar.gz
tcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.tar.bz2
*** empty log message ***
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5766f8..20ce77a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+1999-06-09 <stanton@scriptics.com>
+
+ * generic/tclUnicodeObj.c: Lots of cleanup and simplification.
+ Fixed several memory bugs. Added TclAppendUnicodeToObj.
+
+ * generic/tclInt.h: Added declarations for various Unicode string
+ functions.
+
+ * generic/tclRegexp.c:
+ * generic/tclCmdMZ.c: Changed to use new Unicode string interfaces
+ for better performance.
+
+ * generic/tclRegexp.h:
+ * generic/tclRegexp.c:
+ * generic/tcl.h:
+ * generic/tcl.decls: Added Tcl_RegExpMatchObj and
+ Tcl_RegExpGetInfo calls to access lower level regexp API. These
+ features are needed by Expect. This is a preliminary
+ implementation pending final review and cleanup.
+
+ * generic/tclCmdMZ.c:
+ * tests/string.test: Fixed bug where string map failed on null
+ strings.
+
+ * generic/regexec.c:
+ * unix/tclUnixNotfy.c: lint
+
+ * tools/genStubs.tcl: Changed to always write output in LF mode.
+
1999-06-08 <stanton@scriptics.com>
* win/tclWinSock.c: Rolled back to the 8.1.0 implementation