summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* hash: once again explicitly disallow insertion of NULLJim Meyering2010-07-041-1/+8
* hash: extend module to deal with non-pointer keysJim Meyering2010-07-012-18/+43
* string: Fix syntax error with g++ 2.96.Bruno Haible2010-06-301-16/+22
* memmem: slight optimizationEric Blake2010-06-221-19/+40
* Fix HAVE_CALLOC_POSIX misnomer.Bruno Haible2010-06-221-1/+1
* Fix HAVE_REALLOC_POSIX misnomer.Bruno Haible2010-06-221-1/+1
* Fix HAVE_MALLOC_POSIX misnomer.Bruno Haible2010-06-221-1/+1
* stdio.in.h: fix compilation failure when using HP-UX 11's C compilerRichard Lloyd2010-06-201-1/+1
* select: Correct timeout.René Berber2010-06-151-1/+1
* priv-set: Don't assume that priv.h exists merely because getppriv does.Paul Eggert2010-06-142-2/+2
* inttostr: add a new function, inttostr, and testsJim Meyering2010-06-107-64/+69
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-06-091-4/+16
* Avoid relocwrapper link errors due to gnulib replacement functions.Bruno Haible2010-06-097-0/+23
* Module setenv does not depend on 'malloc-posix', 'realloc-posix'.Bruno Haible2010-06-091-0/+3
* regex: avoid new dead-code warning with gcc-4.6.0Jim Meyering2010-06-071-1/+3
* time: Undefine more broken macros.Bruno Haible2010-06-031-2/+7
* time: work with mingw + pthreads-win32 libraryEric Blake2010-06-021-1/+6
* Don't use conversion with transliteration in u{8,16,32}_strcoll.Bruno Haible2010-05-244-10/+15
* regex: Don't require alloca.Bruno Haible2010-05-241-0/+2
* git-merge-changelog: Enable --split-merged-entry by default.Bruno Haible2010-05-231-3/+4
* Avoid valgrind error reports from libunistring.Bruno Haible2010-05-191-0/+9
* New module 'libunistring-optional'.Bruno Haible2010-05-1811-0/+0
* Fix collision between gnulib's and libintl's printf replacements.Bruno Haible2010-05-163-10/+18
* error: Use system's fcntl function.Bruno Haible2010-05-091-0/+3
* verify: adjust formatting to be more consistentJim Meyering2010-05-091-3/+3
* error: More reliable output on mingw.Bruno Haible2010-05-091-2/+27
* vasnprintf: Fix syntax errors in libintl build on mingw.Bruno Haible2010-05-091-1/+3