diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-17 15:00:23 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-17 15:00:23 +0000 |
commit | bf7756c7b154d716ba90347b50236f72610d8e44 (patch) | |
tree | a3721443c147130fd0bcc71769e6c9821421f5ec /doc | |
parent | af3e7568aaa3adf517b92e194d40db0b16af1fdb (diff) | |
download | ruby-bf7756c7b154d716ba90347b50236f72610d8e44.tar.gz ruby-bf7756c7b154d716ba90347b50236f72610d8e44.tar.xz ruby-bf7756c7b154d716ba90347b50236f72610d8e44.zip |
* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in
favor of its forthcoming successor, BigDecimal.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r-- | doc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -6,11 +6,6 @@ Added. -: BigFloat - - Imported courtesy of Shigeo Kobayashi. Variable precision extension - library. - : IO 64bit off_t support by Janathan Baker. |