summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-18 08:41:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-18 08:41:50 +0000
commitdd2d4bc29bc1d5160d76fc3e3e59a85fe110892e (patch)
treef7b448475c27fdf945c36bc301b7cd45e11b64c5 /ChangeLog
parenta70902a5c9888b45cedc235fd913b7ab88e8c9f6 (diff)
* dir.c (glob_helper): check whether path is "" before calling
do_opendir. [ruby-dev:26183] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 160a46dd25..393cbeda4e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 18 17:38:51 2005 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * dir.c (glob_helper): check whether path is "" before calling
+ do_opendir. [ruby-dev:26183]
+
Wed May 18 13:40:48 2005 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (NtInitialize): fix typo.