diff options
author | hobbs <hobbs> | 2006-08-30 17:53:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-08-30 17:53:39 (GMT) |
commit | 55bb171c5a37f39c8ae6e4b9c02641115491bde3 (patch) | |
tree | e53f14a6e4441e9653ae6587265e9afe18a43a0b /ChangeLog | |
parent | 8891df0a7cf7aee5549b2f76b48c067443a97100 (diff) | |
download | tcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.zip tcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.tar.gz tcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.tar.bz2 |
see changes
Diffstat (limited to 'ChangeLog')
-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 |