summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pthread: add pthread_spin_destroyPaul Eggert2010-09-201-0/+7
* fdutimens, fdutimensat: update signature, againEric Blake2010-09-174-27/+10
* fdutimensat: drop atflag validationEric Blake2010-09-171-15/+3
* unlockpt: Fix declaration within GNULIB_POSIXCHECK.Bruno Haible2010-09-171-1/+1
* login_tty: Make the replacement code work on BSD systems.Bruno Haible2010-09-171-6/+15
* New module 'tcgetsid'.Bruno Haible2010-09-172-0/+70
* New module 'termios'.Bruno Haible2010-09-171-0/+34
* fdutimensat: add an atflag parameterEric Blake2010-09-162-4/+20
* Fix typos in comments.Bruno Haible2010-09-172-2/+2
* stdlib: clarify MirBSD WEXITSTATUS bugBruno Haible2010-09-161-1/+1
* stdlib: work around MirBSD WEXITSTATUS bugEric Blake2010-09-151-0/+5
* unistr/base: Avoid link errors when module 'libunistring' is also used.Bruno Haible2010-09-151-12/+12
* fts, getcwd, glob: audit for dirfd returning -1Paul Eggert2010-09-143-15/+16
* fts: use O_NOFOLLOW to avoid race condition when opening a directoryPaul Eggert2010-09-131-3/+8
* fdopendir: preserve argument fd before returningPaul Eggert2010-09-131-11/+71
* fts: don't operate on an invalid file descriptor after failed dupJim Meyering2010-09-131-1/+2
* savedir: add streamsavedir, deprecate fdsavedirPaul Eggert2010-09-122-8/+25
* relocatable-prog-wrapper: Fix compilation failure due to O_EXEC.Bruno Haible2010-09-101-0/+4
* fcntl-h: define O_CLOEXEC and O_EXEC if not defined; use new definesPaul Eggert2010-09-107-22/+13
* langinfo, nl_langinfo: Fix for IRIX 5.3.Bruno Haible2010-09-102-0/+21
* pty, readutmp: Fix for FreeBSD 8.0 and OpenBSD 4.6.Bruno Haible2010-09-101-0/+2
* strsignal: work around NetBSD bugEric Blake2010-09-091-0/+6
* strtod: work around IRIX 6.5 bugEric Blake2010-09-081-0/+32
* regex documentation update from Reuben Thomas <rrt@sc3d.org>, 20 Aug 2010 12:...Karl Berry2010-09-071-10/+10
* uniwidth/width: Update comment.Bruno Haible2010-09-051-2/+2
* strdup: Fix compilation error in C++ mode.Bruno Haible2010-09-041-0/+4
* dirfd: Fix compilation error in C++ mode on MacOS X, *BSD, IRIX.Bruno Haible2010-09-041-0/+6
* 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