ruby-cvs:16411
From: (ocean) <ocean ruby-lang.org>
Date: Sun, 5 Feb 2006 21:08:40 +0900
Subject: [ruby-cvs:16411] ruby: * numeric.c (fix_to_s): removed workaround for radix 2. Historically,
ocean Sun, 5 Feb 2006 21:08:40 +0900
Modified files:
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.4935 +6 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4934&r2=1.4935
1.136 +2 -6 ruby/numeric.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/numeric.c?cvsroot=src&r1=1.135&r2=1.136