From 2be4e4a9b9a1ba2f60f3afd7e8e4f405d0fc6ca6 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 7 Dec 2004 04:45:46 +0000 Subject: * io.c (dir_s_mkdir): win32 special processing doesn't need any longer. * win32/win32.[ch] (rb_w32_mkdir): new function. POSIX.1 compatible interface. * win32/win32.[ch] (rb_w32_rmdir): new function. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7487 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 500887744..e8037d695 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Tue Dec 7 13:42:07 2004 NAKAMURA Usaku + + * io.c (dir_s_mkdir): win32 special processing doesn't need any longer. + + * win32/win32.[ch] (rb_w32_mkdir): new function. POSIX.1 compatible + interface. + + * win32/win32.[ch] (rb_w32_rmdir): new function. + Tue Dec 7 00:27:37 2004 Yukihiro Matsumoto * process.c (proc_setgroups): [ruby-dev:25081] -- cgit