diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index b255d02123..7325d6cc76 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -186,6 +186,14 @@ &status.n-a; + + Add WCONTINUED to waitpid(2). + &a.mike; + 1 June 2002 + &status.done; + &status.n-a; + + Add __func__ reporting to &man.assert.3;. &a.asmodai; @@ -278,14 +286,6 @@ &status.blank; - - Add WCONTINUED to waitpid(2). - &a.mike; - 27 May 2002 - &status.wip; - &status.blank; - - Implement waitid(2). &a.mike; @@ -778,6 +778,22 @@ &status.new; + + Fix ctags(1)'s -t option; fix ordering with -x. + &a.tjr; + 2 June 2002 + &status.done; + &status.new; + + + + Make the uniq(1) utility accept `-' as a stdin specifier. + &a.tjr; + 2 June 2002 + &status.done; + &status.new; + + Add missing options to the mailx utility. &a.mikeh;