summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* regex: glibc does not use intprops.hPaul Eggert2018-06-292-5/+17
* regex: port to recently proposed glibc regex mergePaul Eggert2018-06-283-35/+33
* Continue to use spaces for indentation, not tabs.Bruno Haible2018-06-2510-248/+248
* acl-internal.h: remove _GL_ATTRIBUTE_CONST on void functionJim Meyering2018-06-251-5/+1
* parse-datetime: accommodate gcc-4.8.5Jim Meyering2018-06-241-1/+1
* af_alg: Fail in continuable manner on Linux/powerpc64le.Bruno Haible2018-06-251-3/+17
* af_alg: Fix state of stream after sendfile() succeeds.Bruno Haible2018-06-251-10/+39
* canon-host: take GCC9's advice rather than ignoring warningJim Meyering2018-06-242-8/+2
* parse-datetime.y: avoid spurious GCC 9 warningJim Meyering2018-06-241-1/+6
* canon-host.c: avoid spurious GCC 9 warningJim Meyering2018-06-241-0/+6
* maint: clarify comments about sticky EOFPádraig Brady2018-06-245-5/+13
* af_alg: Comment and style improvements.Bruno Haible2018-06-251-6/+12
* af_alg: avoid hangs when reading from streamsPádraig Brady2018-06-245-27/+33
* af_alg: fix error handling when hash not returnedPádraig Brady2018-06-241-1/+6
* libc-config: merge from glibcPaul Eggert2018-06-242-18/+33
* mbrtowc, wcwidth: Fix MT-safety bug (regression from 2018-06-23).Bruno Haible2018-06-242-48/+94
* wchar-single: a new module to enable optimizations in wchar replacementsPádraig Brady2018-06-232-4/+25
* libc-config: Fix conflict with FreeBSD include files.Bruno Haible2018-06-232-8/+4
* random_r: do not crash if state is unalignedPaul Eggert2018-06-211-20/+36
* random_r: omit unnecessary includePaul Eggert2018-06-211-1/+0
* random, random_r: merge from glibcPaul Eggert2018-06-212-92/+205
* crypto: use byteswapPaul Eggert2018-06-176-19/+12
* getloadavg: Return 0 on Windows without Cygwin.Bruno Haible2018-06-171-1/+5
* getloadavg: Allow building on Windows without CygwinPaul Smith2018-06-171-1/+3
* crypto: omit stream ops Emacs doesn’t needPaul Eggert2018-05-214-8/+20
* fts: avoid a memory leak edge casePádraig Brady2018-05-201-0/+1
* localcharset: Optimize.Bruno Haible2018-05-201-25/+25
* localcharset: Map the locale encodings found in newer OSes.Bruno Haible2018-05-202-27/+71
* localcharset: Move mapping tables into the code.Bruno Haible2018-05-206-948/+781
* localcharset: Remove support for obsolete platforms.Bruno Haible2018-05-201-143/+1
* nl_langinfo: Fix compilation error on Android.Bruno Haible2018-05-141-0/+4
* truncate: Fix compilation error on Android.Bruno Haible2018-05-141-1/+1
* pthread: Fix compilation error on Android.Bruno Haible2018-05-141-3/+23
* posix_spawn: Fix compilation error on Android.Bruno Haible2018-05-141-4/+4
* tsearch: Move from K&R C to ANSI C.Bruno Haible2018-05-141-4/+1
* tsearch: Fix compilation error on Android.Bruno Haible2018-05-142-1/+13
* imaxdiv: Fix compilation error on Android.Bruno Haible2018-05-131-1/+3
* Support selective inclusion mechanism of recent mingw.org header files.Bruno Haible2018-05-132-4/+19
* Avoid compilation error due to 'mmap' on Android.Bruno Haible2018-05-132-1/+19
* stdioext: Fix compilation errors with newer Android headers.Bruno Haible2018-05-1313-9/+84
* fseeko: On mingw, don't use the hidden function _fseeki64.Bruno Haible2018-05-121-2/+2
* glob: Choose 'dirent_type' in a way that works better on mingw.Bruno Haible2018-05-121-1/+3
* execute, spawn-pipe: Avoid warning about redefining 'close'.Bruno Haible2018-05-122-0/+2
* lock, cond, thread, tls: Use a different symbol as libpthread witness.Bruno Haible2018-05-114-18/+14
* af_alg: fix my typo in afalg_bufferPaul Eggert2018-05-091-13/+6
* af_alg: recover better from crypto failuresPaul Eggert2018-05-092-29/+29
* af_alg: distiguish I/O errors betterPaul Eggert2018-05-091-12/+4
* af_alg: avoid gotosPaul Eggert2018-05-091-44/+32
* af_alg: don’t leak file descriptors into childrenPaul Eggert2018-05-091-2/+2
* af_alg: coalesce socket creationPaul Eggert2018-05-091-54/+27