summaryrefslogtreecommitdiffstats
path: root/ext/bigfloat/extconf.rb
Commit message (Collapse)AuthorAgeFilesLines
* * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu2002-04-171-2/+0
| | | | | | | favor of its forthcoming successor, BigDecimal. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigfloat/extconf.rb: Downcase the module name. (BigFloat.soknu2002-03-251-1/+1
| | | | | | | | | | | | | | | -> bigfloat.so) * ext/bigfloat/bigfloat.c (BigFloat_inspect): Alter the inspect format not to look like an array. (pointed out by akr) * ext/bigfloat/bigfloat.c (BigFloat_hash): Implement BigFloat#hash. * ext/bigfloat/bigfloat.c (BigFloat_dump, BigFloat_load): Support marshaling. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Initial revisionknu2002-03-221-0/+2
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e