From 9042cf217ea758ba988cb0000e8801e573457390 Mon Sep 17 00:00:00 2001 From: mrkn Date: Mon, 13 Jun 2016 11:43:54 +0000 Subject: numeric.c: Add Integer#digits [Feature #12447] [ruby-core:75799] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6307b31b1..46477aedbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 13 20:04:00 2016 Kenta Murata + + * numeric.c (rb_int_digits, rb_fix_digits, rb_int_digits_bigbase): + Add Integer#digits to extract columns in place-value notation + [Feature #12447] [ruby-core:75799] + + * test/ruby/test_integer.rb: Add tests for the above change. + + * test/ruby/test_bignum.rb: ditto. + Mon Jun 13 20:34:53 2016 Nobuyoshi Nakada * include/ruby/ruby.h (RUBY_INTEGER_UNIFICATION): macro to tell if -- cgit v1.2.3