summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* inttostr: simplify by removing unnecessary redundancyPaul Eggert2010-10-226-10/+1
* c-stack: work around libsigsegv 2.8 bugEric Blake2010-10-211-0/+6
* Make use of GCC's attribute __alloc_size__.Bruno Haible2010-10-173-14/+50
* ignore-value: make header idempotentEric Blake2010-10-151-0/+5
* isnan: Add support for TinyCCLudovic Courtès2010-10-151-1/+2
* vasnprintf: Don't set errno to 0.Bruno Haible2010-10-151-0/+4
* argv-iter: omit nonconforming declarationPaul Eggert2010-10-131-1/+0
* termios: fix compilation on mingwEric Blake2010-10-131-1/+3
* stdlib: Allow multiple gnulib generated replacements to coexist.Bruno Haible2010-10-121-0/+5
* Indentation.Paul Eggert2010-10-111-1/+2
* Indentation.Bruno Haible2010-10-111-5/+5
* spawn.in.h: make indentation consistent with parenthesesJim Meyering2010-10-111-3/+3
* Fix mismatched parens in previous commitGary V. Vaughan2010-10-111-1/+1
* rewrite int foo[2*X-1] to verify(X) or to int foo[X?1:-1]Paul Eggert2010-10-104-11/+14
* prefer (X ? 1 : -1) when converting from boolean (1,0) to int (1,-1)Paul Eggert2010-10-105-6/+8
* time: enforce recent POSIX ruling that time_t is integralEric Blake2010-10-081-0/+9
* fdopendir: fix a bug on systems lacking openat and /proc supportJim Meyering2010-10-081-0/+14
* sys_select: Avoid warning due to undeclared memset() on OpenBSD 4.5.Bruno Haible2010-10-081-1/+1
* nanosleep: Make replacement POSIX compliant.Bruno Haible2010-10-081-30/+39
* parse-datetime: avoid compilation failure on OpenBSD 4.7Jim Meyering2010-10-071-0/+8
* string, sys_select: Avoid #including large headers unless necessary.Bruno Haible2010-10-072-4/+5
* memmem, strstr, strcasestr: fix bug with long periodic needleEric Blake2010-10-051-1/+1
* parse-datetime: do some more renamingPaul Eggert2010-10-051-2/+2
* parse-datetime: better name than get_dateEric Blake2010-10-053-25/+29
* faccessat: remove unused wrappersEric Blake2010-10-051-15/+3
* 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