From 6343c99a2e43a60ffde0f445c2656f5cef24db0e Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 6 Feb 2009 08:23:00 +0000 Subject: * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to read entry with specified enc. * win32/win32.c (readdir_internal): extract from rb_w32_opendir(). * win32/win32.c (opendir_internal): extract from rb_w32_readdir(). * dir.c (dir_read, dir_each): use new READDIR macro instead of readdir() to pass enc for special version of readdir, such as above. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b075a0d59c..444913c786 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Fri Feb 6 17:19:23 2009 NAKAMURA Usaku + + * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function to + read entry with specified enc. + + * win32/win32.c (readdir_internal): extract from rb_w32_opendir(). + + * win32/win32.c (opendir_internal): extract from rb_w32_readdir(). + + * dir.c (dir_read, dir_each): use new READDIR macro instead of readdir() + to pass enc for special version of readdir, such as above. + Fri Feb 6 12:11:24 2009 NAKAMURA Usaku * ruby.c (process_options): set initial default_external before -r. -- cgit v1.2.3