Add support for Solaris 10 ACLs. Also, ACLs are Gnulib, not Autoconf.
[gnulib.git] / m4 /
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-12-01 Eric BlakeFix fseeko detection for cygwin 1.5.25.
2007-11-16 Paul EggertNew module posix-shell, for determining a POSIX shell
2007-11-15 Paul EggertNew module gnu-make, for determining whether we're...
2007-11-12 Paul EggertDon't insist on 'long long int' support in the preproce...
2007-11-11 Bruno HaibleDetect round() bug on NetBSD 3.0/x86.
2007-11-11 Bruno HaibleUse the shared tests for the floor* and ceil* functions.
2007-11-11 Bruno HaibleHandle the case that floorl and roundl are declared...
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-11-11 Bruno HaibleAlign checks for ptrdiff_t.
2007-11-09 Bruno HaibleAvoid a test failure on BeOS.
2007-11-08 Jim MeyeringChange cache variable name prefix "jm_" to "gl_" everyw...
2007-11-07 Bruno HaibleUpgrade to gettext-0.17.
2007-11-07 Bruno HaibleUpdate version number, from gettext-0.17.
2007-11-07 Bruno HaiblePort to QNX.
2007-11-04 Bruno HaibleUse GL_NOCRASH, to avoid a crashreporter dialog box...
2007-11-04 Bruno HaibleNew module 'nocrash'.
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-11-03 Bruno HaibleNew module 'frexp-nolibm'.
2007-11-01 Paul Eggert* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that...
2007-11-01 Bruno HaibleDefine the putenv substitute in <stdlib.h> rather than...
2007-10-31 Bruno HaibleRemove obsolete macros gl_AC_TYPE_LONG_LONG, gl_AC_TYPE...
2007-10-31 Bruno HaibleEnsure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_...
2007-10-30 Bruno HaibleRename the cache variable to contain the special marker...
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-29 Bruno HaiblePut the test whether the floor or ceil variant needs...
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-28 Ben PfaffCheck whether round* exist in libraries, not just wheth...
2007-10-27 Bruno HaibleBorrow an improved version of AC_C_RESTRICT from autoconf.
2007-10-22 Bruno Haible* m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT)...
2007-10-22 Simon JosefssonAdd module 'gc-camellia'.
2007-10-22 Ben PfaffFix bugs in round modules reported by Bruno Haible.
2007-10-21 Bruno HaibleReplace wcwidth also if it fails on U+200B (ZERO WIDTH...
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Bruno HaibleNew module 'ceil'.
2007-10-20 Bruno HaibleNew module 'floor'.
2007-10-18 Bruno HaibleImprove detection of whether %n is supported or not.
2007-10-17 Bruno HaibleImprove comments in last patch.
2007-10-17 Bruno HaibleRestrict the usable locale names on Cygwin.
2007-10-16 Paul EggertCheck for 64-bit int errors in HP-UX 10.20 preprocessor.
2007-10-15 Ralf Wildenhues* m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache...
2007-10-15 Bruno HaibleTweak last patch.
2007-10-15 Bruno HaibleEnsure NULL is defined, before using it.
2007-10-15 Simon Josefssonm4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
2007-10-14 Bruno HaibleNew module 'iconv_open-utf': Enhance iconv_open to...
2007-10-13 Bruno HaibleA different way to test for getaddrinfo, so that it...
2007-10-11 Eric BlakeDon't claim strerror is broken on Interix.
2007-10-11 Paul EggertSimplify and modernize strerror substitute, partly...
2007-10-07 Bruno HaibleTypo in last commit.
2007-10-07 Bruno HaibleEnsure glibc declares trunc().
2007-10-07 Bruno HaibleNew modules 'fopen' and 'freopen'.
2007-10-07 Bruno HaibleNew module 'open'.
2007-10-05 Bruno HaibleNew module 'ceill'.
2007-10-05 Bruno HaibleNew module 'ceilf'.
2007-10-05 Bruno HaibleNew module 'floorl'.
2007-10-05 Bruno HaibleNew module 'floorf'.
2007-10-04 Bruno HaibleNew module 'truncl'.
2007-10-04 Bruno HaibleNew module 'truncf'.
2007-10-04 Bruno HaibleNew module 'trunc'.
2007-10-01 Bruno HaibleRename sys_socket_.h to sys_socket.in.h.
2007-10-01 Bruno HaibleRename string_.h to string.in.h.
2007-10-01 Bruno HaibleRename stdint_.h to stdint.in.h.
2007-10-01 Bruno HaibleRename signal_.h to signal.in.h.
2007-10-01 Bruno HaibleRename byteswap_.h to byteswap.in.h.
2007-09-29 Bruno HaibleRemove execute permission.
2007-09-28 Jim Meyering* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in...
2007-09-25 Eric BlakeFix strerror on Interix.
2007-09-24 Eric BlakeRevert fpending breakage from 2007-09-08.
2007-09-16 Bruno HaibleMake the buffer large enough, to avoid a buffer overflow.
2007-09-12 Bruno HaibleAvoid defining AC_USE_SYSTEM_EXTENSIONS here.
2007-09-12 Eric BlakeTrack CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
2007-09-11 Bruno HaibleRemove old, obsolete isc-posix.m4.
2007-09-09 Bruno HaibleOops, invert the direction of the test.
2007-09-09 Bruno HaibleSimplify the malloc/realloc/calloc macrology.
2007-09-09 Bruno HaibleNew module 'malloc-posix'.
2007-09-09 Bruno HaibleNew module 'realloc-posix'.
2007-09-09 Bruno HaibleNew module 'calloc-posix'.
2007-09-08 Bruno HaibleRemove old stub file.
2007-09-06 Paul Eggert* m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix...
2007-09-02 Bruno HaibleFix mis-recognition of 'mcs' on QNX 6.
2007-08-23 Eric BlakeGetline touchups.
2007-08-22 Eric BlakeMove getline and getdelim into stdio.h, per POSIX 200x.
2007-08-19 Bruno HaibleWork around lseek bug on BeOS.
2007-08-08 Eric BlakeMove xstrtol messages into gnulib domain, when --pobase...
2007-08-07 Bruno HaibleAvoid gcc warning: "__STDC_LIMIT_MACROS_TRIGGER" redefined
2007-07-31 Bruno HaibleDon't pretend that stdint.h conforms to C99 if it doesn...
2007-07-25 Bruno HaibleFix the include_next test so that it rejects AIX 4...
2007-07-25 Ben PfaffImprove name: "count-one-bits" is better than "popcount".
2007-07-23 Ben PfaffNew module: popcount.
2007-07-13 Jim Meyeringdf: Don't fail for Tru64's "file-on-file mount".
2007-07-07 Bruno HaibleWork around MacOS X wcwidth(0x0301) bug.
2007-07-07 Bruno HaibleRemove the wcwidth.h file. Move wcwidth's declaration...
2007-07-07 Bruno Haiblewcwidth.h no longer needs 'inline'.
2007-07-07 Bruno HaibleProvide wcwidth replacement in separate file wcwidth.c.
2007-07-02 Bruno HaibleEnsure that <stdint.h> defines all the *_MAX and *_MIN...
2007-06-28 Simon Josefsson2007-06-27 Simon Josefsson <simon@josefsson.org>
next