summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* hash: fix safe_hasher const typoPaul Eggert2010-09-021-1/+1
* wctype: Avoid compilation error on IRIX 6.5.30.Bruno Haible2010-09-021-2/+17
* fcntl-h, etc.: prefer O_SEARCH to O_RDONLY when applicablePaul Eggert2010-09-018-13/+20
* hash: factor, and guard against misbehaving hasher functionEric Blake2010-08-311-23/+16
* hash: silence spurious clang warningBruno Haible2010-08-311-3/+8
* Make the module 'realloc-gnu' work again on AIX and OSF/1.Bruno Haible2010-08-291-2/+5
* Make the module 'calloc-gnu' work again on AIX and OSF/1.Bruno Haible2010-08-292-4/+7
* Make the module 'malloc-gnu' work again on AIX and OSF/1.Bruno Haible2010-08-291-2/+5
* read-file: Don't occupy too much unused memory.Bruno Haible2010-08-281-0/+9
* read-file: Avoid memory reallocations with regular files.Giuseppe Scrivano2010-08-281-43/+92
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-08-281-0/+6
* poll: return immediately on POLLHUP.Erik Faye-Lund2010-08-261-1/+1
* priv-set: fix commentBruno Haible2010-08-241-1/+1
* priv-set: fix commentsPaul Eggert2010-08-231-3/+2
* poll, select: handle ERROR_BROKEN_PIPE.Paolo Bonzini2010-08-232-0/+4
* fts: allow compilation with C++Giuseppe Scrivano2010-08-221-2/+7
* stpncpy: Allow stpncpy to be defined as a macro.Bruno Haible2010-08-161-0/+1
* Rename module 'memxfrm' to 'amemxfrm'.Bruno Haible2010-08-1510-16/+16
* New module 'astrxfrm'.Bruno Haible2010-08-152-0/+228
* git-merge-changelog: add doc relating to use with bzr and hg.Brian Gough2010-08-141-8/+37
* strtod: fix const diagnosticPaul Eggert2010-08-101-3/+8
* copy-acl: ignore ENOTSUP on HP-UXPádraig Brady2010-08-102-13/+14
* readlinkat: split into its own moduleEric Blake2010-08-093-27/+48
* memxfrm: Speed up.Bruno Haible2010-08-081-12/+55
* unistr/u8-strstr, unistr/u16-strstr: Optimize the one-character case.Bruno Haible2010-07-313-4/+16
* unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.Bruno Haible2010-07-312-11/+71
* unistr/u8-strchr: Fix several bugs.Bruno Haible2010-07-311-4/+4
* linkat: Work around AIX 7.1 bug.Bruno Haible2010-07-311-2/+26
* duplocale: Work around AIX 7.1 bug.Bruno Haible2010-07-311-1/+3
* dirfd: Avoid link error on AIX 7.1.Bruno Haible2010-07-311-2/+13
* strtod: next round of AIX fixesEric Blake2010-07-301-4/+14
* strtod: fix bug in replacement function on AIXEric Blake2010-07-301-4/+9
* unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.Bruno Haible2010-07-281-0/+2
* Use spaces for indentation, not tabs.Bruno Haible2010-07-286-21/+21
* mbspcasecmp: Fix function specification.Bruno Haible2010-07-282-11/+9
* timespec: use cast and not conditional, as truncation isn't possiblePaul R. Eggert2010-07-261-4/+28
* unistr/u8-chr, unistr/u8-strchr: use Boyer-Moore like algorithm.Paolo Bonzini2010-07-232-71/+246
* unistr/u8-strchr: Optimize non-ASCII argument case.Bruno Haible2010-07-181-3/+3
* getcwd: on Solaris, work better if ancestors are inaccessiblePaul R. Eggert2010-07-141-8/+25
* pthread: Add enough so that coreutils/src/sort.c compiles.Paul R. Eggert2010-07-131-17/+181
* striconveh: Simplify last commit.Bruno Haible2010-07-131-8/+3
* striconveh: Don't malloc memory if the result buffer is sufficient.Bruno Haible2010-07-131-7/+16
* strtod: Add safety check.Bruno Haible2010-07-131-1/+6
* memcoll: clarify sizes versus lengths, document better, and tweak perfPaul R. Eggert2010-07-122-30/+28
* New module '_Exit'.Bruno Haible2010-07-122-0/+50
* strtod: make it more-accurate typically, and don't require libmPaul R. Eggert2010-07-121-203/+216
* unistr/u8-strchr: Optimize ASCII argument case.Pádraig Brady2010-07-111-6/+21
* (x)memcoll: minor tweaksPaul Eggert2010-07-084-24/+17
* (x)memcoll: speedup when input is known to be NUL delimitedChen Guo2010-07-084-40/+85
* fsusage: Clarify which code applies to which platforms.Bruno Haible2010-07-041-5/+8