Slight update on the Todo list. (Should integrate to Todo?)
Jarkko Hietaniemi [Wed, 11 Apr 2001 19:51:47 +0000 (19:51 +0000)]
p4raw-id: //depot/perl@9687

Todo-5.6

index 4d68660..3fe1111 100644 (file)
--- 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,