Mention glibc function 'fallocate'.
[gnulib.git] / m4 /
2009-05-21 Bruno HaibleRemove redundant m4_quote invocations.
2009-05-21 Eric BlakeSecond attempt to work around an AIX 5.3, 6.1 compiler...
2009-05-21 Bruno HaibleAvoid redefinition warnings for SIZE_MAX.
2009-05-21 Bruno HaibleSimplify m4 code.
2009-05-20 Simon Josefssonsys_socket: MinGW and IRIX does not have sa_family_t...
2009-05-14 Tom Princerename.m4: fix typos that would make non-mingw cross...
2009-05-14 Eric Blakemmap-anon: avoid out-of-order autoconf expansion
2009-05-13 Bruno HaibleMake the MAP_ANONYMOUS detection work on HP-UX 11.
2009-05-13 Bruno HaibleAdd comments.
2009-05-08 Simon Josefssonm4/sys_socket_h.m4: Test for ws2tcpip.h earlier.
2009-05-08 Simon Josefssonsys_socket: Define sockaddr_storage.
2009-05-04 Bruno HaibleExploit new semantics of AC_DEFUN_ONCE available since...
2009-05-03 Bruno HaibleAvoid warning about use AC_REQUIRE in recent autoconf.
2009-05-03 Simon Josefssonm4/fnmatch.m4: Fix fnmatch re-define.
2009-05-03 David Bartleypriv-set: new module and accompanying tests; adapt...
2009-05-02 Bruno HaibleRemove incompatibility between modules fnmatch-posix...
2009-05-02 Bruno HaibleModernize fnmatch detection macro.
2009-05-01 Bruno HaibleReplace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t...
2009-04-27 Bruno HaibleNew module 'libunistring'.
2009-04-26 Bruno HaibleMake the lib vs. lib64 recognition work on openSUSE...
2009-04-26 Bruno HaibleSimplify gl_LIBSIGSEGV.
2009-04-23 Bruno HaibleFix cross-compilation results.
2009-04-14 Bruno HaibleTweak last commit.
2009-04-12 Ben PfaffMake fcntl module detect O_NOATIME, O_NOFOLLOW on GNU...
2009-04-12 Ben PfaffMake rename replace existing destinations on Windows.
2009-04-10 Bruno HaibleFix cross-compile guess for utime test.
2009-04-03 Paul EggertPort inet_ntop to Solaris 8 (problem found in coreutils...
2009-04-03 Simon Josefssonlib-symbol-versions: Add comment about false positive...
2009-04-01 Simon JosefssonAdd lib-msvc-compat module.
2009-03-25 Paul EggertNew modules nproc, pthread.
2009-03-23 Bruno HaibleRemove dependency from 'close' module to -lws2_32 on...
2009-03-23 Eric Blakesignal.h: always support 'volatile sig_atomic_t'
2009-03-23 Jim Meyeringpathmax: PATH_MAX: use pathconf only when available
2009-03-18 Reuben ThomasUpdate and improve help for --without-included-regex.
2009-03-13 Bruno HaibleWork around select() bug on Interix 3.5.
2009-03-10 Bruno HaibleFollowup to 2008-12-22: Remove unnecessary AC_FUNC_MBRT...
2009-03-03 Simon JosefssonAdd new module ld-version-script. Fix doc for visibility.
2009-02-28 Bruno HaibleSeparate two tests. Mention the platforms in canonical...
2009-02-27 Bruno HaibleAvoid spurious "(cached)" in configure output.
2009-02-27 Eric Blakeprintf: fix regression in previous patch
2009-02-27 Eric BlakeDetect bug in cygwin 1.5.x *printf on 1-character %ls.
2009-02-27 Eric Blakeavoid gcc 3.4.3 bug on long double NaN on Irix 6.5
2009-02-27 Bruno HaibleWork around a *printf bug with %ls on Solaris.
2009-02-26 Eric Blakestdlib: favor compiler check of random.h
2009-02-26 Bruno HaibleWork around *printf bug with %g directive and 0.0 on...
2009-02-26 Bruno HaibleFix *printf behaviour regarding the %ls directive.
2009-02-26 Bruno HaibleUpdate guessed test results.
2009-02-26 Bruno HaibleWork around mbrtowc bug in zh_CN.GB18030 locale on...
2009-02-26 Bruno HaibleWork around broken INT8_MAX, UINT8_MAX etc. values...
2009-02-25 Eric Blaketests: skip fseek/ftell tests if ungetc is broken
2009-02-25 Gary V. Vaughanstrtod: avoid C99 decl-after-statement
2009-02-24 Eric Blakestrtod: detect HP-UX 11.31 bug
2009-02-24 Bruno Haiblevasnprintf: Fix invalid read past end of memory block.
2009-02-21 David LutterkortNew module 'safe-alloc'.
2009-02-17 Bruno HaibleReformulate comment.
2009-02-15 Albert Chin-A-YoungUpdate comment about IBM C 9.0/10.1 bug.
2009-02-10 Simon Josefssonsockets: Call AC_C_INLINE.
2009-02-06 Ben PfaffFix link errors on Windows when close module is used.
2009-01-30 Eric Blakefix more require-before-expand issues
2009-01-28 Jim Meyering00gnulib.m4: add m4 quotes in shell comment to avoid...
2009-01-26 Eric BlakeSilence warning reintroduced by recent extensions patch.
2009-01-26 Eric BlakeBackport improved autoconf semantics of AC_DEFUN_ONCE.
2009-01-26 Bruno HaibleUse non-UTF-8 locales on MacOS X.
2009-01-25 Bruno HaibleUse the posix_spawn or its replacement on all Unix...
2009-01-25 Bruno HaibleAvoid redefining 'struct random_data' on OSF/1 5.1.
2009-01-25 Bruno HaibleMake it possible again to use AC_GNU_SOURCE together...
2009-01-22 Bruno HaibleCache the C locale object.
2009-01-21 Bruno Haiblenanosleep: skip configure test (fail it) for apple...
2009-01-21 Bruno Haiblemktime: skip configure test (fail it) for apple univers...
2009-01-21 Eric Blakemultiarch: avoid expand-before-require warning
2009-01-21 Eric Blakeerror: avoid expand-before-require warning
2009-01-19 Bruno HaibleDon't use AC_REQUIRE([AC_C_BIGENDIAN]).
2009-01-18 Bruno HaibleRevisit the condition when to use multibyte parsing...
2009-01-18 Bruno HaibleRemove unused code for mempcpy.
2009-01-18 Martin LambersNew module 'link'.
2009-01-18 Bruno HaibleNew module 'alphasort'.
2009-01-18 Bruno HaibleNew module 'scandir'.
2009-01-18 Bruno HaibleNew modules 'dprintf', 'dprintf-posix'.
2009-01-18 Bruno HaibleNew modules 'vdprintf', 'vdprintf-posix'.
2009-01-17 Bruno HaibleFix test-fopen failure on mingw.
2009-01-17 Bruno HaibleSupport for stripping executables in --enable-relocatable.
2009-01-16 Bruno HaibleUse an array initializer syntax that also works in...
2009-01-15 Bruno HaibleMake fflush-after-ungetc POSIX compliant on glibc systems.
2009-01-15 Jim Meyeringopenmp.m4: revert quote-adding change, for portability...
2009-01-15 Albert Chin-A-Youngmktime.m4: remove K&R-style function prototypes
2009-01-14 Bruno HaibleUpdate or remove references to gettext release.
2009-01-14 Jim Meyeringmany *.m4 files: improve m4 quoting
2008-12-30 Bruno HaibleFix a bug in the determination of LIB${NAME}_PREFIX.
2008-12-30 Eric Blakemultiarch: avoid autoconf AC_REQUIRE bug
2008-12-29 Bruno HaibleMore systematic m4 argument quoting.
2008-12-26 Bruno HaibleRecognize more architecture names.
2008-12-25 Bruno HaibleAdd support for universal builds to vasnprintf.
2008-12-25 Bruno HaibleAdd support for universal builds to <inttypes.h>.
2008-12-25 Bruno HaibleAdd support for universal builds to <stdint.h>.
2008-12-25 Bruno HaibleNew module 'multiarch'.
2008-12-23 Bruno HaibleFix conditional and comment.
2008-12-23 Bruno HaibleModule getaddrinfo requires linking with $(GETADDRINFO_...
2008-12-23 Bruno HaibleOops, typo in comment.
2008-12-22 Bruno HaibleTreat Haiku like BeOS.
2008-12-22 Bruno HaibleWork around mbrlen() bugs on various platforms.
next