History log of /netbsd-src/lib/libc/gdtoa/strtold_subr.c (Results 1 – 3 of 3)
Revision Date Author Comments
# e0ac190e 17-May-2013 joerg <joerg@NetBSD.org>

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 a

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.

show more ...


# c99aac45 18-Apr-2013 joerg <joerg@NetBSD.org>

Add strtof_l, strtod_l and strtold_l.


# bc89c06c 15-Mar-2006 kleink <kleink@NetBSD.org>

Add strtof(3) and strtold(3); welcome libc 12.137.