summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Defeat -flto GCC optimization in math autoconf tests.Bruno Haible2019-08-1812-36/+36
* parse-datetime: Require Bison 2.4 or newer.Bruno Haible2019-07-201-1/+32
* pthread: Turn into a convenience module.Bruno Haible2019-07-151-1/+0
* pthread-spin: New module.Bruno Haible2019-07-151-0/+30
* pthread-tss: New module.Bruno Haible2019-07-151-0/+28
* pthread-cond: New module.Bruno Haible2019-07-151-0/+36
* pthread-rwlock: New module.Bruno Haible2019-07-151-0/+91
* pthread-mutex: New module.Bruno Haible2019-07-151-0/+44
* pthread-once: New module.Bruno Haible2019-07-151-0/+22
* pthread-thread: New module.Bruno Haible2019-07-151-0/+69
* pthread-h: Prepare for adding new modules.Bruno Haible2019-07-151-2/+68
* pthread-h: Add declarations of essential pthread functions.Bruno Haible2019-07-151-7/+135
* pthread-h: Respect --enable-threads={posix|windows} option on mingw.Bruno Haible2019-07-151-36/+8
* pthread-h: New module.Bruno Haible2019-07-153-116/+97
* sched_yield: New module.Bruno Haible2019-07-152-59/+98
* thread, lock, cond, tls: Remove support for Pth threads.Bruno Haible2019-07-063-48/+8
* thread, lock, cond, tls: Remove support for old Solaris threads.Bruno Haible2019-07-061-36/+4
* inet_ntop, inet_pton: Avoid conflict with native Windows functions.Bruno Haible2019-06-302-9/+23
* inet_ntop, inet_pton: Forward-compatibility with newer Windows versions.Bruno Haible2019-06-302-10/+12
* poll-h: Fix compilation error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-301-1/+3
* accept4: Fix compilation error on OpenIndiana.Bruno Haible2019-06-291-3/+6
* threads-h: Define 'thread_local' if and only it actually works.Bruno Haible2019-06-211-11/+73
* threads-h: Simplify link dependencies.Bruno Haible2019-06-211-7/+7
* threads-h: Fix link error on FreeBSD 11.Bruno Haible2019-06-211-4/+5
* threadlib: Fix typo (regression from today).Bruno Haible2019-06-211-1/+1
* thrd: New module.Bruno Haible2019-06-201-0/+63
* threads-h: New module.Bruno Haible2019-06-202-2/+128
* pthread_mutex_timedlock: New module.Bruno Haible2019-06-202-9/+36
* thread, lock, cond, tls: Recognize C11 multithreaded applications.Bruno Haible2019-06-201-1/+8
* posix_spawn_file_actions_addfchdir: New module.Bruno Haible2019-06-103-25/+60
* copy-file-range: simplify into a stubPaul Eggert2019-06-061-2/+20
* copy-file-range: new modulePaul Eggert2019-06-042-1/+21
* flexmember: update comments againPaul Eggert2019-05-241-9/+3
* flexmember: update commentPaul Eggert2019-05-241-3/+7
* localename: Fix default on macOS.Bruno Haible2019-05-201-17/+10
* 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