From 7f62113f4d4e29795561df9a0d52a6960e207252 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 22 Nov 2002 14:30:33 +0000 Subject: * sprintf.c (rb_f_sprintf): preceding ".." for negative hexadecimal numbers should not appear if prec (e.g. %.4) is specified. * pack.c (NUM2I32): support platforms which does not have 32bit integers (e.g. Cray). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5ce764d33c..2f49f75c45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Nov 22 22:55:01 2002 Yukihiro Matsumoto + + * sprintf.c (rb_f_sprintf): preceding ".." for negative + hexadecimal numbers should not appear if prec (e.g. %.4) is + specified. + + * pack.c (NUM2I32): support platforms which does not have 32bit + integers (e.g. Cray). + Fri Nov 22 19:20:36 2002 Akinori MUSHA * instruby.rb: Install batch files on Windows. [Submitted by usa] -- cgit v1.2.3