summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-11 19:51:47 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-11 19:51:47 +0000
commit08f6300ee53c30dd46bb46d4f35203ecd0b1ce19 (patch)
tree5c55ed60e48b1f9f6ddde37bb985ff85fa4a903e
parent64b9952718c70e7b464c05a106b504b63f157e6e (diff)
downloadperl-08f6300ee53c30dd46bb46d4f35203ecd0b1ce19.tar.gz
Slight update on the Todo list. (Should integrate to Todo?)
p4raw-id: //depot/perl@9687
-rw-r--r--Todo-5.66
1 files changed, 4 insertions, 2 deletions
diff --git a/Todo-5.6 b/Todo-5.6
index 4d68660d5a..3fe111157e 100644
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -144,8 +144,10 @@ Miscellaneous
the units exist)
floating point handling: nans, infinities, fp exception masks, etc.
At least the following interfaces exist: fp_classify(), fp_class(),
- class(), isinf(), isfinite(), finite(), isnormal(), unordered(),
- <ieeefp.h>, <fp_class.h> (there are metaconfig units for all these),
+ fp_class_d(), class(), isinf(), isfinite(), finite(), isnormal(),
+ unordered(),
+ <ieeefp.h>, <fp_class.h> (there are metaconfig units for all these)
+ (I think),
fp_setmask(), fp_getmask(), fp_setround(), fp_getround()
(no metaconfig units yet for these).
Don't forget finitel(), fp_classl(), fp_class_l(), (yes, both do,