summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-08-30 17:53:39 (GMT)
committerhobbs <hobbs>2006-08-30 17:53:39 (GMT)
commit55bb171c5a37f39c8ae6e4b9c02641115491bde3 (patch)
treee53f14a6e4441e9653ae6587265e9afe18a43a0b
parent8891df0a7cf7aee5549b2f76b48c067443a97100 (diff)
downloadtcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.zip
tcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.tar.gz
tcl-55bb171c5a37f39c8ae6e4b9c02641115491bde3.tar.bz2
see changes
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b45f9ff..ba22b00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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