summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-21 00:27:39 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-21 00:27:39 +0000
commitf43b8e20c0f6c53030ed23e41363fc74a3f871cb (patch)
tree2ce0699fb747582e6516f186255709656c21a6ed /ChangeLog
parentf9bdcf54952717b79e2ae274bfc4f2b14187c726 (diff)
* win32/win32.c (rb_w32_opendir): should set errno if error occurs
when calling OS API. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6483 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 6df83a9209..9041831e6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 21 09:24:51 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_opendir): should set errno if error occurs
+ when calling OS API.
+
Sun Jun 20 21:12:54 2004 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/ftp.rb (binary=): send TYPE commands only once.