Home | History | Annotate | Download | only in locale
History log of /src/lib/libc/locale/_wcstoul.h
RevisionDateAuthorComments
 1.6  17-May-2013  joerg Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.
Provide LC_GLOBAL_LOCALE in a way that works with all locale functions.
Merge constant data used by the initial global locale and the C locale.
Drop function call layer for _current_locale() and directly return the
locale reference, not a pointer to it. Use protected access for global
variables, so that libc references can avoid the GOT overhead.
 1.5  16-Apr-2013  joerg Add support for wcstoimax_l and friends.
 1.4  25-Jun-2012  abs branches: 1.4.2;
Update old-style definitions to ANSI, remove a couple of register
definitions along the way. Fixed gcc 4.1 build (thank you vax)
 1.3  29-Nov-2005  christos branches: 1.3.44;
WARNS=4
 1.2  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.1  11-Mar-2003  tshiozak add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656)
- these are defined in C99 (wcsto[ui]max) and SUSv3.
- these implementations are written by sigsegv@s25.xrea.com,
derived from NetBSD's wcstol/wcstoul.
- I just added some comments.
 1.3.44.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.3.44.1  30-Oct-2012  yamt sync with head
 1.4.2.1  23-Jun-2013  tls resync from head

RSS XML Feed