Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 10 Oct 2011 16:17:04 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: extended locale extentions

* aep <aep@...s.org> [2011-10-10 16:07:33 +0200]:
> Hey, anyone would be offended by adding the non standard locale
> extentions to musl?
> 
> that is isspace_l, isupper_l , etc...
> 

these are standard, not c standard, but posix standard

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/ctype.h.html


i wonder if a dummy implementation is ok
eg
#define foo_l(c, l) foo(c)
(maybe with a check if l is the c/posix locale)

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.