From 9d7f83c5776a0cf1a09e718d08fdd45425818910 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Tue, 26 Nov 2002 05:05:22 +0000 Subject: [PATCH] Add four tasks (all unassigned): o Document new _SC options in sysconf(3). o Open an Aardvark for diff(1) issue. o Rename lint macro. o Rename LOCORE macro. --- en/projects/c99/index.sgml | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/en/projects/c99/index.sgml b/en/projects/c99/index.sgml index 080fa8caa5..87cbf21a63 100644 --- a/en/projects/c99/index.sgml +++ b/en/projects/c99/index.sgml @@ -1,6 +1,6 @@ - + %includes; @@ -177,6 +177,13 @@ &status.blank; + + Document new _SC options in sysconf(3) (PR: 20528). +   + 25 November 2002 + &status.new; + &status.blank; +

@@ -1122,6 +1129,35 @@ + + + + + + + + + + + + + + + + + + + + + + + +
&status.new; &status.blank;
Open an Aardvark on how to deal with no newline on the + last line of a file in diff(1).   25 November 2002 &status.new; &status.blank;
Globally rename the `lint' macro to something in the + implementation namespace so it can safely modify the + implementation (reference).   25 November 2002 &status.new; &status.blank;
Globally rename the `LOCORE' macro to something in the + implementation namespace so it can safely modify the + implementation (reference).   25 November 2002 &status.new; &status.blank;