diff options
author | ericm <ericm> | 2000-04-10 21:08:26 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-10 21:08:26 (GMT) |
commit | 1ca8b9ee3d089e20d6e8603c3b6ce33bac188d6d (patch) | |
tree | 969dd778b3f00ae92ec0793ad12d2fb87496794c /ChangeLog | |
parent | a44349c8166358f92b65f61682ea4a484df881b4 (diff) | |
download | tcl-1ca8b9ee3d089e20d6e8603c3b6ce33bac188d6d.zip tcl-1ca8b9ee3d089e20d6e8603c3b6ce33bac188d6d.tar.gz tcl-1ca8b9ee3d089e20d6e8603c3b6ce33bac188d6d.tar.bz2 |
* win/tclWinPipe.c (TclpCreateTempFile): Added conversion of
contents string from UTF to native encoding [Bug: 4030].
* tests/regexp.test: Added tests for infinite looping in [regexp -all].
* generic/tclCmdMZ.c: Fixed infinite loop bug with [regexp -all] [Bug: 4981].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-04-10 Eric Melski <ericm@scriptics.com> + + * win/tclWinPipe.c (TclpCreateTempFile): Added conversion of + contents string from UTF to native encoding [Bug: 4030]. + + * tests/regexp.test: Added tests for infinite looping in [regexp + -all]. + + * generic/tclCmdMZ.c: Fixed infinite loop bug with [regexp -all] + [Bug: 4981]. + + * tests/*.test: Changed all occurances of "namespace import + ::tcltest" to "namespace import -force ::tcltest" [Bug: 3948]. + 2000-04-10 Jeff Hobbs <hobbs@scriptics.com> * generic/tcl.h: removed specific typedef of Tcl_ThreadCreateProc |