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


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


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