summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-20 17:01:30 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-20 17:01:30 +0000
commitf83c5da39d1339f8d3ab00be0b214fc65cd69f44 (patch)
tree9ea99e238bb6bd42ebb923415696512ee85a4123 /ChangeLog
parent3c59330bfea992d86df30aed2181a75ad37aafeb (diff)
* sprintf.c (rb_f_sprintf): copy sign bits only if value is
negative. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 686ba4510a..2cccfd1cc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Fri Mar 21 01:29:35 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * sprintf.c (rb_f_sprintf): copy sign bits only if value is
+ negative.
+
* missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTF
is not defined.