summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* threadlib: Provide an easy way to avoid mingw's winpthreads library.Bruno Haible2019-05-181-2/+23
* pthread_sigmask: Fix compilation error with --enable-threads=windows.Bruno Haible2019-05-181-71/+69
* close-stream, closein, closeout: simplifyPaul Eggert2019-05-143-34/+0
* gettext: Update to gettext 0.20.Bruno Haible2019-05-109-623/+38
* Support C2X and C++17 static_assertPaul Eggert2019-05-091-0/+2
* wcwidth: Ensure width 1, not 2, for ambiguous characters.Bruno Haible2019-05-051-2/+6
* Port manywarnings to GCC 9Paul Eggert2019-05-031-2/+7
* gettext: Prepare for next gettext release.Bruno Haible2019-04-134-4/+4
* openmp: Add workaround for 32-bit programs on AIX.Bruno Haible2019-04-091-0/+10
* _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