summaryrefslogtreecommitdiff
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
commitc1ed63a4c4044fcf1c59fc3788bab233371f1e76 (patch)
treee0754d9cf0c98e2ce70d813c6582bf8722a130bd /ChangeLog
parent64fbfe54fb3cea4f2fea23e00f6df17b0363b15f (diff)
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@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 e0efd9a464..9ee46ad2a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,14 @@
Sat Feb 19 01:28:56 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 22:15:34 2005 K.Kosako <sndgk@ybb.ne.jp>