From 3e45aacf0708cd85ecd3089a59f4c31abb289f3b Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 18 Feb 2005 17:31:14 +0000 Subject: * ext/bigdecimal/sample/linear.rb: resolve LoadError. * ext/bigdecimal/sample/nlsolve.rb: ditto. * ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file is sample script and same file exists in ext/bigdecimal/sample. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f663b325f..a51af120a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ Sat Feb 19 01:32:03 2005 Hirokazu Yamamoto - * bigdecimal/newton.rb: resolve LoadError. [ruby-dev:25685] + * ext/bigdecimal/lib/bigdecimal/newton.rb: resolve LoadError. + [ruby-dev:25685] - * bigdecimal/nlsolve.rb: ditto. + * ext/bigdecimal/sample/linear.rb: ditto. + + * ext/bigdecimal/sample/nlsolve.rb: ditto. + + * ext/bigdecimal/lib/bigdecimal/nlsolve.rb: removed because this file + is sample script and same file exists in ext/bigdecimal/sample. Thu Feb 17 20:11:18 2005 Hirokazu Yamamoto -- cgit