have bootstrap initialize git-merge-changelog if found
[gnulib.git] / m4 /
2008-10-02 Richard W.M. Jonesfsync: new module
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 Bruno HaibleFix detection of pthread_atfork function.
2008-09-30 Jim Meyeringfts.m4: correct the test for statfs.f_type
2008-09-29 Eric Blakearpa_inet_h.m4: fix typo in previous patch
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-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 HaibleOverride open more carefully.
2008-09-28 Bruno HaibleOverride freopen more carefully.
2008-09-28 Bruno HaibleOverride fopen more carefully.
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 HaibleAvoid assigning ICONV_H in two different files. Fixes...
2008-09-27 Bruno HaibleAvoid assigning WCHAR_H in different .m4 files.
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: sort dirent entries on inode number before traversing
2008-09-26 Bruno HaibleNew module 'sigpipe'.
2008-09-24 Paolo Bonziniimplement full-blown select(2) for winsock
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 Paolo Bonziniadd sockets wrappers
2008-09-21 Bruno HaibleMake autoconf tests structure consistent with source...
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-09-20 Bruno HaibleEnsure that wint_t gets defined on IRIX 5.3.
2008-09-16 Jim Meyeringposix-shell.m4: reject opensolaris's "sh (AT&T Research...
2008-09-16 Jim Meyeringavoid spurious test failure when library is built witho...
2008-09-15 Bruno HaibleTest for each of the missing macros individually.
2008-09-15 Bruno HaibleOverride <errno.h> also on Cygwin.
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 HaibleNew module 'errno'.
2008-09-12 Eric Blakefrexp: test for NetBSD failure on -0.0
2008-09-12 Eric Blakesignbit: work around bug of HP-UX 10.20 cc with -0...
2008-09-04 Albert ChinAdd check whether #include_next also works after #inclu...
2008-09-02 Eric Blakec-stack: make configure-time check more robust
2008-08-31 Bruno HaibleAssume Solaris specific bi-arch conventions on Solaris...
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-30 Bruno HaibleDon't define HAVE_INCLUDE_NEXT any more.
2008-08-27 Paolo Bonziniuse unlocked I/O in getdelim
2008-08-25 Eric Blakec-stack: test that stack overflow can be caught
2008-08-22 Andreas Schwabgl_FUNC_OBSTACK_PRINTF_POSIX: fix typo
2008-08-21 Simon Josefssonm4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.
2008-08-20 Paolo BonziniMerge branch 'master' of ssh://bonzini@git.sv.gnu.org...
2008-08-19 Eric Blakestrverscmp: migrate from "strverscmp.h" to <string.h>
2008-08-18 Simon JosefssonUse ISO 8601 format. Attribution.
2008-08-18 Simon Josefssonautobuild.m4: Use TZ=UTC to avoid time zone complexity.
2008-08-17 Bruno HaibleNew module 'yield'.
2008-08-17 Bruno HaibleNew module 'thread'.
2008-08-17 Bruno HaibleAC_C_INLINE can be AC_REQUIREd.
2008-08-17 Yoann VandoorselaereNew module 'cond'.
2008-08-17 Eric Blakec-stack: fix regression on Irix 5.3 from 2008-06-21
2008-08-17 Bruno HaibleNew module 'threadlib'.
2008-08-07 Jim Meyering* m4/inet_pton.m4: Fix typo in comment: s/inet_ntop...
2008-07-26 Ben PfaffAdd isinf module.
2008-07-26 Ben PfaffMove macros for finding floating-point exponents into...
2008-07-17 Eric BlakeMake c-stack use libsigsegv, when available.
2008-07-14 Bruno HaibleRemove unneeded AC_PREREQ.
2008-07-14 Bruno HaibleNew module 'libsigsegv'.
2008-07-12 Bruno HaibleSet ISNAN_LIBM to empty when libm is not actually needed.
2008-07-12 Bruno HaibleComment.
2008-07-12 Ben PfaffAdd isnan module.
2008-07-12 Ben PfaffAdd isnanf module.
2008-07-12 Ben PfaffAdd isnand module.
2008-07-09 Jim Meyeringposix-shell.m4: fix typo that made this test malfunction
2008-07-08 Bruno HaibleUpdate comments.
2008-06-29 Bruno HaibleUpdate to match current gnulib-tool.
2008-06-24 Andreas SchwabDon't test whether compound literals can be used as...
2008-06-23 Bruno HaibleUpdate after lib/sig-handler.h is no longer included...
2008-06-23 Bruno HaibleComment fixes.
2008-06-22 Bruno HaibleRequire gl_SIGNAL_H_DEFAULTS.
2008-06-22 Bruno HaibleRequire AC_C_INLINE.
2008-06-21 Eric BlakeUse sigaction module rather than signal().
2008-06-21 Eric BlakeNew module sigaction, for mingw.
2008-06-18 Bruno HaibleNew macro gl_DISABLE_THREADS.
2008-06-17 Eric BlakeSimplify c-stack prerequisites.
2008-06-16 Eric BlakeUse raise module consistently.
2008-06-14 Bruno HaibleFix various problems in 'obstack-printf' module.
2008-06-13 Eric BlakeAdd obstack-printf and obstack-printf-posix modules.
2008-06-12 Bruno HaibleWork around open() bug on HP-UX 11 and Solaris 9.
2008-06-09 Eric BlakeWork around environments that (stupidly) ignore SIGALRM.
2008-06-06 Eric BlakeTweak documentation to cover cygwin argz bugs.
2008-06-05 Jim Meyeringgenerate argz.c and argz.in.h from glibc sources
2008-06-02 Bruno HaibleExtend ACL support tests to support OSF/1, MacOS X...
2008-05-29 Eric BlakePrefer new POSIX 200x interfaces over futimesat.
2008-05-25 Bruno HaibleDrop LIB_ACL_TRIVIAL.
2008-05-23 Bruno HaibleAdd support for ACLs on OSF/1.
2008-05-23 Bruno HaibleMake copy_acl work on MacOS X 10.5.
2008-05-22 Bruno HaibleSplit off copy_acl function to separate file.
2008-05-21 Simon JosefssonWhen cross-compiling, assume memcmp works if it is...
next