ruby-cvs:17182
From: (usa) <usa ruby-lang.org>
Date: Tue, 18 Jul 2006 23:13:07 +0900
Subject: [ruby-cvs:17182] ruby, ruby/win32: * win32/win32.c (open_ifs_socket): should not use plain malloc.
usa Tue, 18 Jul 2006 23:13:07 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog
ruby/win32:
win32.c
Log:
* win32/win32.c (open_ifs_socket): should not use plain malloc.
* win32/win32.c (rb_w32_opendir): should not use plain realloc.
Revision Changes Path
1.2673.2.1746 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1745&r2=1.2673.2.1746
1.103.2.53 +5 -1 ruby/win32/win32.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/win32/win32.c?cvsroot=src&r1=1.103.2.52&r2=1.103.2.53