summaryrefslogtreecommitdiff
path: root/doc/NEWS
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-17 15:00:23 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-04-17 15:00:23 +0000
commit59c8d11b83d689a9228e0f111cfdbceaaf0515d2 (patch)
treea3721443c147130fd0bcc71769e6c9821421f5ec /doc/NEWS
parent23288f8674dda92d106816c8379fad839909ea75 (diff)
* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat in
favor of its forthcoming successor, BigDecimal. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2378 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS')
-rw-r--r--doc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 9436353830..aef4836520 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -6,11 +6,6 @@
Added.
-: BigFloat
-
- Imported courtesy of Shigeo Kobayashi. Variable precision extension
- library.
-
: IO
64bit off_t support by Janathan Baker.