summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* _Noreturn: beware of C's _Noreturn in C++ pre C++11Akim Demaille2019-03-241-2/+3
* Support cross-compilation to musl libc.Bruno Haible2019-03-2375-157/+376
* posix_spawn_file_actions_*: Document musl libc bugs.Bruno Haible2019-03-231-10/+13
* futimens: Document musl libc bug.Bruno Haible2019-03-231-5/+17
* Clarify that cross-compilation guesses are guesses.Bruno Haible2019-03-239-48/+81
* strtold: Fix typo.Bruno Haible2019-03-231-2/+2
* libtextstyle-optional: New module.Bruno Haible2019-03-201-0/+30
* Help making signal handlers more reliable.Bruno Haible2019-03-191-1/+28
* _Noreturn: clang and MSVC do support [[noreturn]] in C++11 mode.Bruno Haible2019-03-181-3/+4
* _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 modeAkim Demaille2019-03-181-2/+3
* all: Update URLs to msdn.microsoft.com.Bruno Haible2019-03-141-2/+2
* alloca-opt: Fix conflict mingw's new <alloca.h> file.Bruno Haible2019-03-101-1/+8
* relocatable-prog: Use wrapper-free installation on Mac OS X, take 2.Bruno Haible2019-03-041-4/+25
* relocatable-prog: Revert "Use wrapper-free installation on Mac OS X."Bruno Haible2019-03-041-12/+3
* relocatable-prog: Use wrapper-free installation also on Mac OS X 10.4.Bruno Haible2019-02-241-1/+1
* relocatable-prog: Use wrapper-free installation also on Mac OS X.Bruno Haible2019-02-231-3/+12
* relocatable-prog: Use $ORIGIN trick also on GNU/Hurd.Bruno Haible2019-02-231-5/+13
* relocatable-prog: Use $ORIGIN trick on more platforms.Bruno Haible2019-02-201-1/+25
* libtextstyle: New module.Bruno Haible2019-02-101-0/+22
* dtoastr,ftoastr,ldtoastr: port to c-strtod changesPaul Eggert2019-02-021-3/+1
* c-strtod, c-strtold: Use the bug fixes for strtod, strtold.Bruno Haible2019-02-021-28/+5
* strtod, strtold: Use the locale's decimal point.Bruno Haible2019-02-012-2/+4
* strtold: New module.Bruno Haible2019-01-302-2/+125
* tmpfile: Add support for Android.Bruno Haible2019-01-271-8/+32
* mountlist: Merge two .m4 files.Bruno Haible2019-01-272-338/+323
* fts: Add support for Android.Bruno Haible2019-01-271-1/+19
* mountlist: Use Linux code on Android.Bruno Haible2019-01-271-2/+2
* mountlist: Port better to Android.Bruno Haible2019-01-261-4/+7
* sh-filename: Add support for Android 4.3.Bruno Haible2019-01-261-4/+6
* ptsname_r: Work around bug on Android 4.3.Bruno Haible2019-01-261-1/+32
* ttyname_r: Work around bug on Android 4.3.Bruno Haible2019-01-261-26/+58
* wcrtomb: Work around bug on Android 4.3.Bruno Haible2019-01-251-2/+43
* setlocale: Work around bug on Android 4.3.Bruno Haible2019-01-251-1/+27
* memchr: Work around bug on Android <= 5.0.Bruno Haible2019-01-251-5/+18
* random: Fix compilation error on Android 4.3.Bruno Haible2019-01-252-2/+28
* mbtowc: Fix compilation error on Android 4.3.Bruno Haible2019-01-252-5/+11
* fdatasync: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-8/+20
* fchownat: Fix compilation error on Android 4.3.Bruno Haible2019-01-251-1/+5
* threadlib: Revert commit from 2018-06-25. We now have a better fix.Bruno Haible2019-01-241-81/+1
* *printf: Support cross-compilation to Android.Bruno Haible2019-01-231-75/+115
* rintl: Override broken implementation on NetBSD.Bruno Haible2019-01-212-4/+57
* log10l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-17/+70
* logl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-13/+75
* expm1l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-202-2/+95
* expl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-202-2/+93
* exp2l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-1/+89
* Defeat current GCC optimizations in math autoconf tests.Bruno Haible2019-01-2038-76/+76
* getcwd: Fix test failure when building on a Linux 9p file system.Bruno Haible2019-01-131-4/+12
* localename: Assume setlocale function.Bruno Haible2019-01-061-2/+1
* stdopen: modernize and simplifyPaul Eggert2019-01-051-13/+0