This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C99 library issues


Paolo Carlini <pcarlini@unitus.it> writes:

> Hi,
>
> perusing http://gcc.gnu.org/c99status.html I got the idea that there are some C99 features
> still missing from the current GLIBC library, right?

The note "Library issue" means that this is not a compiler issue.  GCC
supports more systems than glibc based systems.

glibc 2.2.4 should implement all C99 issues, I'm not aware of anything
that's missing.

Perhaps a patch should be added to that page like the appended one. Ok
to commit it?  Or should this get added to the section on "Library
issues" on top of the page?

Andreas

Index: htdocs/c99status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/c99status.html,v
retrieving revision 1.28
diff -u -p -r1.28 c99status.html
--- c99status.html	2001/11/12 22:52:54	1.28
+++ c99status.html	2001/11/19 13:27:27
@@ -374,6 +374,10 @@ implementations to do.  The <code>&lt;st
 <code>&lt;inttypes.h&gt;</code> entries have been separated, but are a
 single entry in C99.</li>
 
+<li>The <a href="http://www.gnu.org/software/libc/libc.html";>GNU C
+Library</a> implements all features that are marked as "Library Issue"
+since version 2.2.</li>
+
 </ul>
 
 </body>

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]