summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ffs: new moduleEric Blake2011-07-112-0/+54
* regex: avoid compiler warningEric Blake2011-07-111-0/+1
* stdint: respect system's intmax_t if INTMAX_MAXPaul Eggert2011-07-091-41/+55
* pthread_sigmask: Work around IRIX bug.Bruno Haible2011-07-091-0/+10
* pthread_sigmask: Work around Cygwin bug.Bruno Haible2011-07-091-0/+4
* pthread_sigmask: Work around bug in single-threaded implementation.Bruno Haible2011-07-091-0/+22
* fts: introduce FTS_NOATIMEEric Blake2011-07-082-8/+13
* thread: Avoid gcc warnings when using gl_thread_self().Bruno Haible2011-07-081-2/+2
* pthread_sigmask: Fix link requirements on OSF/1 5.1 and with pth.Bruno Haible2011-07-081-2/+13
* pthread_sigmask: Ensure declaration in <signal.h> also on Solaris 2.6.Bruno Haible2011-07-081-3/+3
* pthread_sigmask: Ensure declaration in <signal.h>.Bruno Haible2011-07-081-0/+9
* pthread_sigmask: Make declaration C++ safe.Bruno Haible2011-07-081-3/+19
* pthread_sigmask: Fix return value.Bruno Haible2011-07-082-2/+31
* getopt: handle W; without long options in getoptEric Blake2011-07-071-3/+8
* sys_select: Fix compilation error on mingw, introduced on 2011-06-30.Bruno Haible2011-07-073-102/+217
* poll: do not return 0 on timeout=-1Erik Faye-Lund2011-07-061-0/+7
* sys_select: define sigset_t more portablyPaul Eggert2011-07-061-10/+11
* pselect: Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-061-2/+2
* * lib/pselect.c (pselect): Use plain name, without "rpl_".Paul Eggert2011-07-061-6/+4
* pthread_sigmask: new modulePaul Eggert2011-07-061-4/+20
* Comments about EINTR.Bruno Haible2011-07-032-0/+26
* xnanosleep: Rewrite to use new dtotimespec module.Paul Eggert2011-06-301-63/+3
* timespec-add, timespec-sub: new modulesPaul Eggert2011-06-303-0/+145
* dtotimespec: new modulePaul Eggert2011-06-302-0/+71
* * lib/timespec.h (timespectod): New inline function.Paul Eggert2011-06-301-0/+7
* * lib/timespec.h (timespec_sign): New inline function.Paul Eggert2011-06-301-0/+8
* pselect: new modulePaul Eggert2011-06-302-0/+116
* sys_select: don't depend on sys_socketPaul Eggert2011-06-301-1/+3
* pipe2: fix C89 compile problemEric Blake2011-06-291-1/+3
* pipe, pipe2: don't corrupt fd on errorEric Blake2011-06-292-2/+22
* nanosleep: fix integer overflow problemPaul Eggert2011-06-251-3/+2
* nanosleep: simplify carryingPaul Eggert2011-06-251-11/+3
* strerror-override: No-op tweak.Bruno Haible2011-06-241-14/+14
* stat: be robust to PATH_MAX definitionEric Blake2011-06-221-0/+8
* link: work around IRIX bugEric Blake2011-06-221-4/+13
* getopt: silence clang warningEric Blake2011-06-221-1/+1
* strerror_r: fix OpenBSD behavior on out-of-rangeEric Blake2011-06-211-13/+19
* strerror_r: fix OpenBSD behavior on 0Eric Blake2011-06-214-26/+8
* perror: adjust array sizeEric Blake2011-06-211-1/+3
* strerror-override: reduce sizeEric Blake2011-06-211-176/+95
* pathmax: Ensure correct value for PATH_MAX on HP-UX.Bruno Haible2011-06-211-0/+15
* alloca: port to compilers that can optimize like GCC 4.6.0Paul Eggert2011-06-201-22/+9
* c-stack: stop worrying about stack directionPaul Eggert2011-06-201-22/+3
* float: Work around <float.h> bugs on FreeBSD/x86, AIX with GCC, IRIX.Bruno Haible2011-06-202-0/+144
* isinf: Coding style.Bruno Haible2011-06-191-3/+6
* clean-temp: Improve documentation.Bruno Haible2011-06-181-1/+6
* pread, pwrite: Avoid cc warning on AIX.Bruno Haible2011-06-181-0/+2
* verify: new macro verify_expr; verify_true deprecatedPaul Eggert2011-06-151-1/+9
* ftoastr: use strtof only if HAVE_STRTOFPaul Eggert2011-06-131-6/+8
* fseeko: Provide a non-inline replacement of fseek().Bruno Haible2011-06-131-19/+0