ruby-cvs:17239
From: (nobu) <nobu ruby-lang.org>
Date: Wed, 26 Jul 2006 17:29:22 +0900
Subject: [ruby-cvs:17239] ruby: * sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,
nobu Wed, 26 Jul 2006 17:29:22 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog sprintf.c
Log:
* sprintf.c (rb_f_sprintf): prepend ".." to %u for negative bignum,
but not "-". fixed: [ruby-core:08167]
Revision Changes Path
1.2673.2.1764 +5 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1763&r2=1.2673.2.1764
1.34.2.18 +18 -21 ruby/sprintf.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/sprintf.c?cvsroot=src&r1=1.34.2.17&r2=1.34.2.18