summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-09-16Allow archs to provide __isinf() and __isnan() as inline functions insteadmartin
2013-08-28Publish explicit_memset and consttime_memequal in userland libc.riastradh
2013-08-28Make explicit_memset match memset's return value.riastradh
2013-08-27Remove outdated comment.joerg
2013-08-19Add strerror_l.joerg
2013-08-19Add nl_langinfo_l, catopen_l and wcsftime_l.joerg
2013-08-19fix gethostbyaddr prototype per TOG.christos
2013-06-24Replace consttime_bcmp/explicit_bzero by consttime_memequal/explicit_memset.riastradh
2013-05-28Add mbsnrtowcs and wcsnrtombs. Approved by core.joerg
2013-05-17Too many endif.joerg
2013-05-17Only provide LC_C_LOCALE under _NETBSD_SOURCE.joerg
2013-05-17Provide explicit LC_C_LOCALE accessor and drop the various NULL checks.joerg
2013-05-04add the signal safe prototypeschristos
2013-05-04Add missing #endif (Hi, Christos!)riz
2013-05-03PR/25827, PR/32373: addr AI_SRVchristos
2013-05-02Add getbyteorder(void) prototype.matt
2013-04-30Make that to process PATH_LOCALE the first time _find_category isjoerg
2013-04-28Enable fenv support for arm.matt
2013-04-28Include at least ctype_bits.h, even when not providing the macros.joerg
2013-04-27Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.joerg
2013-04-27Include sys/featuretest.h before using _NETBSD_SOURCE.joerg
2013-04-27machine/ansi.h is included by sys/ansi.h.joerg
2013-04-26add at_quick_exit and quick_exitchristos
2013-04-26Define __bool_true_false_are_defined for C++ as well.joerg
2013-04-26Don't pollute the name space with the various stdio macros for C++.joerg
2013-04-26Provide the long long routines for C++11 code.joerg
2013-04-26Do not define the ctype(3) interface via macros for C++.joerg
2013-04-26Do not define the C++ alternative operator names as macros.joerg
2013-04-26Do not define bool/true/false for C++.joerg
2013-04-21__BEGIN_DECLS/__END_DECLSjoerg
2013-04-21strftime_l is part of POSIX2008.joerg
2013-04-21Store time-specific locale data directly in the locale.joerg
2013-04-19More __BEGIN_DECLS / __END_DECLS wrappers.joerg
2013-04-19Add missing __BEGIN_DECLS/__END_DECLS.joerg
2013-04-19Add scanf_l and wscanf_l families.joerg
2013-04-19Add dummy strcoll_l and strxfrm_l.joerg
2013-04-19If __FLT_EVAL_METHOD__ exists and is in {0,1,2}, provide float_t andjoerg
2013-04-19Add explicit locale versions for the printf family. Replace asprintf,joerg
2013-04-19Add MB_CUR_MAX_L.joerg
2013-04-18Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l,joerg
2013-04-18Add wcstof_l, wcstod_l and wcstold_l.joerg
2013-04-18Add mblen_l, mbstowcs_l, wctomb_l, mbtowc_l and wcstombs_l.joerg
2013-04-18Add strtof_l, strtod_l and strtold_l.joerg
2013-04-17Add localeconv_l.joerg
2013-04-17White spacejoerg
2013-04-16Add strtol_l and friends. Switch _citrus_bcs_strtol to use plainjoerg
2013-04-16Add support for wcstoimax_l and friends.joerg
2013-04-16Also add prototypes for wcwidth_l and wcswidth_l.joerg
2013-04-16Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions.joerg
2013-04-16Add isalpha_l and friends.joerg