diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-18 17:31:14 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-18 17:31:14 +0000 |
| commit | a47a29e4587ccf9d00ab24a6fe0dd2b928b81f6f (patch) | |
| tree | e0754d9cf0c98e2ce70d813c6582bf8722a130bd /ChangeLog | |
| parent | 38741a5711c98057b0d5282a3cb531d157f93dfb (diff) | |
| download | ruby-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-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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> |
