open-safer.c: avoid 'signed and unsigned in conditional...' warning
[gnulib.git] / modules /
2008-10-16 Simon JosefssonFixes for netdb.h.
2008-10-15 Simon JosefssonAdd netdb.h replacement module.
2008-10-11 Yoann VandoorselaereProvide a Win32 implementation of the 'cond' module.
2008-10-11 Bruno HaibleNew module 'shutdown'.
2008-10-11 Bruno HaibleNew module 'fclose'.
2008-10-10 Bruno HaibleNew module 'ioctl'.
2008-10-10 Bruno HaibleNew module 'sys_ioctl'.
2008-10-09 Paolo BonziniCombine the two replacements of 'close'.
2008-10-09 Paolo BonziniNew module 'close'.
2008-10-08 Bruno HaibleLink test-getdate with libintl.
2008-10-08 Bruno HaibleUse a more portable replacement expression for -0.0L.
2008-10-07 Simon JosefssonAdd pmccabe2html module, from gnupdf.
2008-10-07 Richard W.M. Jonesflock: new module
2008-10-06 Bruno HaibleAdd an option for ignoring EPIPE during close_stdout.
2008-10-06 Bruno HaibleNew modules 'accept', 'bind', 'connect', 'getpeername...
2008-10-05 Bruno HaibleTiny tweaks.
2008-10-05 Bruno HaibleAdd a link warning when the 'select' module is not...
2008-10-05 Bruno HaibleSplit sys_select-tests module into select-tests and...
2008-10-05 Bruno HaibleNew module 'select'.
2008-10-05 Bruno HaibleUse getdtablesize module.
2008-10-05 Bruno HaibleTests for module 'getdtablesize'.
2008-10-05 Bruno HaibleNew module 'getdtablesize'.
2008-10-05 Bruno HaibleFix typo.
2008-10-04 Bruno HaibleRelax license to LGPLv2+.
2008-10-03 Kamil Dudkafilevercmp: new module
2008-10-02 Bruno HaibleUse the fixed open() function.
2008-10-02 Richard W.M. Jonesfsync: new module
2008-10-01 Bruno HaibleAvoid the broken posix_spawn function on AIX 5.3 and...
2008-10-01 Jim Meyeringremove trailing spaces
2008-10-01 Yoann VandoorselaereTests for module 'cond'.
2008-10-01 Bruno HaibleNeeds to depend on modules 'errno' and 'time'.
2008-10-01 Bruno HaibleMake use of the modules 'thread', 'yield' in the 'tls...
2008-10-01 Bruno HaibleMake use of the modules 'thread', 'yield' in the 'lock...
2008-09-29 Bruno HaibleA new test for posix_spawn.
2008-09-29 Paolo Bonzinistrengthen self-containedness check for sys/select.h
2008-09-29 Bruno HaibleSet LIBSOCKET instead of augmenting LIBS. Also handle...
2008-09-28 Bruno HaibleTests for module 'posix_spawnp'.
2008-09-28 Bruno HaibleNew module 'posix_spawnp'.
2008-09-28 Bruno HaibleNew module 'posix_spawn'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_destroy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setsigmask'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getsigmask'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setsigdefault'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getsigdefault'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setschedpolicy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getschedpolicy'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setschedparam'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getschedparam'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setpgroup'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getpgroup'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_setflags'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_getflags'.
2008-09-28 Bruno HaibleNew module 'posix_spawnattr_init'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_destroy'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_addopen'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_adddup2'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_addclose'.
2008-09-28 Bruno HaibleNew module 'posix_spawn_file_actions_init'.
2008-09-28 Bruno HaibleNew module 'posix_spawn-internal'.
2008-09-28 Bruno HaibleNew module 'spawn'.
2008-09-28 Bruno HaibleTests for module 'sched'.
2008-09-28 Bruno HaibleNew module 'sched'.
2008-09-27 Bruno HaibleProvide the definition of GL_LINK-WARNING.
2008-09-27 Bruno HaibleEPIPE requires errno module.
2008-09-26 Bruno HaibleDepend on module 'sigpipe'.
2008-09-26 Bruno HaibleSupport SIGPIPE in stdio functions for writing.
2008-09-26 Bruno HaibleDepend on module 'write', in case module 'sigpipe'...
2008-09-26 Bruno HaibleTests for module 'sigpipe'.
2008-09-26 Bruno HaibleNew module 'write'.
2008-09-26 Bruno HaibleSupport signal handling with SIGPIPE on native Windows...
2008-09-26 Jim Meyeringfts: sort dirent entries on inode number before traversing
2008-09-26 Bruno HaibleNew module 'sigpipe'.
2008-09-25 Simon Josefssonmodules/sys_select-tests (Depends-on): Remove sys_select.
2008-09-24 Paolo Bonziniimplement full-blown select(2) for winsock
2008-09-24 Bruno HaibleEnsure that a filename ending in a slash cannot be...
2008-09-23 Paolo Bonziniimplement a native version of poll for Win32
2008-09-23 Paolo Bonziniadd sockets wrappers
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-09-20 Bruno HaibleEnsure that wint_t gets defined on IRIX 5.3.
2008-09-18 Simon Josefssongetaddrinfo: Don't depend on strdup.
2008-09-16 Jim Meyeringavoid spurious test failure when library is built witho...
2008-09-14 Bruno HaibleTests for module 'perror'.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleReorder list of macros, for consistency.
2008-09-14 Bruno HaibleExtend strerror to cover the added errno values.
2008-09-14 Bruno HaibleRemove module EOVERFLOW.
2008-09-13 Bruno HaibleRemove module EOVERFLOW.
2008-09-13 Bruno HaibleTests for module 'errno'.
2008-09-13 Bruno HaibleNew module 'errno'.
2008-09-12 Paolo Bonzinifix test-poll compilation failure on Cygwin
2008-09-12 Paolo Bonziniport poll tests to Windows
2008-09-12 Paolo Bonziniadd a minimal testsuite for the poll module
2008-09-11 Yoann VandoorselaereConsistent license terms for all the fnmatch modules.
2008-09-06 Bruno HaibleRelicense the getndelim2 dependencies under LGPLv2+.
2008-09-02 Bruno HaibleNew module 'findprog-lgpl'.
2008-09-01 Bruno HaibleNew module 'xconcat-filename', split off from module...
2008-09-01 Bruno HaibleSplit module 'filename' into 'filename' and 'concat...
2008-09-01 Simon Josefssonbitrotate: Add 8 bit rotate functions.
2008-09-01 Simon JosefssonFix last commit.
next