summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nstrftime: support the ‘+’ flagPaul Eggert2019-02-241-28/+56
* stat, lstat: Fix conflict with relocatable-prog-wrapper module.Bruno Haible2019-02-244-4/+20
* long-options: add parse_gnu_standard_options_onlyBernhard Voelker2019-02-232-1/+67
* nstrftime: tweak arg orderPaul Eggert2019-02-231-9/+9
* nstrftime: merge glibc strftime changesPaul Eggert2019-02-211-11/+16
* progreloc: Speed up executable lookup on various platforms.Bruno Haible2019-02-191-2/+92
* progreloc: Simplify code for Android.Bruno Haible2019-02-191-3/+12
* vla: add commentary about VLA_ELEMSPaul Eggert2019-02-021-0/+26
* dtoastr,ftoastr,ldtoastr: port to c-strtod changesPaul Eggert2019-02-021-4/+2
* fma: Improve code style.Bruno Haible2019-02-021-0/+1
* c-strtod, c-strtold: Use the bug fixes for strtod, strtold.Bruno Haible2019-02-022-8/+33
* strtod, strtold: Use the locale's decimal point.Bruno Haible2019-02-011-13/+46
* strtod, strtold: Avoid unnecessary rounding errors.Bruno Haible2019-02-011-33/+78
* strtod, strtold: Work around HP-UX 11.31/ia64 bug.Bruno Haible2019-02-011-1/+19
* autoupdatePaul Eggert2019-01-311-2/+4
* strtold: New module.Bruno Haible2019-01-303-40/+135
* Avoid build errors due to wrong references between modules.Bruno Haible2019-01-2835-38/+38
* tmpfile: Add support for Android, part 2.Bruno Haible2019-01-281-1/+1
* tmpfile: Add support for Android.Bruno Haible2019-01-271-9/+56
* bitsetv: allow free on NULL.Akim Demaille2019-01-272-4/+7
* unigbrk/uc-grapheme-breaks: Fix build failure.Bruno Haible2019-01-271-2/+0
* relocatable-prog: Use Linux code on Android.Bruno Haible2019-01-271-3/+3
* getloadavg: Add support for Android.Bruno Haible2019-01-271-10/+11
* vma-iter: Add support for Android.Bruno Haible2019-01-273-9/+9
* fts: Optimize on Android.Bruno Haible2019-01-271-1/+1
* mountlist: Use Linux code on Android.Bruno Haible2019-01-271-3/+12
* mountlist: Port better to Android.Bruno Haible2019-01-261-1/+6
* striconveh: Fix use of uninitialized iconv_t.Bruno Haible2019-01-261-1/+1
* ptsname_r: Work around bug on Android 4.3.Bruno Haible2019-01-261-11/+20
* ttyname_r: Work around bug on Android 4.3.Bruno Haible2019-01-261-1/+29
* getprogname: Port to Android 4.3.Bruno Haible2019-01-261-1/+5
* wcrtomb: Work around bug on Android 4.3.Bruno Haible2019-01-251-2/+13
* setlocale: Work around bug on Android 4.3.Bruno Haible2019-01-251-0/+33
* random: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-10/+49
* mbtowc: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-0/+9
* unlinkat: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-2/+4
* renameat: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-0/+7
* fchownat: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-0/+7
* array-list: Pacify warnings about unused arguments (-Wunused-parameter)Akim Demaille2019-01-241-1/+1
* thread: Force linking with -lpthread, even when --as-needed is in use.Bruno Haible2019-01-241-2/+0
* relocatable: avoid compiler warnings (-Wshadow)Akim Demaille2019-01-241-8/+8
* vasnprintf: Don't use %n on Android.Bruno Haible2019-01-231-0/+9
* rintl: Override broken implementation on NetBSD.Bruno Haible2019-01-211-2/+11
* log10l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-1/+1
* logl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-1/+1
* expm1l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* expl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* gettext: support disabling use of VLAsPádraig Brady2019-01-191-3/+10
* sys_stat: Fix 'implicit declaration of function' warning on OS/2 kLIBC.KO Myung-Hun2019-01-171-1/+8
* fcntl: Fix syntax error (regression from 2018-10-05).KO Myung-Hun2019-01-171-1/+1