summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* fchownat: Replace also when chown has the trailing slash bug.Bruno Haible2010-07-311-9/+12
* linkat: Work around AIX 7.1 bug.Bruno Haible2010-07-311-2/+54
* Correctly determine whether pow is available in libc on AIX 7 with xlc.Bruno Haible2010-07-311-13/+19
* iconv: Work around AIX 6.1..7.1 bug.Bruno Haible2010-07-311-4/+23
* copysign: Does not require -lm on glibc systems.Bruno Haible2010-07-311-4/+3
* duplocale: Work around AIX 7.1 bug.Bruno Haible2010-07-311-8/+17
* dirfd: Avoid link error on AIX 7.1.Bruno Haible2010-07-312-7/+10
* futimens: fix configure checkEric Blake2010-07-301-2/+2
* wcwidth: Drop replacement on AIX 7.Bruno Haible2010-07-301-4/+4
* strtok_r: Avoid triggering bug in AIX 7.1 xlc compiler.Bruno Haible2010-07-301-3/+4
* unlink: Update regarding AIX.Bruno Haible2010-07-301-2/+2
* symlink: Update regarding AIX.Bruno Haible2010-07-301-3/+3
* strndup: Update regarding AIX.Bruno Haible2010-07-301-5/+9
* stat: Update regarding AIX.Bruno Haible2010-07-301-2/+2
* truncl: Fix autoconf test.Bruno Haible2010-07-301-1/+4
* round: Update regarding AIX.Bruno Haible2010-07-301-3/+3
* rename: Update regarding AIX.Bruno Haible2010-07-301-2/+2
* printf.m4: Update regarding AIX.Bruno Haible2010-07-301-2/+2
* iconv: Update regarding AIX.Bruno Haible2010-07-301-5/+9
* getopt: Update regarding AIX.Bruno Haible2010-07-301-6/+6
* ldexpl; Update regarding AIX.Bruno Haible2010-07-301-4/+7
* frexpl: Update regarding AIX.Bruno Haible2010-07-301-3/+6
* open, fopen: Update regarding AIX.Bruno Haible2010-07-302-9/+10
* chown: Update doc regarding AIX.Bruno Haible2010-07-301-1/+2
* mbrlen: Fix cross-compilation guess for AIX.Bruno Haible2010-07-301-6/+6
* mbrtowc: Fix cross-compilation guess for AIX.Bruno Haible2010-07-301-5/+5
* strtod: aid debuggingEric Blake2010-07-291-7/+7
* getcwd: on Solaris, work better if ancestors are inaccessiblePaul R. Eggert2010-07-141-3/+1
* pthread: Add enough so that coreutils/src/sort.c compiles.Paul R. Eggert2010-07-131-0/+2
* Unify tests that set gl_cv_func_ldexpl_no_libm.Bruno Haible2010-07-122-20/+18
* Unify tests that set gl_cv_func_ldexp_no_libm.Bruno Haible2010-07-122-12/+56
* Unify tests that set gl_cv_func_frexpl_no_libm.Bruno Haible2010-07-122-31/+21
* Unify tests that set gl_cv_func_frexp_no_libm.Bruno Haible2010-07-122-32/+22
* New module '_Exit'.Bruno Haible2010-07-122-2/+25
* strtod: make it more-accurate typically, and don't require libmPaul R. Eggert2010-07-121-5/+19
* (x)memcoll: minor tweaksPaul Eggert2010-07-081-4/+1
* (x)memcoll: speedup when input is known to be NUL delimitedChen Guo2010-07-081-0/+1
* fsusage: Clarify which code applies to which platforms.Bruno Haible2010-07-041-8/+20
* havelib: Fix bug when AC_LIB_FROMPACKAGE is used more than twice.Bruno Haible2010-07-041-2/+2
* gettext: Use AC_GNU_SOURCE as a fallback for AC_USE_SYSTEM_EXTENSIONS.Christian Weisgerber2010-07-011-2/+6
* Fix HAVE_CALLOC_POSIX misnomer.Bruno Haible2010-06-222-2/+2
* Use modern idiom for calloc() replacement.Bruno Haible2010-06-221-17/+22
* Fix HAVE_REALLOC_POSIX misnomer.Bruno Haible2010-06-222-2/+2
* Use modern idiom for realloc() replacement.Bruno Haible2010-06-221-5/+26
* Fix HAVE_MALLOC_POSIX misnomer.Bruno Haible2010-06-222-3/+3
* Use modern idiom for malloc() replacement.Bruno Haible2010-06-211-5/+26
* ipv6: fix detection under mingwGiuseppe Scrivano2010-06-151-0/+3
* strtod: Assume strtod() works when cross-compiling to new-enough glibc.Ben Pfaff2010-06-151-1/+13
* Factor out common code in gl_FUNC_STRTOD.Ben Pfaff2010-06-151-6/+5
* strtod: Stop using AC_FUNC_STRTOD.Bruno Haible2010-06-151-4/+28