Merge the two replacements for open() into a single one.
[gnulib.git] / lib /
2008-10-09 Paolo BonziniMerge the two replacements for open() into a single...
2008-10-09 Paolo BonziniReduce code duplication.
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 HaibleOops, typo in warning.
2008-10-05 Bruno HaibleAdd a link warning when the 'select' module is not...
2008-10-05 Bruno HaibleNew module 'select'.
2008-10-05 Bruno HaibleUse getdtablesize module.
2008-10-05 Bruno HaibleNew module 'getdtablesize'.
2008-10-05 Bruno HaibleUse the system's values, rather than overriding them...
2008-10-04 Bruno HaibleAvoid macro redefinition warnings.
2008-10-03 Paolo BonziniDefine EWOULDBLOCK to the same value as EAGAIN.
2008-10-03 Kamil Dudkafilevercmp: new module
2008-10-03 Bruno HaibleAdd a comment.
2008-10-02 Jim Meyeringfts.c: sync with similar code from coreutils' remove.c
2008-10-02 Richard W.M. Jonesfsync: new module
2008-10-02 Jim Meyeringfts: bug fixes
2008-10-01 Jim Meyeringremove trailing spaces
2008-10-01 Jim Meyeringfts.c: adjust a new interface to be more generally...
2008-10-01 Bruno HaibleNeeds to depend on modules 'errno' and 'time'.
2008-10-01 Bruno HaibleFix the Win32 implementation of the 'thread' module.
2008-09-30 Bruno HaibleTreat the special case of regular files more efficiently.
2008-09-29 Ondřej Vašíkgetdate.y: disallow countable dayshifts like "4 yesterd...
2008-09-29 Bruno HaiblePropagate effects of putenv/setenv/unsetenv to child...
2008-09-29 Bruno HaibleEnable use of shell scripts as executables in mingw.
2008-09-29 Paolo Bonzinistrengthen self-containedness check for sys/select.h
2008-09-29 Bruno HaibleMake the headers usable in C++.
2008-09-29 Bruno HaibleRemove unused variables.
2008-09-28 Bruno HaibleOverride open more carefully.
2008-09-28 Bruno HaibleOverride freopen more carefully.
2008-09-28 Bruno HaibleOverride fopen more carefully.
2008-09-28 Bruno HaibleAdd comment about SIGPIPE.
2008-09-28 Bruno HaibleTweak patch that overrides open() and fopen().
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 HaibleNew module 'sched'.
2008-09-27 Bruno HaibleProvide the definition of GL_LINK-WARNING.
2008-09-26 Bruno HaibleIgnore error EPIPE when closing a stream.
2008-09-26 Bruno HaibleCast the _get_osfhandle result, to avoid a warning.
2008-09-26 Bruno HaibleSupport SIGPIPE in stdio functions for writing.
2008-09-26 Bruno HaibleNew module 'write'.
2008-09-26 Bruno HaibleSupport signal handling with SIGPIPE on native Windows...
2008-09-26 Jim Meyeringfts: tweak inode comparison function
2008-09-26 Jim Meyeringfts: sort dirent entries on inode number before traversing
2008-09-24 Paolo Bonziniimplement full-blown select(2) for winsock
2008-09-24 Eric Blakeopen, fopen: close fd leak in last patch
2008-09-24 Bruno HaibleEnsure that a filename ending in a slash cannot be...
2008-09-23 Eric Blakec-stack: work around Irix sigaltstack bug
2008-09-23 Paolo Bonziniimplement a native version of poll for Win32
2008-09-23 Paolo Bonziniadd sockets wrappers
2008-09-22 Eric Blakevasnprintf: fix x86/glibc regression on printf("%La...
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-09-20 Bruno HaibleAdd data about branch probabilities.
2008-09-20 Bruno HaibleEnsure that wint_t gets defined on IRIX 5.3.
2008-09-18 Bruno HaibleTweak last commit.
2008-09-17 Bruno HaibleDon't use tabs inside comments ("unexpand --first-only").
2008-09-16 Eric Blakevasnprintf: support Irix 5.3
2008-09-16 Ralf WildenhuesUse a second, less quick upper bound based on character...
2008-09-15 Bruno HaibleOverride <errno.h> also on Cygwin.
2008-09-14 Ralf WildenhuesAbort the fstrcmp computation early when a lower bound...
2008-09-14 Bruno HaibleSimplify result computation.
2008-09-14 Ralf WildenhuesNew function fstrcmp_bounded.
2008-09-14 Ralf WildenhuesAdd an "early abort" facility to diffseq.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleRemove errno value definitions from <sys/socket.h>.
2008-09-14 Bruno HaibleExtend strerror to cover the added errno values.
2008-09-13 Bruno HaibleNew module 'errno'.
2008-09-13 Bruno HaibleMake glob work on mingw.
2008-09-13 Bruno HaibleDon't redefine ETIMEDOUT on Solaris.
2008-09-12 Paolo Bonziniport poll tests to Windows
2008-09-12 Yoann VandoorselaereUse dummy implementation also if USE_WIN32_THREADS.
2008-09-11 Yoann Vandoorselaerepoll: fix polling unconnected server sockets on WIN32
2008-09-08 Simon Josefssonbitrotate: Use UINT*_MAX constants. Doc string improve...
2008-09-07 Bruno HaibleMake striconveh work better with stateful encodings.
2008-09-06 Bruno HaibleAdd conditional code for SLOW_BUT_NO_HACKS.
2008-09-04 Ondřej Vašíkgetdate.y: reject an out-of-range timezone value
next