allow renaming bootstrap, and change the name of bootstrap.conf accordingly
[gnulib.git] / ChangeLog
2008-10-02 Paolo Bonziniallow renaming bootstrap, and change the name of bootst...
2008-10-02 Paolo Bonzinihave bootstrap initialize git-merge-changelog if found
2008-10-02 Paolo Bonzinihave bootstrap initialize a `gnulib' submodule in a...
2008-10-02 Jim Meyeringfts.c: sync with similar code from coreutils' remove.c
2008-10-02 Jim Meyeringfts: bug fixes
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 Jim Meyeringfts.c: adjust a new interface to be more generally...
2008-10-01 Yoann VandoorselaereTests for module 'cond'.
2008-10-01 Bruno HaibleNeeds to depend on modules 'errno' and 'time'.
2008-10-01 Bruno HaibleFix detection of pthread_atfork function.
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-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-30 Jim Meyeringfts.m4: correct the test for statfs.f_type
2008-09-30 Simon Josefssontests: avoid some compiler warnings
2008-09-29 Jim MeyeringChangeLog: replace 8 leading spaces with a TAB
2008-09-29 Ondřej Vašíkgetdate.y: disallow countable dayshifts like "4 yesterd...
2008-09-29 Bruno HaibleA new test for posix_spawn.
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 Eric Blakearpa_inet_h.m4: fix typo in previous patch
2008-09-29 Paolo Bonzinidocumentation update for mingw socket functions
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-29 Bruno HaibleSet LIBSOCKET instead of augmenting LIBS. Also handle...
2008-09-29 Bruno HaibleAvoid assigning ARPA_INET_H in different .m4 files.
2008-09-28 Bruno HaibleEnsure correct syntax when sys/select.h is replaced...
2008-09-28 Bruno HaibleOSF/1 4.0 has a <sys/select.h> that lacks 'struct timeval'.
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 HaibleAvoid test failure on glibc with LinuxThreads.
2008-09-28 Bruno HaibleTweak patch that overrides open() and fopen().
2008-09-28 Bruno HaibleTests for 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 Eric BlakeFix previous patch, and tweak references to $0.
2008-09-27 Bruno HaibleAvoid assigning ICONV_H in two different files. Fixes...
2008-09-27 Bruno HaibleAvoid assigning WCHAR_H in different .m4 files.
2008-09-27 Bruno HaibleProvide the definition of GL_LINK-WARNING.
2008-09-27 Bruno HaibleEPIPE requires errno module.
2008-09-26 Bruno HaibleCopy --version support from gnulib-tool to posix-modules.
2008-09-26 Bruno HaibleMake "gnulib-tool --version" work from any directory.
2008-09-26 Bruno HaibleMake this script work again (broken since 2008-01-19).
2008-09-26 Bruno HaibleModule EOVERFLOW is removed.
2008-09-26 Bruno HaibleIgnore error EPIPE when closing a stream.
2008-09-26 Bruno HaibleExplain reason for skipping tests.
2008-09-26 Bruno HaibleReorder items.
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: tweak inode comparison function
2008-09-26 Jim Meyeringfts: sort dirent entries on inode number before traversing
2008-09-26 Bruno HaibleNew module 'sigpipe'.
2008-09-25 Bruno HaibleReport all license incompatibilities during --import.
2008-09-25 Bruno HaibleOops, tweak last commit so that it also works in the...
2008-09-25 Simon Josefssonmodules/sys_select-tests (Depends-on): Remove sys_select.
2008-09-25 Bruno HaibleDon't ask the user to perform edits in the generated...
2008-09-25 Yoann VandoorselaereStore the --tests-base option in the comment in gnulib...
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: avoid compiler optimizations when provoking...
2008-09-23 Eric Blakec-stack: work around Irix sigaltstack bug
2008-09-23 Eric Blakefopen: document mingw bug on directories
2008-09-23 Paolo Bonziniimplement a native version of poll for Win32
2008-09-23 Paolo Bonziniadd sockets wrappers
2008-09-23 Paolo Bonzinidowngrade minimum needed Winsock version for test-poll.c
2008-09-23 Bruno HaibleAdd info about functions missing on IRIX 5.3.
2008-09-23 Simon Josefssontest-perror.sh (tmpfiles): Cleanup temporary files...
2008-09-22 Eric Blakevasnprintf: fix x86/glibc regression on printf("%La...
next