summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* mgetgroups: remove dependency on realloc-gnuPaul Eggert2013-10-131-1/+1
* strtoimax, strtoumax: port to HP-UX 11.11Paul Eggert2013-10-091-3/+13
* strtoimax: port to HP-UX 11.11Paul Eggert2013-10-081-6/+9
* New module 'count-trailing-zeros'.Paul Eggert2013-10-072-0/+109
* count-leading-zeros: port to MSC; support types wider than 64 bitsPaul Eggert2013-10-071-28/+41
* count-one-bits: port to MSC; support types wider than 64 bitsPaul Eggert2013-10-072-17/+70
* mountlist: fix resource leak with MOUNTED_INTERIX_STATVFSAndrew Borodin2013-10-071-0/+1
* verify: new macro 'assume'Paul Eggert2013-10-021-0/+24
* dup2, dup3: work around another cygwin crasherEric Blake2013-09-262-0/+8
* getdtablesize: work around cygwin issueEric Blake2013-09-262-8/+38
* timespec: use the new TIMESPEC_RESOLUTION in a few more placesJim Meyering2013-09-232-5/+5
* userspec: support optional parameters to parse_user_spec()Pádraig Brady2013-09-211-10/+22
* timespec: new function make_timespec, and new constantsPaul Eggert2013-09-196-36/+39
* stdio: OS X port of putc_unlocked + extern inlinePaul Eggert2013-09-191-0/+9
* signal: OS X port of sigaddset etc. + extern inlinePaul Eggert2013-09-191-0/+14
* fflush, freadahead, fseeko: Fix for AndroidKevin Cernekee2013-09-191-1/+1
* getgroups: statement without effectMats Erik Andersson2013-09-181-1/+1
* glob: fix compilationEric Blake2013-09-091-0/+1
* glob: fix build for platforms without __THROWEric Blake2013-09-071-0/+2
* regex-quote: fix buffer access out of boundsAnton Ovchinnikov2013-09-041-1/+1
* glob: avoid -Wattribute warnings on glibcEric Blake2013-09-042-5/+5
* headers: check that _GL_INLINE_HEADER_BEGIN is definedPaul Eggert2013-08-2840-0/+126
* gc: support HMAC-SHA256 and HMAC-SHA512.Simon Josefsson2013-08-266-2/+282
* selinux-at: omit unnecessary includePaul Eggert2013-08-231-1/+0
* fpending: port to recent Cygwin change to stdio_ext.hPaul Eggert2013-08-111-5/+4
* sys_time: port to OpenBSDPaul Eggert2013-08-101-2/+3
* localecharset: make locale_charset thread-safe on Mac OS XDaiki Ueno2013-07-201-1/+6
* tmpdir: fix bug in VMS portPaul Eggert2013-07-171-3/+3
* tmpdir: fix typo in previous changePaul Eggert2013-07-151-1/+1
* * lib/tmpdir.c: Simplify code to add slash; no need for a loop.Paul Eggert2013-07-151-11/+6
* tmpdir: port to VMS, to // != /, and to long dirsPaul Eggert2013-07-151-6/+16
* regex: port to --with-included-regex --enable-gcc-warnings non-threadedPaul Eggert2013-07-091-2/+3
* accept4, dup3, pipe2: port to CygwinPaul Eggert2013-07-093-12/+9
* mountlist: add support for deallocating returned list entriesPádraig Brady2013-07-092-5/+13
* stdalign, verify: port to FreeBSD 9.1, to C11, and to C++11Paul Eggert2013-07-072-62/+89
* fnmatch: don't goto over declarationPaul Eggert2013-07-061-2/+2
* pipe2: decouple from binary-io a bitPaul Eggert2013-07-061-1/+4
* ignore-value: port to gcc -pedanticPaul Eggert2013-06-231-6/+7
* fflush, fseeko: port to musl cross-compilesPaul Eggert2013-06-181-2/+8
* msvc-inval: port to mingw-w64Paul Eggert2013-06-151-3/+3
* getcwd-lgpl: port to Tru64Paul Eggert2013-06-111-0/+1
* sig2str: port to C++Paul Eggert2013-06-021-0/+8
* vasnprintf: silence mingw compiler warningEric Blake2013-05-301-1/+2
* c-ctype, regex, verify: port to gcc -std=c90 -pedanticPaul Eggert2013-05-294-4/+22
* regex: adapt to locking regime instead of depending on pthreadPaul Eggert2013-05-292-14/+23
* regex: fix dfa race in multithreaded usesPaul Eggert2013-05-193-13/+25
* malloca: port to compilers that reject size-zero arraysPaul Eggert2013-05-191-7/+13
* parse-datetime, tests: don't use "string" + intPaul Eggert2013-05-181-1/+1
* argmatch: port to C++Alexandre Duret-Lutz2013-05-171-0/+8
* argp: typo fixAlexandre Duret-Lutz2013-05-171-1/+1