summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2013-04-14Rename struct _locale_impl_t to struct _locale, since it will end up asjoerg
2013-03-04PR/47617: Thorsten Brehm: Memory and socket leak in librpcchristos
2013-02-20More fixes from J.R. Oldroyd. We introduce a new function that canchristos
2013-02-11FP_ILOGBNAN should be INT_MAXmatt
2013-02-09Define FP_ILOGB0 and FP_ILOGBNANmatt
2013-01-28Add missing long double prototypes.matt
2013-01-28Add missing long double functionsmatt
2013-01-23Fix typo.mbalmer
2013-01-12Remove #if defined(_KERNEL) around a userlevel function.dholland
2012-12-14Add VIS_GLOB (Brooks Davis)christos
2012-12-01Check for _NETBSD_SOURCE being defined wherever we check forskrll
2012-11-26revert previous commit since it breaks the build on NetBSD andpooka
2012-11-26When including this from a tools build, avoid defining _PWD_H_ sincepooka
2012-11-18Add most system calls for POSIX extended API set, part 2, with test cases:manu
2012-11-15use standard queue macros.christos
2012-11-07add <netinet/in.h> because it is needed for sockaddr_in.christos
2012-11-04Over the years this header gained a lot of disparate functionalitychristos
2012-10-19Implement experimental support to pass notifications that a filedrochner
2012-10-02add clock_nanosleepchristos
2012-09-09make the default to not check names.christos
2012-08-30Add "consttime_bcmp" and "explicit_bzero" functions for both kerneldrochner
2012-08-08SSP mostly works with Clang, even if optimisation is disabled.joerg
2012-07-30commentsyamt
2012-07-22Always provide *_chk prototypes. Fixes DBG=-g build of libc.joerg
2012-07-14bin/46703: BSD r-commands use wrong source address for stderrdarrenr
2012-06-21sprinkle restrict in realpath(3)christos
2012-06-03Switch device database to cdb(5). Rework ttyname(3) and ttyname_r(3) tojoerg
2012-06-03Prototype for cdbw_stable_seeder.joerg
2012-05-05oops, forgot to commit: add tgamma and tgammafchristos
2012-04-20PR/46360: YAMAMOTO Takashi: Restore NetBSD-5 compatibility with putenv()christos
2012-04-20Do not wrap other header files with extern "C".joerg
2012-04-18specify size of the array to help -fmudflapchristos
2012-04-14new flag.christos
2012-04-13add more options.christos
2012-04-13add timeout to getpassfd.christos