From 29085b2b0bb178f43e73a8e52f51a126a32e8fa4 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 26 Mar 2002 05:05:27 +0000 Subject: * ext/bigfloat/bigfloat.c: Fix the initializer's function name according to the new library name. (pointed out by nobu) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 25a2cb626..908afb151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 26 14:00:17 2002 Akinori MUSHA + + * ext/bigfloat/bigfloat.c: Fix the initializer's function name + according to the new library name. (pointed out by nobu) + Tue Mar 26 11:12:01 2002 Minero Aoki * lib/fileutils.rb: new file. @@ -8,7 +13,7 @@ Tue Mar 26 03:23:50 2002 Tanaka Akira Tue Mar 26 01:48:01 2002 Akinori MUSHA - * ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.so + * ext/bigfloat/extconf.rb: Downcase the library name. (BigFloat.so -> bigfloat.so) * ext/bigfloat/bigfloat.c (BigFloat_inspect): Alter the inspect -- cgit