Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 29 Jun 2011 17:14:05 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Completeness status of musl

Some updates to the checklist:

The following are checked off:
> - Dynamic loader (dlopen/dlsym)
> - XSI search.h functionality
> - PRNG (random)
> - Floating point environment (fenv.h)

And what remains:

> - POSIX Asynchronous IO
> - Date parsing (strptime and getdate, etc.)
> - Network interface listing (if_nameindex)
> - Various minor XSI legacy/junk interfaces
> - C99 and some XSI-extension math functions
> - Old netent stuff (which will just be dummies)
> - Some locale_t functions (isw*_l)
> - Some CX wide string functions

The only really important stuff left seems to be date parsing, and
finding and getting proper implementations of the C99 math functions
integrated.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.