Bump Standards-Version to 3.9.2 (no changes)
[gnulib.git] / modules /
2011-06-10 Ian BeckwithMerge commit 'stable/20110609'
2011-06-09 Bruno Haiblelocalename: Fix link dependencies.
2011-06-09 Bruno Haiblepipe2: Remove dependency on 'nonblocking' module.
2011-06-09 Bruno HaibleFix link errors in tests: openat-die uses gettext-h.
2011-06-09 Bruno HaibleFix link errors in tests: wait-process uses gettext-h.
2011-06-09 Bruno Haiblegetloadavg: Remove an unreliable safety check.
2011-06-09 Bruno Haibleidcache: Fix module description.
2011-06-09 Bruno Haiblegetugroups: Fix module description.
2011-06-09 Bruno Haiblelinkat, renameat: Update dependencies.
2011-06-09 Paul Eggertclock-time: change to LGPLv2+.
2011-05-18 Ian BeckwithMerge branch 'upstream' into stable
2011-05-16 Bruno HaibleFix confusion regarding deprecated modules.
2011-05-15 Paul Eggertintprops-tests: new module
2011-05-12 Bruno Haiblecanonicalize, canonicalize-lgpl: Avoid crash dialog...
2011-05-12 Bruno Haiblegroup-member: Declare function in <unistd.h>.
2011-05-09 Eric Blakeopenat: reduce syscalls in first probe of /proc
2011-05-07 Paul Eggertignore-value, verify: Omit include files from lib_SOURCES.
2011-05-06 Eric Blakefclose: guarantee behavior on seekable stdin
2011-05-06 Bruno Haiblefflush, fpurge: Relicense under LGPLv2+.
2011-05-06 Paul Eggertassert-h: new module, which supports C1X-style static_a...
2011-05-05 Bruno Haiblefclose, fflush: Respect rules for use of AC_LIBOBJ.
2011-05-05 Bruno Haibletzset: Relicense under LGPL.
2011-05-05 Bruno Haiblestrtoimax, strtoumax: Relicense under LGPL.
2011-05-05 Bruno Haiblegetgroups: Relicense under LGPL.
2011-05-05 Bruno Haiblenanosleep: Relicense under LGPL.
2011-05-05 Bruno Haiblefutimens: Relicense under LGPL.
2011-05-05 Bruno Haiblefflush: Relicense under LGPL.
2011-05-05 Bruno Haibletmpfile: Relicense under LGPL.
2011-05-05 Bruno Haibleisfinite: Relicense under LGPL.
2011-05-05 Bruno Haibleacosl..tanl: Relicense under LGPL.
2011-05-05 Bruno Haiblesignal: Define sighandler_t.
2011-05-05 Eric Blakemaint: remove useless REPLACE_*_H macros
2011-05-03 Bruno HaibleAvoid unnecessary compilation units, through conditiona...
2011-05-03 Reuben Thomasreadme-release: new module with release instructions
2011-05-02 Eric Blakefflush: also replace fclose when fixing fflush
2011-05-02 Eric Blakefclose: add some tests
2011-05-02 Eric Blakefclose: reduce dependencies
2011-05-02 Eric Blakeexit: drop remaining clients
2011-05-02 Eric Blakefreading: relax license from LGPLv3+ to LGPLv2+
2011-05-02 Bruno Haiblefchdir: Remove unused dependencies.
2011-05-02 Simon Josefssonexit: Remove module.
2011-04-30 Eric Blakefclose: don't fail on non-seekable input stream
2011-04-30 Bruno Haiblenetdb: Make it work in C++ mode.
2011-04-30 Bruno HaibleNew modules 'vfscanf', 'vscanf'.
2011-04-29 Bruno Haiblenetdb: fix gai_strerror replacements
2011-04-28 Eric Blakegetaddrinfo: fix gai_strerror signature
2011-04-28 Eric Blaketests: drop unused link dependency
2011-04-28 Eric Blakehash, mgetgroups: drop xalloc dependency
2011-04-28 Eric Blakexalloc-oversized: new module
2011-04-28 Eric Blakeutimecmp: drop dependency on xmalloc
2011-04-27 Eric Blakefchdir: avoid extra chdir and fix test
2011-04-27 Eric Blakefilenamecat-lgpl: fix licence
2011-04-27 Eric Blakelinkat, renameat: add missing dependency
2011-04-27 Eric Blaketests: reduce dependencies
2011-04-27 Eric Blakesave-cwd: reduce default dependency
2011-04-27 Eric Blakegetcwd: enhance tests
2011-04-27 Eric Blakegetcwd-lgpl: new module
2011-04-26 Paul Eggertstrtoumax: remove dependency on strtoimax
2011-04-26 Paul Eggertinttypes-incomplete: new module
2011-04-25 Simon Josefssongnumakefile: Replace TAB with SPCs.
2011-04-25 Bruno Haiblestrtol, strtoul: Mark modules as obsolete.
2011-04-25 Bruno Haiblestrtod: Remove check for strtod, unless supporting...
2011-04-25 Bruno Haiblestrcase: Make module obsolete.
2011-04-25 Bruno Haibledup2: Remove check for dup2, unless supporting old...
2011-04-25 Bruno Haiblestrnlen: Avoid memchr related link error on old obsolet...
2011-04-25 Paul Eggertstrtoul: remove dependency on strtol
2011-04-25 Paul Eggertstrtoull: remove dependency on strtoul
2011-04-25 Paul Eggertstrtoll: remove dependency on strtol
2011-04-22 Paul Eggert* modules/strnlen (Depends-on): Remove memchr.
2011-04-22 Paul Eggertstrtol: remove dependency on wchar
2011-04-21 Eric Blakepassfd: fix test regression on Linux
2011-04-21 Eric Blakepassfd: speed up configure and drop unused code
2011-04-21 Eric Blakepassfd: allow compilation on mingw
2011-04-21 Eric Blakesys_uio: new module
2011-04-19 Bruno Haibleioctl: Remove link dependency on native Windows.
2011-04-19 Bruno HaibleMove the support of O_NONBLOCK in open() to the 'open...
2011-04-17 Bruno Haiblenonblocking: Add tests for sockets.
2011-04-17 Bruno Haiblenonblocking: Add tests for pipes.
2011-04-16 Bruno Haiblegettext: Clarify the needed programmer actions.
2011-04-15 Eric Blakestrchrnul: work around cygwin bug
2011-04-14 Bruno HaibleSupport non-blocking pipe I/O in read() on native Windows.
2011-04-14 Bruno Haiblesafe-write, full-read: Avoid unnecessary compilation...
2011-04-14 Bruno HaibleSupport non-blocking pipe I/O and SIGPIPE in pwrite().
2011-04-13 Ian BeckwithMerge branch 'stable'
2011-04-13 Bruno Haiblestdint test: Fix compilation failure on OSF/1 with...
2011-04-13 Eric Blakebinary-io: relicense under LGPLv2+
2011-04-13 Bruno Haiblepipe2: Relicense under LGPLv2+.
2011-04-13 Bruno HaibleSupport non-blocking pipe I/O in write() on native...
2011-04-11 Bruno Haiblewcpcpy, wcpncpy: Ensure declaration on glibc >= 2.13...
2011-04-11 Ian BeckwithMerge commit 'snapstart' into stable
2011-04-11 Bruno Haiblestdint test: Fix compilation failure on OSF/1 with...
2011-04-09 Bruno Haibleareadlinkat: Avoid link error on many platforms.
2011-04-09 Bruno Haiblerelocatable-prog-wrapper: Update after module 'areadlin...
2011-04-09 Eric Blakestrftime: silence gnulib-tool warning
2011-04-08 Paul Eggertallocator: New module.
2011-04-08 Eric Blakenonblocking: reduce dependency
2011-04-08 Eric Blakepipe2: fix O_NONBLOCK support on mingw
2011-04-08 Eric Blakepipe-filter: drop O_NONBLOCK workarounds
2011-04-08 Eric Blakenonblocking: provide O_NONBLOCK for mingw
2011-04-06 Eric Blakebinary-io: relicense under LGPLv2+
next