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
commita47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f (patch)
treee0754d9cf0c98e2ce70d813c6582bf8722a130bd /ChangeLog
parent38741a5711c98057b0d5282a3cb531d157f93dfb (diff)
downloadruby-a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f.tar.gz
ruby-a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f.tar.xz
ruby-a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f.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/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 e0efd9a46..9ee46ad2a 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>