From 1b5de6c2aba0e9b66c2e3582be7269ffb7f10545 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 26 May 2009 02:19:33 +0000 Subject: * bignum.c (bignew_1): inline memory allocation. * bignum.c (bigtrunc): call rb_big_resize() only when needed. * bignum.c (bigfixize): declare inline. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a81de6e3c..7cf3e05cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Tue May 26 11:01:41 2009 TAKANO Mitsuhiro (takano32) * lib/mkmf.rb: use map! to replace strings in $objs array. +Tue May 26 10:12:08 2009 Yukihiro Matsumoto + + * bignum.c (bignew_1): inline memory allocation. + + * bignum.c (bigtrunc): call rb_big_resize() only when needed. + + * bignum.c (bigfixize): declare inline. + Tue May 26 05:39:28 2009 Nobuyoshi Nakada * include/ruby/ruby.h (FilePathValue): prevent from GC. -- cgit