Expand range of versions of glibc for which _GNU_SOURCE is needed to get crypt.
[gnulib.git] / modules /
2011-09-11 Bruno Haiblestrcase: Support for MSVC.
2011-09-11 Bruno Haiblestrings: Don't assume <strings.h> exists.
2011-09-11 Bruno Haibledirent: Don't assume <dirent.h> exists.
2011-09-11 Bruno HaibleSupport for MSVC compiler: Ensure size_t gets defined.
2011-09-11 Bruno HaibleC++ tests for module 'sys_types'.
2011-09-11 Bruno HaibleTests for module 'sys_types'.
2011-09-11 Bruno HaibleNew module 'sys_types'.
2011-09-11 Bruno HaibleSupport for MSVC compiler: Avoid division by a literal 0.
2011-09-05 Bruno Haiblecopy-file: Try unit tests on more file systems.
2011-09-05 Bruno Haibleacl: Try unit tests on more file systems.
2011-09-01 Bruno Haiblestrtoumax: Avoid link error on OSF/1 with DTK cc.
2011-09-01 Bruno Haiblestrtoimax: Avoid link error on OSF/1 with DTK cc.
2011-09-01 Bruno Haibleimaxdiv: Avoid link error on OSF/1 with DTK cc.
2011-09-01 Bruno Haibleimaxabs: Avoid link error on OSF/1 with DTK cc.
2011-09-01 Bruno HaibleTests for module 'strtoumax'.
2011-09-01 Bruno HaibleTests for module 'strtoimax'.
2011-09-01 Bruno HaibleTests for module 'imaxdiv'.
2011-09-01 Bruno HaibleTests for module 'imaxabs'.
2011-08-23 Bruno Haibletmpdir: Use a good default directory on native Windows.
2011-08-16 Ben Pfaffrelocatable-prog: fix link error
2011-08-11 Paul Eggertconfigmake: fix make -q problem
2011-08-09 Bruno HaibleMore tests for 'fseeko'.
2011-08-08 Bruno Haibleunictype/base: Fix interoperability with preinstalled...
2011-08-08 Eric Blakelargefile: fix typo that regressed large file support
2011-08-05 Bruno HaibleTests for module 'pathmax'.
2011-08-05 Bruno Haiblepathmax: Leave PATH_MAX undefined on the Hurd, and...
2011-07-31 Bruno Haiblewctype-h: Add support for Minix.
2011-07-26 Paul EggertAdd dependencies to the 'largefile' module.
2011-07-25 Bruno Haiblefcntl: Move AC_LIBOBJ invocation to module description.
2011-07-25 Bruno Haibledup2: Move AC_LIBOBJ invocation to module description.
2011-07-25 Bruno Haiblefclose: Move AC_LIBOBJ invocation to module description.
2011-07-25 Bruno Haibleclose: Move AC_LIBOBJ invocation to module description.
2011-07-25 Bruno Haibleopen: Move AC_LIBOBJ invocation to module description.
2011-07-24 Bruno Haibleclose: No longer depend on module 'fclose'.
2011-07-24 Bruno Haiblefsusage: Support large volumes on glibc/Hurd, HP-UX...
2011-07-23 Bruno Haibleselect tests, pselect tests: Refactor.
2011-07-23 Bruno Haiblesys_select tests: Check the signature of FD_*.
2011-07-22 Paul Eggertlargefile: new module, replacing large-inode
2011-07-22 Paul Eggertlarge-inode: New module
2011-07-21 Pádraig Bradytimer-time: A new module to check for timer_settime()
2011-07-19 Pádraig Bradygetopt-gnu: suppress core dumps from detection code
2011-07-15 Eric Blakeffsl, ffsll: new modules
2011-07-12 Bruno Haiblepthread_sigmask: Rely on module 'threadlib'.
2011-07-12 Bruno Haibleregex: Depend on module 'strcase'.
2011-07-12 Jim Meyeringwarn-on-use: fix typo in file name
2011-07-12 Bruno HaibleRename module '_Noreturn' to 'snippet/_Noreturn'.
2011-07-12 Bruno HaibleRename module 'warn-on-use' to 'snippet/warn-on-use'.
2011-07-12 Bruno HaibleRename module 'unused-parameter' to 'snippet/unused...
2011-07-12 Bruno HaibleRename module 'link-warning' to 'snippet/link-warning'.
2011-07-12 Bruno HaibleRename module 'c++defs' to 'snippet/c++defs'.
2011-07-12 Bruno HaibleRename module 'arg-nonnull' to 'snippet/arg-nonnull'.
2011-07-12 Paul Eggertstdnoreturn, stdnoreturn-tests: remove modules
2011-07-12 Paul Eggert_Noreturn-tests: remove module
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 Eggertstdlib: use _Noreturn
2011-07-12 Paul Eggertstdnoreturn-tests: new module
2011-07-12 Paul Eggertstdnoreturn: new module
2011-07-12 Paul Eggert_Noreturn-tests: new module
2011-07-12 Paul Eggert_Noreturn: new module
2011-07-11 Eric Blakeffs: new module
2011-07-09 Bruno Haiblesigprocmask tests: A better way to avoid a compiler...
2011-07-08 Bruno Haiblepthread_sigmask: Work around bug in single-threaded...
2011-07-08 Eric Blaketest-sigprocmask: avoid compiler warning
2011-07-08 Bruno HaibleTests for module 'pthread_sigmask'.
2011-07-08 Bruno HaibleTests for module 'thread'.
2011-07-08 Bruno Haiblesignal-c++-tests: Check declaration of pthread_sigmask.
2011-07-08 Bruno Haiblepthread_sigmask: Fix link requirements on OSF/1 5.1...
2011-07-08 Bruno Haiblepthread_sigmask: Follow gnulib conventions.
2011-07-08 Bruno Haiblepthread_sigmask: Make declaration C++ safe.
2011-07-07 Bruno Haiblepthread_sigmask: Fix return value.
2011-07-07 Bruno HaibleTests for module 'sigprocmask'.
2011-07-06 Paul Eggert* modules/pthread_sigmask (configure.ac): gl_SIGNAL_MOD...
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 Eggertmodules/pselect: Add Bruno and Jim to maintainers.
2011-07-06 Paul Eggert* modules/pselect: Add select, LIBSOCKET.
2011-07-06 Paul Eggert* lib/pselect.c (pselect): Use plain name, without...
2011-07-06 Paul Eggertpthread_sigmask: new module
2011-07-06 Paul Eggerttest-pselect: new module
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 Eggertpselect: new module
2011-06-30 Paul Eggertsys_select: don't depend on sys_socket
2011-06-22 Eric Blakestat: be robust to PATH_MAX definition
2011-06-21 Eric Blakestrerror_r: fix OpenBSD behavior on 0
2011-06-21 Eric Blakeperror: adjust array size
2011-06-20 Eric Blaketest-stat: don't allocate PATH_MAX bytes
2011-06-20 Bruno Haiblefloat: Work around <float.h> bugs on FreeBSD/x86, AIX...
2011-06-20 Bruno HaibleTests for module 'float'.
2011-06-19 Bruno Haibleround-ieee: Fix test failures on AIX 7.1 and OSF/1...
2011-06-19 Bruno Haibleroundf-ieee: Fix test failures on AIX 7.1 and OSF/1...
2011-06-18 Bruno Haibleopenat, fdopendir tests: Fix link errors.
2011-06-18 Bruno Haiblegetcwd tests: Avoid compilation error on HP-UX 11.31.
2011-06-17 Bruno HaibleTests: Remove unnecessary dependency.
2011-06-17 Bruno HaibleFix tests link errors.
next