aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 14:54:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 14:54:06 +0000
commit2f0b8e2793b384146cc042decdd483e8331f86f9 (patch)
treedaad7e159929e2c9aa9832b435bd7f6bd5adf8a9 /ChangeLog
parentb736c9b5dcdda56597a1b28bae11762f8042fee5 (diff)
downloadruby-2f0b8e2793b384146cc042decdd483e8331f86f9.tar.gz
* numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 971a1bb35b..df8199053d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-Tue Oct 12 23:47:18 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Tue Oct 12 23:53:57 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * numeric.c (rb_num2fix): result of rb_num2long is SIGNED_VALUE.
* compile.c (iseq_build_body), error.c (set_syserr, get_syserr),
(syserr_initialize), gc.c (define_final, rb_gc_copy_finalizer),