From 9239b075e628acf18c4a6c4c1bd626aabdc312b8 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 20 Mar 2003 17:01:30 +0000 Subject: * sprintf.c (rb_f_sprintf): copy sign bits only if value is negative. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 686ba4510..2cccfd1cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ Fri Mar 21 01:29:35 2003 Yukihiro Matsumoto + * sprintf.c (rb_f_sprintf): copy sign bits only if value is + negative. + * missing.h: include or if HAVE_VSNPRINTF is not defined. -- cgit