summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2006-08-30 19:30:25 (GMT)
committerhobbs <hobbs>2006-08-30 19:30:25 (GMT)
commit31fb5db54ba6f9ae3e3cab1e3d5ff10df28d009a (patch)
treeccb7d18e67bc5ed9c10876412ec1276e990c2da0 /ChangeLog
parent9550a587a2a440794916dfbe913ecbd438102012 (diff)
downloadtcl-31fb5db54ba6f9ae3e3cab1e3d5ff10df28d009a.zip
tcl-31fb5db54ba6f9ae3e3cab1e3d5ff10df28d009a.tar.gz
tcl-31fb5db54ba6f9ae3e3cab1e3d5ff10df28d009a.tar.bz2
* win/tclWinChan.c [Bug 819667] Improve logic for identifying COM
ports.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e990e5..c0ef3d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-08-30 Jeff Hobbs <jeffh@ActiveState.com>
+ * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM
+ ports.
+
* generic/tclIOGT.c (ExecuteCallback):
* generic/tclPkg.c (Tcl_PkgRequireEx): replace Tcl_GlobalEval(Obj)
with more efficient Tcl_Eval(Obj)Ex