From bc93d395d59ce67c783793bd0e4eeaace7d6f2d5 Mon Sep 17 00:00:00 2001 From: ocean Date: Sun, 5 Feb 2006 12:09:31 +0000 Subject: * 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] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7af0e87ff..9e376c4ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Feb 5 21:01:49 2006 Hirokazu Yamamoto + + * 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] + Sun Feb 5 18:49:00 2006 Minero Aoki * lib/net/http.rb (add_field, get_fields): keep 1.8.2 -- cgit