have bootstrap initialize git-merge-changelog if found
[gnulib.git] / lib /
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
2008-09-02 Simon Josefssonbitrotate: Code improvements.
2008-09-02 Simon Josefssonbitrotate: Add 64-bit rotates.
2008-09-02 Eric Blakevasnprintf-posix: handle large precision via %.*d
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 bitrotate module.
2008-08-31 Jim Meyering* lib/strftime.h: Add comments describing the two added...
2008-08-31 Jim Meyeringremove duplicate #include directives
2008-08-31 Bruno HaibleOops, mistake in last commit.
2008-08-31 Bruno HaibleNew module 'sigpipe-die'.
2008-08-31 Bruno HaibleDon't override previously installed signal handlers.
2008-08-30 Bruno HaibleWork around bug with trailing slash on Solaris 9 and...
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2008-08-29 Simon JosefssonAdd bitrotate module.
next