From 9d9110121cd1b86d422a08d27ff369efa61e7166 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 15 Dec 2008 01:00:38 +0000 Subject: * common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the shared library. [Bug #849] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58609e0ec..c1b9d0b62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Dec 15 10:00:36 2008 Nobuyoshi Nakada + + * common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load the + shared library. [Bug #849] + Sun Dec 14 22:31:19 2008 Yusuke Endoh * bignum.c (bigmul1_karatsuba): remove temporal bignum. -- cgit