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