From e41190ff320b58dbd00a0554ce20a3ac45c31685 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Tue, 8 Jun 2004 02:13:58 +0000 Subject: [PATCH] mike@ has been inactive for about a year, so make some more updates to the C99 webpage: - nectar took care of getpwnam_r(), getpwuid_r() - bms implemented posix_madvise(). - I implemented fenv.h. - tjr finished wcscoll() and wcsxfrm() and wide-character conversions for scanf(). --- en/projects/c99/index.sgml | 91 ++++++++++++++++++++------------------ 1 file changed, 49 insertions(+), 42 deletions(-) diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index 46a10fa967..95f6ea7166 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -36,7 +36,6 @@ - ]> @@ -453,6 +452,30 @@ &status.n-a; + + Implement getpwnam_r(), getpwuid_r(). + &a.nectar; + 7 June 2004 + &status.done; + &status.n-a; + + + + Implement posix_madvise(). + &a.bms; + 7 June 2004 + &status.done; + &status.n-a; + + + + Implement new functions that appear in <fenv.h>. + &a.das; + 7 June 2004 + &status.done; + &status.n-a; + + Implement getgrgid_r(), getgrnam_r(). &a.wes; @@ -509,14 +532,6 @@ &status.blank; - - Implement getpwnam_r(), getpwuid_r(). - &a.leimy2k; - 8 February 2003 - &status.wip; - &status.blank; - - Update fmtcheck(3) to recognize new printf(3) flags.   @@ -525,14 +540,6 @@ &status.n-a; - - Implement new functions that appear in <fenv.h>. - &a.das; - 03 February 2004 - &status.new; - &status.blank; - - Make non thread-safe functions thread-safe.   @@ -558,16 +565,6 @@ &status.blank; - - Implement posix_madvise(), posix_mem_offset(), - posix_typed_mem_get_info(), posix_typed_mem_open(), - posix_memalign(). -   - 23 August 2002 - &status.new; - &status.blank; - - Obtain a64l(), l64a(), and l64a_r() (extention) from NetBSD.   @@ -601,6 +598,16 @@ &status.new; &status.blank; + + + Implement posix_mem_offset(), + posix_typed_mem_get_info(), posix_typed_mem_open(), + posix_memalign(). +   + 7 June 2004 + &status.new; + &status.blank; +

@@ -956,6 +963,14 @@ + + + + + + + + @@ -1034,14 +1049,6 @@ - - - - - - - - @@ -1837,18 +1844,18 @@ - - - + + + - - - + + +
&status.n-a;
Implement the header <fenv.h>. &a.das; 7 June 2004 &status.done; &status.n-a;
Implement new types and prototypes in header <complex.h>. &status.blank;
Implement the header <fenv.h>. &a.das; 03 February 2004 &status.new; &status.blank;
Fix sizes of members in glob_t, add restrict type-qualifiers in <glob.h>.
Implement wcscoll(), wcsxfrm(). &a.tjr; 7 October 2002 &status.wip; &status.blank; 7 June 2004 &status.done; &status.n-a;
Implement wide character format types (%C, %S, %lc, %ls) in &man.scanf.3;. &a.tjr; 18 September 2002 &status.new; &status.blank; 7 June 2004 &status.done; &status.n-a;