summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* quotearg: avoid uninitialized variable useEric Blake2011-04-291-3/+3
* netdb: fix gai_strerror replacementsBruno Haible2011-04-291-0/+2
* getaddrinfo: fix gai_strerror signatureEric Blake2011-04-282-4/+32
* getsockopt: avoid compiler warningEric Blake2011-04-281-1/+2
* hash, mgetgroups: drop xalloc dependencyEric Blake2011-04-284-13/+41
* xalloc-oversized: new moduleEric Blake2011-04-282-16/+39
* utimecmp: drop dependency on xmallocEric Blake2011-04-281-17/+41
* getcwd: fix mingw bugsEric Blake2011-04-271-1/+1
* Typo in comment.Bruno Haible2011-04-281-1/+1
* mkstemps: Ensure declaration on MacOS X 10.5.Bruno Haible2011-04-281-1/+2
* clean-temp: Clarify what it does.Bruno Haible2011-04-271-2/+6
* fchdir: avoid extra chdir and fix testEric Blake2011-04-271-35/+19
* save-cwd: reduce default dependencyEric Blake2011-04-271-1/+2
* getcwd-lgpl: new moduleEric Blake2011-04-271-0/+118
* passfd: avoid compiler warningEric Blake2011-04-271-4/+4
* mkstemp: mention clean-temp moduleReuben Thomas2011-04-271-1/+5
* strtoimax, strtoumax: simplify, port to HP-UX 11.00 64-bitPaul Eggert2011-04-261-0/+2
* Revert "use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PURE"Jim Meyering2011-04-2527-252/+36
* use _GL_ATTRIBUTE_CONST and _GL_ATTRIBUTE_PUREJim Meyering2011-04-2527-36/+252
* strtol: remove dependency on wcharPaul Eggert2011-04-221-2/+1
* passfd: speed up configure and drop unused codeEric Blake2011-04-211-9/+6
* passfd: allow compilation on mingwEric Blake2011-04-212-14/+44
* sys_uio: new moduleEric Blake2011-04-211-0/+49
* ioctl: Remove link dependency on native Windows.Bruno Haible2011-04-196-123/+221
* pipe2: Simplify code.Bruno Haible2011-04-171-14/+8
* nonblocking: Add comment.Bruno Haible2011-04-171-0/+3
* strchrnul: Tweak last commit.Bruno Haible2011-04-161-4/+3
* strchrnul: work around cygwin bugEric Blake2011-04-151-2/+14
* Support non-blocking pipe I/O in read() on native Windows.Bruno Haible2011-04-154-6/+423
* Support non-blocking pipe I/O in write() on native Windows.Bruno Haible2011-04-141-27/+66
* wchar: Ensure that wchar_t gets defined on uClibc.Bruno Haible2011-04-141-1/+5
* Support non-blocking pipe I/O in write() on native Windows.Bruno Haible2011-04-134-34/+104
* maint: remove doubled word: s/it it/it/Jim Meyering2011-04-111-1/+1
* maint: remove doubled words in comments, e.g., s/a a/a/Jim Meyering2011-04-101-1/+1
* maint: fix "the the" in commentJim Meyering2011-04-091-1/+1
* maint: change "can not" to "cannot"Jim Meyering2011-04-091-1/+1
* careadlinkat: Guard against misuse of careadlinkatcwd.Bruno Haible2011-04-091-4/+8
* careadlinkat: Use common coding style.Bruno Haible2011-04-091-2/+2
* careadlinkat: Clarify specification.Bruno Haible2011-04-092-3/+11
* allocator, careadlinkat: Fix double-inclusion guard.Bruno Haible2011-04-092-1/+3
* relocatable-prog-wrapper: Update after module 'areadlink' changed.Bruno Haible2011-04-091-1/+3
* verify: Fix syntax error with GCC 4.6 in C++ mode.Bruno Haible2011-04-091-4/+22
* allocator: New module.Paul Eggert2011-04-083-8/+9
* * lib/stdlib.in.h (malloc, realloc): Limit this change to a smaller scope.Paul Eggert2011-04-081-24/+22
* * lib/realloc.c (_GL_USE_STDLIB_ALLOC, malloc, realloc): Likewise.Paul Eggert2011-04-081-13/+1
* * lib/malloc.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-4/+1
* * lib/relocwrapper.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-1/+1
* * lib/relocatable.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-3/+1
* * lib/canonicalize-lgpl.c (_GL_USE_STDLIB_ALLOC, malloc): Likewise.Paul Eggert2011-04-081-2/+1
* * lib/setenv.c (_GL_USE_STDLIB_ALLOC, malloc, realloc): Likewise.Paul Eggert2011-04-081-4/+1