summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 04:58:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-26 04:58:15 +0000
commitb8a9fb0e26a7b58481d44b6c2caba076c9cf4f57 (patch)
tree6d29af9160ee116fe6c7e170f253bfa8d320b599 /ChangeLog
parent1b5de6c2aba0e9b66c2e3582be7269ffb7f10545 (diff)
downloadruby-b8a9fb0e26a7b58481d44b6c2caba076c9cf4f57.tar.gz
ruby-b8a9fb0e26a7b58481d44b6c2caba076c9cf4f57.tar.xz
ruby-b8a9fb0e26a7b58481d44b6c2caba076c9cf4f57.zip
* common.mk (bignum.o, numeric.o): depend on util.h.
* bignum.c, marshal.c: fixed types. * numeric.c (infinite_value): use ruby_div0. * include/ruby/util.h (ruby_div0): moved from marshal.c. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cf3e05cb..92f6dcaad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Tue May 26 13:58:13 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * common.mk (bignum.o, numeric.o): depend on util.h.
+
+ * bignum.c, marshal.c: fixed types.
+
+ * numeric.c (infinite_value): use ruby_div0.
+
+ * include/ruby/util.h (ruby_div0): moved from marshal.c.
+
Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* lib/mkmf.rb: use map! to replace strings in $objs array.