diff options
author | vincentdarley <vincentdarley> | 2005-06-09 16:24:42 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-06-09 16:24:42 (GMT) |
commit | 7265e63b582f1b5437c6819f29c4a72531aa3d6a (patch) | |
tree | 24b3c804b6d6234507385245a05ad20d5d75fb03 /ChangeLog | |
parent | 4afb8f350cf1359f2e21518ab8b6dd3694540fa5 (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |