summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid line length limitation from HP NonStop system header files.Bruno Haible2010-10-0444-0/+44
* Avoid some lines longer than 80 characters.Paul Eggert2010-10-037-32/+58
* acl: Add support for ACLs on NonStop Kernel.Bruno Haible2010-10-034-5/+175
* Define missing EDQUOT on NonStop Kernel.Bruno Haible2010-10-022-0/+12
* New module 'system-posix'.Bruno Haible2010-10-021-1/+1
* getdate: rename to get_dateEric Blake2010-09-301-0/+0
* Separate the module 'waitpid' from the module 'sys_wait'.Bruno Haible2010-09-291-1/+1
* New module 'waitpid'.Bruno Haible2010-09-292-13/+64
* poll: Assume ANSI C.Bruno Haible2010-09-291-4/+1
* poll-h: Create poll.h on all platforms.Bruno Haible2010-09-291-15/+32
* New module 'poll-h'.Bruno Haible2010-09-292-2/+33
* sys_wait: Implement WSTOPSIG.Bruno Haible2010-09-261-0/+8
* stdlib, sys_wait: Avoid compilation error on mingw.Simon Josefsson2010-09-261-1/+2
* getaddrinfo: Initialize sockets, to make it work under Windows.Simon Josefsson2010-09-251-0/+5
* New module 'regex-quote'.Bruno Haible2010-09-252-0/+127
* Fix endless loop in mbmemcasecoll.Bruno Haible2010-09-221-2/+6
* memcoll, xmemcoll: Clarify size vs. length.Bruno Haible2010-09-222-9/+9
* pthread: add to system <pthread.h> instead of replacing it all, for MacOSPaul Eggert2010-09-221-13/+55
* 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