summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-26 05:05:27 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-26 05:05:27 +0000
commit409f3a3b6b83e1482a83c43a10bb9208f5a7699b (patch)
tree5a0669b8637f797e81d4e84e685b43139f21f648 /ChangeLog
parent59060ca1a4ee67352aa99bfabcd34f457abb467f (diff)
* ext/bigfloat/bigfloat.c: Fix the initializer's function name
according to the new library name. (pointed out by nobu) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 25a2cb626b..908afb151e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Mar 26 14:00:17 2002 Akinori MUSHA <knu@iDaemons.org>
+
+ * 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 <aamine@loveruby.net>
* lib/fileutils.rb: new file.
@@ -8,7 +13,7 @@ Tue Mar 26 03:23:50 2002 Tanaka Akira <akr@m17n.org>
Tue Mar 26 01:48:01 2002 Akinori MUSHA <knu@iDaemons.org>
- * 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