summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-06-24 20:05:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-06-24 20:05:58 (GMT)
commitc820615a4044a2e66526fddb735e239763ad368a (patch)
tree53cc2354708ecbeb5829542c0e4ded873536001e /ChangeLog
parent40f6f2371271e33ceba3d339ba85be1fbdc037a0 (diff)
downloadtcl-c820615a4044a2e66526fddb735e239763ad368a.zip
tcl-c820615a4044a2e66526fddb735e239763ad368a.tar.gz
tcl-c820615a4044a2e66526fddb735e239763ad368a.tar.bz2
* generic/tclPathObj.c: Fixed some internals management in the "path"
Tcl_ObjType for the empty string value. Problem led to a crash in the command [glob -dir {} a]. [Bug 1999176].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 770174f..7dff4b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-06-24 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclPathObj.c: Fixed some internals management in the "path"
+ Tcl_ObjType for the empty string value. Problem led to a crash in
+ the command [glob -dir {} a]. [Bug 1999176].
+
2008-06-23 Don Porter <dgp@users.sourceforge.net>
* generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when