diff options
author | hobbs <hobbs> | 2006-08-30 17:53:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-08-30 17:53:39 (GMT) |
commit | f920d7dd092f88ec7de18f9412932c205bc17852 (patch) | |
tree | e53f14a6e4441e9653ae6587265e9afe18a43a0b | |
parent | eb6bf812a5d4b99520470bcdb2d9b2a4c4371517 (diff) | |
download | tcl-f920d7dd092f88ec7de18f9412932c205bc17852.zip tcl-f920d7dd092f88ec7de18f9412932c205bc17852.tar.gz tcl-f920d7dd092f88ec7de18f9412932c205bc17852.tar.bz2 |
see changes
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2006-08-30 Jeff Hobbs <jeffh@ActiveState.com> + + * win/tclWinChan.c: [Bug 819667] Improve logic for identifying COM + ports. + + * win/tclWinFCmd.c: [Bug 1548263] Added test for NULL return + * generic/tclIOUtil.c: from Tcl_FSGetNormalizedPath which was + causing segv's + + * generic/tclFileName.c (TclDoGlob): match incr with existing decr. + + * unix/Makefile.in: add valgrindshell target and update default + VALGRINDARGS. User can override, or add to it with VALGRIND_OPTS + env var. + + * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadId + + * generic/tclIOGT.c (ExecuteCallback): + * generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEval(Obj) + with more efficient Tcl_Eval(Obj)Ex + 2006-08-22 Andreas Kupries <andreask@activestate.com> * unix/tclUnixNotfy.c (Tcl_WaitForEvent): Fixed broken if syntax |