summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Assume autoconf >= 2.64.Bruno Haible2020-08-1610-115/+43
* sys_ioctl: Simplify.Bruno Haible2020-08-161-2/+2
* Fix quoting of AC_LANG_SOURCE arguments.Bruno Haible2020-08-166-34/+20
* canonicalize: Fix a problem of the autoconf test on MSVC/clang.Bruno Haible2020-08-151-1/+2
* Determine asm output option and filename suffix for MSVC/clang.Bruno Haible2020-08-151-3/+14
* frexpl: Fix configuration test result on MSVC.Bruno Haible2020-08-151-2/+4
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-1548-219/+374
* Fix "unknown pragma ignored" warnings with clang on native Windows.Bruno Haible2020-08-152-4/+4
* stdnoreturn: Work around problem with MSVC/clang.Bruno Haible2020-08-151-0/+3
* utime-h: Generate an utime.h file always.Bruno Haible2020-08-151-23/+1
* mktime, mktime-internal: Remove obsolete code.Bruno Haible2020-08-141-4/+1
* getcwd: Remove obsolete code.Bruno Haible2020-08-142-8/+2
* tzset: Assume the function exists.Bruno Haible2020-08-142-6/+1
* nstrftime: Assume tzset exists.Bruno Haible2020-08-141-3/+1
* mktime, mktime-internal: Assume tzset exists.Bruno Haible2020-08-141-2/+1
* strdup: Assume the function exists.Bruno Haible2020-08-141-7/+3
* sys_random: Work around an uClibc bug.Bruno Haible2020-08-132-4/+6
* Use many __attribute__s with clang.Bruno Haible2020-08-111-2/+2
* ftruncate: Use _chsize, not chsize.Bruno Haible2020-08-091-3/+3
* Use __alignof__ with clang.Bruno Haible2020-08-091-2/+2
* Use __typeof__ with clang.Bruno Haible2020-08-091-2/+2
* Add ability to emit user-defined warnings and errors with clang.Bruno Haible2020-08-091-1/+5
* Use __builtin_signbit* with clang.Bruno Haible2020-08-092-189/+190
* Use __builtin_isnan with clang.Bruno Haible2020-08-093-35/+17
* libgmp: add <gmp/gmp.h> supportPaul Eggert2020-08-061-42/+46
* Prefer documented autoconf macro 'm4_if' over 'ifelse'.Bruno Haible2020-08-041-5/+5
* sigprocmask: Try to avoid breakage for people who use an Autoconf cache.Bruno Haible2020-08-031-6/+6
* Prefer documented autoconf macro 'm4_if' over 'ifelse'.Bruno Haible2020-08-015-19/+19
* libtextstyle[-optional]: Allow requesting a minimum version.Bruno Haible2020-08-012-9/+50
* _GL_CMP: Improve documentation.Bruno Haible2020-07-311-2/+4
* largefile: sync with Autoconf masterPaul Eggert2020-07-301-1/+1
* alloca: sync with Autoconf masterPaul Eggert2020-07-301-5/+9
* Work around some Oracle Studio attribute bugsPaul Eggert2020-07-301-3/+9
* unicodeio: Fix wrong result on musl libc.Bruno Haible2020-07-301-3/+3
* libgmp: remove dependency on havelibPaul Eggert2020-07-261-18/+34
* libgmp: remove HAVE_GMP, LIB_GMPPaul Eggert2020-07-261-11/+2
* inttypes: Remove support for AIX 4.Bruno Haible2020-07-262-46/+1
* gettimeofday: Remove workaround for Mac OS X 10.0.Bruno Haible2020-07-262-81/+1
* tzset: Remove workaround for Solaris 2.6.Bruno Haible2020-07-261-64/+1
* expl: Simplify autoconf test.Bruno Haible2020-07-261-39/+18
* alloca: Remove Cray-2 and Cray Y-MP support.Bruno Haible2020-07-261-28/+4
* multiarch: Prepare for x86_64+arm64 universal binaries in macOS 11.Bruno Haible2020-07-261-2/+2
* sigprocmask: Small autoconf macro improvement.Bruno Haible2020-07-262-6/+24
* Small autoconf macro improvements.Bruno Haible2020-07-264-58/+66
* doc: Update for NetBSD 7.1, 8.0, 9.0.Bruno Haible2020-07-259-24/+25
* doc: Update for Mac OS X 10.13.Bruno Haible2020-07-255-9/+11
* Fix _GL_CMP parenthesization typoPaul Eggert2020-07-241-1/+1
* Optimize three-valued comparison between integers.Bruno Haible2020-07-241-1/+15
* aligned-malloc: New module.Bruno Haible2020-07-211-0/+140
* inttypes: Fix PRI*PTR and SCN*PTR on 64-bit native Windows.Bruno Haible2020-07-211-3/+12