From aef6cd7c5bba53bde166de5e971f85d5ed456a1e Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 18 Jul 2006 14:13:07 +0000 Subject: * win32/win32.c (open_ifs_socket): should not use plain malloc. * win32/win32.c (rb_w32_opendir): should not use plain realloc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index adb75e22c..d6297cebe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 18 23:12:14 2006 NAKAMURA Usaku + + * win32/win32.c (open_ifs_socket): should not use plain malloc. + + * win32/win32.c (rb_w32_opendir): should not use plain realloc. + Tue Jul 18 18:05:49 2006 Yukihiro Matsumoto * test/ruby/test_float.rb (TestFloat::test_strtod): update test to -- cgit