aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-26 01:55:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-26 01:55:14 +0000
commit23e5b482ca4905c72395efddaabc98c13ceef19d (patch)
tree3a0dbb2a1e1f2a9c9a3ff0e4e1d4556cbca4fe48 /ChangeLog
parente9dc649d66ee051747f49e2c8e7fbeb8b8923eec (diff)
downloadruby-23e5b482ca4905c72395efddaabc98c13ceef19d.tar.gz
numeric.c: rb_int2str
* numeric.c (rb_int2str): conversion function to String for generic Integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e5c83d95f..4f00cf278e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Sat Mar 26 10:54:49 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Sat Mar 26 10:55:12 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * numeric.c (rb_int2str): conversion function to String for
+ generic Integer.
* numeric.c (rb_int_round): rounding function for generic
Integers.