From d968eb250200c91ec0da60aa1738678e2b06b58e Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sat, 20 Apr 2002 17:49:14 +0000 Subject: [PATCH] o Clarify the printf(3) and scanf(3) tasks, by changing the descriptions and adding new tasks as necessary. o Mark one of the scanf(3) tasks as committed to -current. o Mark the and MFC as non-blocked. o Add new task (merging and ) that BDE and me will be working on. --- en/projects/c99/index.sgml | 55 ++++++++++++++++++++++++++++++++------ 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index b86bff3a7f..ae854584de 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -203,7 +203,8 @@ - Implement new C99 format types in &man.printf.3;. + Implement new length modifiers (hh, j, t, z) and new + flag (') in &man.printf.3;. &a.wollman;,
&a.fenner; 30 November 2001 &status.done; @@ -211,11 +212,12 @@ - Implement new format types in &man.scanf.3;. + Implement new length modifiers (hh, j, ll, t, z) in + &man.scanf.3;. &a.fenner; - 26 October 2001 - &status.wip; - &status.blank; + 20 April 2002 + &status.done; + &status.new; @@ -301,7 +303,8 @@ - Implement new POSIX format types in &man.printf.3;. + Implement new flag for use with floating-point (%'f) and + format types (%a/%A) in &man.printf.3;.   30 November 2001 &status.new; @@ -326,6 +329,15 @@ &status.blank; + + Implement new hex floating-point format types (%a/%A) in + &man.scanf.3;. +   + 20 April 2002 + &status.new; + &status.blank; + + Headers @@ -380,7 +392,7 @@ &a.mike; 1 March 2002 &status.done; - &status.blocked; + &status.new; @@ -427,6 +439,15 @@ &status.blank; + + Merge <machine/ansi.h> and <machine/types> into + a new common header <machine/_types.h>. + &a.bde;,
&a.mike; + 20 April 2002 + &status.new; + &status.blank; + + Miscellaneous @@ -893,6 +914,24 @@ &status.blank; + + Implement wide character format types (%C, %S, %lc, %ls) in + &man.scanf.3;. +   + 20 April 2002 + &status.new; + &status.blank; + + + + Implement wide character format types (%C, %S, %lc, %ls) in + &man.printf.3;. +   + 20 April 2002 + &status.new; + &status.blank; + +