From 2526427be0401f0b7fc486a7d56e2e67eb094438 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Jul 2003 06:10:09 +0000 Subject: * error.c (rb_raise): snprintf() termination moved to win32/win32.c. * win32/win32.c (valid_filename, str_grow): unused. * win32/win32.c (NTLoginName, ChildRecord): make static. * win32/win32.c (CreateChild): argument check. * win32/win32.c (kill): should not call CloseHandle() when OpenProcess() failed. * win32/win32.c (rb_w32_vsnprintf, rb_w32_snprintf): ensure buffer terminated. [ruby-talk:69672] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0ed5f30d4..642ee4ac0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Wed Jul 30 15:10:02 2003 Nobuyoshi Nakada + + * error.c (rb_raise): snprintf() termination moved to + win32/win32.c. + + * win32/win32.c (valid_filename, str_grow): unused. + + * win32/win32.c (NTLoginName, ChildRecord): make static. + + * win32/win32.c (CreateChild): argument check. + + * win32/win32.c (kill): should not call CloseHandle() when + OpenProcess() failed. + + * win32/win32.c (rb_w32_vsnprintf, rb_w32_snprintf): ensure buffer + terminated. [ruby-talk:69672] + Wed Jul 30 10:54:10 2003 Shugo Maeda * lib/net/ftp.rb (get): fix wrong argument name. Thanks to William -- cgit