summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-18 17:31:14 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-02-18 17:31:14 +0000
commit3e45aacf0708cd85ecd3089a59f4c31abb289f3b (patch)
tree91c5214e5ee52a1c2276c334da0d1d7e2f6cf79a /ChangeLog
parent22d4a8394e9250a337fd29bf4d5762277ffd9f55 (diff)
downloadruby-3e45aacf0708cd85ecd3089a59f4c31abb289f3b.tar.gz
ruby-3e45aacf0708cd85ecd3089a59f4c31abb289f3b.tar.xz
ruby-3e45aacf0708cd85ecd3089a59f4c31abb289f3b.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
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 <ocean@m2.ccsnet.ne.jp>
- * 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 <ocean@m2.ccsnet.ne.jp>