From a8d71bccfd4c70153122124d6219bdc0ffb359df Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Wed, 12 Jun 2002 04:16:39 +0000 Subject: [PATCH] Kyle Martin is working on one of the printf(3) tasks. --- en/projects/c99/index.sgml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index e2e947d45f..fd1b3ad8d9 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -297,6 +297,15 @@ &status.blank; + + Implement new flag for use with floating-point (%'f) and + format types (%a/%A) in &man.printf.3;. + &a.mkm; + 12 June 2002 + &status.wip; + &status.blank; + + Implement new functions that appear in <fenv.h>. &a.fenner; @@ -329,15 +338,6 @@ &status.blank; - - Implement new flag for use with floating-point (%'f) and - format types (%a/%A) in &man.printf.3;. -   - 30 November 2001 - &status.new; - &status.blank; - - Implement C99 macros fpclassify(), isfinite(), isinf(), isnan(), isnormal(), signbit().