summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-17 06:47:58 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-17 06:47:58 +0000
commit44895d6ea25a9450c6558be4778a095e055e4821 (patch)
tree9dfc9ab0965e633e5b04a46539a1cf17886cd919 /ChangeLog
parent7533c275cb85fa9f757b7cc0825582732ed6e8d4 (diff)
* dir.c (READDIR): this branch doesn't have rb_w32_readdir_with_enc().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25813 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 afda849b88..e3e8d10fb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Nov 17 15:46:23 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * dir.c (READDIR): this branch doesn't have rb_w32_readdir_with_enc().
+
Fri Sep 18 07:06:41 2009 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/fileutils/test_fileutils.rb: add a test for [ruby-dev:39345]