openat: Fix warnings and commens when building unlinkat.c on Hurd.
[gnulib.git] / lib /
2011-08-05 Simon Josefssonopenat: Fix warnings and commens when building unlinkat...
2011-08-05 Bruno Haiblecanonicalize-lgpl: Support larger filenames on the...
2011-08-05 Bruno Haiblepathmax: Leave PATH_MAX undefined on the Hurd, and...
2011-07-31 Bruno Haiblesys_utsname: Add support for Minix.
2011-07-31 Bruno Haiblestrings: Add support for Minix.
2011-07-31 Bruno Haiblewctype-h: Add support for Minix.
2011-07-31 Paul Eggert* lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc.
2011-07-31 Bruno Haiblestdioext: Add support for Minix.
2011-07-31 Bruno Haibleerrno: Port to Minix.
2011-07-25 Paul Eggert* lib/ftell.c (ftell): Comment out cast.
2011-07-24 Paul Eggertftell: don't include <unistd.h>
2011-07-24 Paul Eggertftell: do not assume wraparound signed arithmetic
2011-07-24 Bruno Haiblefsusage: Enable large volume support on AIX >= 5.2.
2011-07-22 Kamil Dudkafile-has-acl: use acl_extended_file_nofollow if available
2011-07-16 Paul Eggertpthread_sigmask: ensure usleep is declared
2011-07-16 Bruno Haibleffsl, ffsll: Avoid unportable behaviour.
2011-07-15 Eric Blakeffsl, ffsll: new modules
2011-07-15 Eric Blakeffs: avoid undefined behavior
2011-07-12 Paul Eggertstdnoreturn, stdnoreturn-tests: remove modules
2011-07-12 Paul Eggertxalloc: use stdnoreturn.h
2011-07-12 Paul Eggertxstrtol: use stdnoreturn.h
2011-07-12 Paul Eggertxmemdup0: use stdnoreturn.h
2011-07-12 Paul Eggertsigpipe-die: use stdnoreturn.h
2011-07-12 Paul Eggertopenat: use stdnoreturn.h
2011-07-12 Paul Eggert* lib/openat-die.c (openat_save_fail): Modernize comment.
2011-07-12 Paul Eggert* lib/xalloc-die.c (xalloc_die): Modernize comment.
2011-07-12 Paul Eggert* lib/glthread/thread.h: Modernize comment.
2011-07-12 Paul Eggertobstack: use _Noreturn
2011-07-12 Paul Eggertc-stack: use _Noreturn
2011-07-12 Paul Eggertstdlib: use _Noreturn
2011-07-11 Eric Blakeffs: new module
2011-07-11 Eric Blakeregex: avoid compiler warning
2011-07-09 Paul Eggertstdint: respect system's intmax_t if INTMAX_MAX
2011-07-08 Bruno Haiblepthread_sigmask: Work around IRIX bug.
2011-07-08 Bruno Haiblepthread_sigmask: Work around Cygwin bug.
2011-07-08 Bruno Haiblepthread_sigmask: Work around bug in single-threaded...
2011-07-08 Eric Blakefts: introduce FTS_NOATIME
2011-07-08 Bruno Haiblethread: Avoid gcc warnings when using gl_thread_self().
2011-07-08 Bruno Haiblepthread_sigmask: Fix link requirements on OSF/1 5.1...
2011-07-08 Bruno Haiblepthread_sigmask: Ensure declaration in <signal.h> also...
2011-07-08 Bruno Haiblepthread_sigmask: Ensure declaration in <signal.h>.
2011-07-08 Bruno Haiblepthread_sigmask: Make declaration C++ safe.
2011-07-07 Bruno Haiblepthread_sigmask: Fix return value.
2011-07-07 Eric Blakegetopt: handle W; without long options in getopt
2011-07-07 Bruno Haiblesys_select: Fix compilation error on mingw, introduced...
2011-07-06 Erik Faye-Lundpoll: do not return 0 on timeout=-1
2011-07-06 Paul Eggertsys_select: define sigset_t more portably
2011-07-06 Paul Eggertpselect: Use pthread_sigmask, not sigprocmask.
2011-07-06 Paul Eggert* lib/pselect.c (pselect): Use plain name, without...
2011-07-06 Paul Eggertpthread_sigmask: new module
2011-07-03 Bruno HaibleComments about EINTR.
2011-06-30 Paul Eggertxnanosleep: Rewrite to use new dtotimespec module.
2011-06-30 Paul Eggerttimespec-add, timespec-sub: new modules
2011-06-30 Paul Eggertdtotimespec: new module
2011-06-30 Paul Eggert* lib/timespec.h (timespectod): New inline function.
2011-06-30 Paul Eggert* lib/timespec.h (timespec_sign): New inline function.
2011-06-30 Paul Eggertpselect: new module
2011-06-30 Paul Eggertsys_select: don't depend on sys_socket
2011-06-29 Eric Blakepipe2: fix C89 compile problem
2011-06-29 Eric Blakepipe, pipe2: don't corrupt fd on error
2011-06-25 Paul Eggertnanosleep: fix integer overflow problem
2011-06-25 Paul Eggertnanosleep: simplify carrying
2011-06-24 Bruno Haiblestrerror-override: No-op tweak.
2011-06-22 Eric Blakestat: be robust to PATH_MAX definition
2011-06-22 Eric Blakelink: work around IRIX bug
2011-06-22 Eric Blakegetopt: silence clang warning
2011-06-21 Eric Blakestrerror_r: fix OpenBSD behavior on out-of-range
2011-06-21 Eric Blakestrerror_r: fix OpenBSD behavior on 0
2011-06-21 Eric Blakeperror: adjust array size
2011-06-21 Eric Blakestrerror-override: reduce size
2011-06-20 Bruno Haiblepathmax: Ensure correct value for PATH_MAX on HP-UX.
2011-06-20 Paul Eggertalloca: port to compilers that can optimize like GCC...
2011-06-20 Paul Eggertc-stack: stop worrying about stack direction
2011-06-20 Bruno Haiblefloat: Work around <float.h> bugs on FreeBSD/x86, AIX...
2011-06-19 Bruno Haibleisinf: Coding style.
2011-06-18 Bruno Haibleclean-temp: Improve documentation.
2011-06-17 Bruno Haiblepread, pwrite: Avoid cc warning on AIX.
2011-06-15 Paul Eggertverify: new macro verify_expr; verify_true deprecated
2011-06-13 Paul Eggertftoastr: use strtof only if HAVE_STRTOF
2011-06-13 Bruno Haiblefseeko: Provide a non-inline replacement of fseek().
2011-06-13 Bruno Haibleftello: Provide a non-inline replacement of ftell().
2011-06-13 Bruno Haiblefile-set.h: guard __attibute__ use, now that it's not...
2011-06-13 Bruno Haibleacl: Add support for HP-UX >= 11.11 JFS ACLs.
2011-06-12 Bruno Haibleacl: Complete the 2010-08-10 fix.
2011-06-11 James YoungmanNew module 'stat-size'.
2011-06-09 Bruno Haiblethread: Support pthreads-win32.
2011-06-09 Bruno Haiblethread: Fix confusion between NULL and 0.
2011-06-08 Eric Blakestrerror_r-posix: fix on MacOS
2011-06-07 Paul Eggertstat-time: get_stat_birthtime failure is better-defined
2011-06-06 Eric Blakestrerror: work around FreeBSD bug
2011-06-06 Bruno Haiblecareadlinkat: Avoid mismatch between ssize_t and int.
2011-06-05 Bruno Haiblepipe-filter-ii: Fix test failure on AIX and IRIX.
2011-06-05 Bruno Haibleerror: Avoid gcc warning.
2011-06-05 Bruno Haibleunsetenv: Avoid gcc warning.
2011-06-05 Bruno Haiblesetenv: Avoid gcc warning.
2011-06-05 Bruno Haiblesys_select: Ensure memset is declared also on AIX 7.
2011-06-04 Bruno Haiblegetopt: Avoid gcc warning.
2011-06-04 Bruno Haiblestrerror_r: Fix comments.
2011-06-04 Bruno Haibleperror: Fix compilation error.
2011-06-04 Bruno Haiblestrerror-override: Don't disable symbol renamings.
next