aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-15 00:06:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-12-15 00:06:36 +0000
commit0d9340f2236f54a89e795569f19bb6d6468eed81 (patch)
tree11240cb985bfc789787607cbec55e63d0c14b297 /ChangeLog
parent779aba2d01f0cdef77fb34db0199397b67f5088b (diff)
downloadruby-0d9340f2236f54a89e795569f19bb6d6468eed81.tar.gz
* lib/find.rb (Find.find): get rid of race condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45939b6570..9e7201e387 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Dec 15 09:06:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/find.rb (Find.find): get rid of race condition.
+
Mon Dec 14 22:33:21 2009 Tanaka Akira <akr@fsij.org>
* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.