summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-15 10:24:38 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-15 10:24:38 +0000
commit8879836ca92ac70d32740dfd7d0869b83b8e0f41 (patch)
treea03690b709f013433f6fba6bebaf3cb65ca4c3b2 /ChangeLog
parent4f965cff3c2ccd69b0ed0ab33635add02f16077f (diff)
downloadruby-8879836ca92ac70d32740dfd7d0869b83b8e0f41.tar.gz
ruby-8879836ca92ac70d32740dfd7d0869b83b8e0f41.tar.xz
ruby-8879836ca92ac70d32740dfd7d0869b83b8e0f41.zip
* dir.c (glob_helper): Use lstat() instead of stat() so it catches
a dead symlink. Given a dead symlink named "a", Dir.glob("?") did catch it but Dir.glob("a") somehow didn't. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3949c5d75..01efb4d95 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jun 15 18:51:13 2002 Akinori MUSHA <knu@iDaemons.org>
+
+ * dir.c (glob_helper): Use lstat() instead of stat() so it catches
+ a dead symlink. Given a dead symlink named "a", Dir.glob("?")
+ did catch it but Dir.glob("a") somehow didn't.
+
Fri Jun 14 21:01:48 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
* bcc32/mkexports.rb: insert sleep(1) for win9x.