summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 17:53:36 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-20 17:53:36 +0000
commitbc030452b777d0c71e8a34ad84f6663a8ad72557 (patch)
treeaa6468e7948ba925d984bcaf4a45f6273df827ea /ChangeLog
parent6854227c3f19d0b839d170f0a27c423fc37df13e (diff)
downloadruby-bc030452b777d0c71e8a34ad84f6663a8ad72557.tar.gz
ruby-bc030452b777d0c71e8a34ad84f6663a8ad72557.tar.xz
ruby-bc030452b777d0c71e8a34ad84f6663a8ad72557.zip
* bignum.c (bigsub_int): subtraction without making internal
bignum values. * bignum.c (bigadd_int): ditto for addition. * bignum.c (bigtrunc): declare inline. * bignum.c (rb_quad_pack): fix condition. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1d959695..cc046a99b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue Apr 21 01:25:16 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bignum.c (bigsub_int): subtraction without making internal
+ bignum values.
+
+ * bignum.c (bigadd_int): ditto for addition.
+
+ * bignum.c (bigtrunc): declare inline.
+
+ * bignum.c (rb_quad_pack): fix condition.
+
Tue Apr 21 01:13:42 2009 Alexander Zavorine <alexandre.zavorine@nokia.com>
* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change in time.c