This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: Full implementation of POSIX-1.2008 locale_t and functions


On Aug 15 11:32, Corinna Vinschen wrote:
> On Aug  8 16:41, Corinna Vinschen wrote:
> > On Aug  1 16:33, Corinna Vinschen wrote:
> > > Ping?  Anybody?
> > > 
> > > On Jul 25 12:07, Corinna Vinschen wrote:
> > > > Hi folks,
> > > > 
> > > > I implemented the entire set of new locale-specific functions from
> > > > POSIX-1.2008 now.
> > > > 
> > > > Only strfmon_l is missing in newlib, just as strfmon is.  I implemented
> > > > it in Cygwin, though, and we can probably move the file over to newlib
> > > > at one point.
> > > > 
> > > > What I need are people checking, testing, and perhaps fixing this code
> > > > for non-Cygwin targets.
> > > > 
> > > > The new stuff is in the branch topic/locales.
> > > > 
> > > > Please test.
> > > > 
> > > > If you have questions, please ask.
> > > 
> > > 
> > > Thanks,
> > > Corinna
> > 
> > FYI, if nobody finds a problem with the code, I'll fold it into master
> > as is early next week.
> 
> Done.
> 
> TODO:
> 
> - Building and testing on non-Cygwin targets (that's one for you guys).
> 
> - Document new functions duplocale, freelocale, newlocale, uselocale.
> 
> - Fold documentation of is*_l functions into documentation of non-l is*
>   functions (on second thought it just doesn't make sense to split them
>   off into their own docs).
> 
> - I have the GNU extensions strtol_l stroll_l, strtoul_l, strtoull_l,
>   strtod_l, strtofl, strtold_l and their wcs counterparts in the loop,
>   but intend to merge them only after this change settles in.

Never mind, I added this to master now.

So the TODO list is a bit shorter now (even if I forgot one point above):


TODO:

- Building and testing on non-Cygwin targets (that's one for you guys).

- More general testing.

- ???

- Profit.


Corinna

-- 
Corinna Vinschen
Cygwin Maintainer
Red Hat

Attachment: signature.asc
Description: PGP signature


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