ruby-cvs:17181
From: (usa) <usa ruby-lang.org>
Date: Tue, 18 Jul 2006 23:12:24 +0900
Subject: [ruby-cvs:17181] ruby, ruby/win32: * win32/win32.c (open_ifs_socket): should not use plain malloc.
usa Tue, 18 Jul 2006 23:12:24 +0900
Modified files:
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.5191 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5190&r2=1.5191
1.193 +5 -1 ruby/win32/win32.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/win32/win32.c?cvsroot=src&r1=1.192&r2=1.193