ruby-cvs:16412
From: (ocean) <ocean ruby-lang.org>
Date: Sun, 5 Feb 2006 21:09:32 +0900
Subject: [ruby-cvs:16412] ruby: * numeric.c (fix_to_s): removed workaround for radix 2. Historically,
ocean Sun, 5 Feb 2006 21:09:32 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog numeric.c
Log:
* numeric.c (fix_to_s): removed workaround for radix 2. Historically,
rb_fix2str can only handle radix 8, 10, 16. (Rev1.37) But for now,
it can handle radix 2..36. [ruby-Bugs#3438]
Revision Changes Path
1.2673.2.1501 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1500&r2=1.2673.2.1501
1.101.2.22 +2 -6 ruby/numeric.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/numeric.c?cvsroot=src&r1=1.101.2.21&r2=1.101.2.22