summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2005-06-09 16:24:42 (GMT)
committervincentdarley <vincentdarley>2005-06-09 16:24:42 (GMT)
commit7265e63b582f1b5437c6819f29c4a72531aa3d6a (patch)
tree24b3c804b6d6234507385245a05ad20d5d75fb03 /ChangeLog
parent4afb8f350cf1359f2e21518ab8b6dd3694540fa5 (diff)
downloadtcl-7265e63b582f1b5437c6819f29c4a72531aa3d6a.zip
tcl-7265e63b582f1b5437c6819f29c4a72531aa3d6a.tar.gz
tcl-7265e63b582f1b5437c6819f29c4a72531aa3d6a.tar.bz2
fix to race condition in file mkdir and fix to glob documentation
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07b13a5..93f869e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-09 Vince Darley <vincentdarley@users.sourceforge.net>
+
+ * generic/tclFCmd.c: fix to race condition in file mkdir [Bug 1217375]
+ * doc/glob.n: improve glob documentation [Bug 1190891]
+
2005-06-09 Donal K. Fellows <dkf@users.sf.net>
* doc/expr.n, doc/mathfunc.n: Fix minor typos [Bug 1211078] and