From 47a374e3f7e7768118074a19b16dc4e7bd678aa9 Mon Sep 17 00:00:00 2001 From: usa Date: Thu, 26 Feb 2009 01:58:20 +0000 Subject: * include/ruby/win32.h (rb_w32_wopen): prototype forgotten. * io.c (rb_sysopen_internal): shouldn't replace undefined chars in this case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d7b6be11a..7a370f393 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Feb 26 10:56:48 2009 NAKAMURA Usaku + + * include/ruby/win32.h (rb_w32_wopen): prototype forgotten. + + * io.c (rb_sysopen_internal): shouldn't replace undefined chars in this + case. + Thu Feb 26 01:34:38 2009 Tanaka Akira * ext/socket/mkconstants.rb: more MSG_* constants. -- cgit