C99 library issues
Jakub Jelinek
jakub@redhat.com
Wed Nov 7 13:25:00 GMT 2001
On Mon, Nov 19, 2001 at 02:13:50PM +0100, Paolo Carlini wrote:
> 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?
>
> In that case, are there any plans to provide them in GLIBC2.3 ??
I'd think it is just that c99status.html is not up-to-date with GLIBC 2.2.4.
I believe that the following are DONE:
- wide character library support in <wchar.h> and <wctype.h> (originally
specified in AMD1)
- library functions in <inttypes.h>
- additional math library functions in <math.h>
- floating-point environment access in <fenv.h>
As for
- deprecate ungetc at the beginning of a binary file
I don't see what should be done to say this is done.
Jakub
More information about the Gcc
mailing list