diff options
author | stanton <stanton> | 1999-06-10 22:07:05 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-06-10 22:07:05 (GMT) |
commit | 472789da3f84f55b673fe1fcb33ecb7bfba7ff2b (patch) | |
tree | fd91ff2c257961dd2071f1c729e5d6d5ce31e538 /ChangeLog | |
parent | 79e2d3b9199b04699aee5108e1fb71a63f8dce3d (diff) | |
download | tcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.zip tcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.tar.gz tcl-472789da3f84f55b673fe1fcb33ecb7bfba7ff2b.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -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 |