From 5cc761a37a6d7471460042787dcab0f63173c9f2 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 20 Feb 2009 14:29:00 +0000 Subject: * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because couldn't free the returned pointer from ruby_dtoa(). * missing/vsnprintf.c (cvt): receive buffer and use/return it instead of returning the pointer returned from BSD__dtoa(). * missing/vsnprintf.c (BSD_vfprintf): pass buf to cvt() as the buffer. [ruby-core:22184] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b14190a3..d02d3b491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Feb 20 23:28:11 2009 NAKAMURA Usaku + + * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because + couldn't free the returned pointer from ruby_dtoa(). + + * missing/vsnprintf.c (cvt): receive buffer and use/return it instead + of returning the pointer returned from BSD__dtoa(). + + * missing/vsnprintf.c (BSD_vfprintf): pass buf to cvt() as the buffer. + [ruby-core:22184] + Thu Feb 19 22:59:09 2009 Tanaka Akira * ext/socket/ancdata.c (make_io_for_unix_rights): cmsg_len may be -- cgit