summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-08-30 17:53:39 (GMT)
committerhobbs <hobbs>2006-08-30 17:53:39 (GMT)
commitf920d7dd092f88ec7de18f9412932c205bc17852 (patch)
treee53f14a6e4441e9653ae6587265e9afe18a43a0b
parenteb6bf812a5d4b99520470bcdb2d9b2a4c4371517 (diff)
downloadtcl-f920d7dd092f88ec7de18f9412932c205bc17852.zip
tcl-f920d7dd092f88ec7de18f9412932c205bc17852.tar.gz
tcl-f920d7dd092f88ec7de18f9412932c205bc17852.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