summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* assure: new modulePaul Eggert2014-12-209-29/+66
* stdalign: work around Apple GCC 4.0 bugPaul Eggert2014-12-181-1/+4
* parse-datetime: avoid a compiler warning with byaccTim Rühsen2014-12-141-1/+1
* stddef: support C11's max_align_tPaul Eggert2014-12-121-15/+26
* unistd: fix iOS check conditionalDaiki Ueno2014-12-121-1/+1
* posixtm: avoid compiler warning in a better wayPaul Eggert2014-12-091-48/+32
* relocatable: support UNIXROOT in relocate() on EMXKO Myung-Hun2014-12-081-0/+21
* freopen: workaround freopen() on OS/2 kLIBCKO Myung-Hun2014-12-081-1/+17
* get_shared_library_fullname: port to EMXKO Myung-Hun2014-12-081-3/+51
* find_executable: port to EMXKO Myung-Hun2014-12-081-0/+22
* sched: check struct sched_param in spawn.h as wellKO Myung-Hun2014-12-081-0/+7
* apply _GL_ATTRIBUTE_PURE to some inline functionsPádraig Brady2014-12-084-12/+12
* vasnprintf: fix potential incorrect errnoPádraig Brady2014-12-081-6/+9
* vasnprintf: fix potential use after freePádraig Brady2014-12-061-1/+1
* filevercmp, posixtm: avoid compiler warnings with -O3Pádraig Brady2014-12-052-1/+10
* argp: avoid extraneous translation and mem leak with empty pre docAndrei Borzenkov2014-12-021-2/+6
* pipe-filter-gi, pipe-filter-ii: port to AIXDaiki Ueno2014-11-223-27/+21
* gen-uni-tables: untabifyDaiki Ueno2014-11-131-6/+6
* gen-uni-tables: check out-of-range values added to 3-level tablesDaiki Ueno2014-11-131-0/+9
* gen-uni-tables: utilize 'assert'Daiki Ueno2014-11-131-86/+46
* gen-uni-tables: cosmetic improvementsDaiki Ueno2014-11-131-27/+20
* fts: port to C89Paul Eggert2014-11-101-2/+2
* unistd: port to iOSPaul Eggert2014-11-061-0/+6
* obstack: do not reject malloc-style obstack_chunkfun, obstack_freefunPaul Eggert2014-11-051-4/+2
* obstack: avoid potentially-nonportable function castsPaul Eggert2014-11-042-55/+62
* obstack: fix macro return valuesAlan Modra2014-11-041-12/+15
* obstack: port to platforms that #define __alignof__Paul Eggert2014-11-041-1/+4
* linkat: wrap to handle symlinks on OS X 10.10Pádraig Brady2014-11-031-2/+16
* mountlist: don't use libmount to decide on dummy/remotePádraig Brady2014-10-301-6/+13
* obstack: prefer __alignof__ to alignofPaul Eggert2014-10-291-14/+18
* obstack: prefer alignof to calculating alignments by handPaul Eggert2014-10-291-6/+2
* obstack: use size_t alignments and check for overflowPaul Eggert2014-10-292-10/+16
* obstack: 64-bit obstack support, part 3Alan Modra2014-10-292-55/+49
* obstack: 64-bit obstack support, part 2Alan Modra2014-10-292-50/+55
* obstack: 64-bit obstack support, part 1Alan Modra2014-10-292-57/+36
* obstack: tidy part 2Alan Modra2014-10-292-74/+26
* obstack: tidy part 1Alan Modra2014-10-292-44/+43
* symlinkat: port to AIX 7.1Paul Eggert2014-10-182-5/+34
* readlinkat: port to AIX 7.1Paul Eggert2014-10-182-13/+38
* modules/fcntl: fix error reporting by dupfdEli Zaretskii2014-10-071-3/+19
* exclude: declare exclude_patopts staticJim Meyering2014-09-261-1/+1
* dirname: support compilation with C++Werner LEMBERG2014-09-211-0/+8
* qsort_r: include <config.h>Paul Eggert2014-09-161-0/+4
* avltree-list: avoid compiler warningsDylan Cali2014-09-163-11/+14
* strerror_r-posix: support compilation with C++Werner LEMBERG2014-09-151-1/+13
* fcntl-h: fix compilation with Intel C++ compilerJohannes Zarl2014-09-111-2/+2
* mountlist: use /proc/self/mountinfo when availableFridolin Pokorny2014-09-091-20/+62
* error: drop spurious semicolonEric Blake2014-09-041-1/+1
* vasnprintf: fix bugs in width computationPaul Eggert2014-08-311-93/+81
* vasnprintf: Avoid signed/unsigned comparison warning.Thien-Thi Nguyen2014-08-311-1/+1