summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* get_progname_of: New module.Bruno Haible2019-08-141-0/+24
* get_ppid_of: New module.Bruno Haible2019-08-141-0/+25
* configmake: Update advice on usage.Eric Blake2019-08-101-1/+0
* configmake: Avoid namespace pollution issue on mingw.Eric Blake2019-08-081-0/+3
* parse-datetime: Avoid warnings from bison versions >= 3.3.Bruno Haible2019-07-201-13/+17
* parse-datetime: Require Bison 2.4 or newer.Bruno Haible2019-07-201-1/+1
* pthread_sigmask tests: Use new multithread modules.Bruno Haible2019-07-151-1/+1
* pthread-tss: Add tests.Bruno Haible2019-07-151-0/+15
* pthread-cond: Add tests.Bruno Haible2019-07-151-0/+16
* pthread-rwlock: Add tests.Bruno Haible2019-07-151-0/+15
* pthread-mutex: Add tests.Bruno Haible2019-07-151-0/+14
* pthread-once: Add tests.Bruno Haible2019-07-151-0/+17
* pthread-thread: Add tests.Bruno Haible2019-07-151-0/+12
* pthread: Turn into a convenience module.Bruno Haible2019-07-152-6/+7
* pthread-spin: New module.Bruno Haible2019-07-151-0/+31
* pthread-tss: New module.Bruno Haible2019-07-151-0/+31
* pthread-cond: New module.Bruno Haible2019-07-151-0/+32
* pthread-rwlock: New module.Bruno Haible2019-07-151-0/+33
* pthread-mutex: New module.Bruno Haible2019-07-151-0/+33
* pthread-once: New module.Bruno Haible2019-07-151-0/+31
* pthread-thread: New module.Bruno Haible2019-07-151-0/+31
* pthread-h: Prepare for adding new modules.Bruno Haible2019-07-151-1/+5
* pthread-h: Add declarations of essential pthread functions.Bruno Haible2019-07-151-3/+119
* pthread-h: Respect --enable-threads={posix|windows} option on mingw.Bruno Haible2019-07-153-3/+4
* pthread-h: Add C++ tests.Bruno Haible2019-07-151-0/+19
* pthread-h: Add tests.Bruno Haible2019-07-151-0/+12
* pthread-h: New module.Bruno Haible2019-07-153-40/+59
* sched_yield: New module.Bruno Haible2019-07-152-7/+41
* windows-spin: New module.Bruno Haible2019-07-151-0/+27
* windows-timedrwlock: New module.Bruno Haible2019-07-151-0/+31
* windows-rwlock: New module.Bruno Haible2019-07-152-0/+29
* windows-*: Rename glwthread_spinlock_t to glwthread_initguard_t.Bruno Haible2019-07-156-6/+6
* threads-h: Fix generation of threads.h.Bruno Haible2019-07-151-0/+4
* mbrtowc: Fix invalid use of mbtowc() on MSVC.Bruno Haible2019-07-031-0/+1
* getcwd: Fix crash when invoked with size = 0 on MSVC.Bruno Haible2019-07-021-0/+1
* getaddrinfo tests: Fix test failure on MSVC.Bruno Haible2019-07-021-0/+1
* inet_ntop, inet_pton: Avoid conflict with native Windows functions.Bruno Haible2019-06-301-0/+3
* inet_pton: Fix link error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-301-5/+5
* poll-h: Fix compilation error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-301-0/+2
* strverscmp: sync from glibcPaul Eggert2019-06-261-0/+2
* tss tests: Add tests for destructors and races.Bruno Haible2019-06-261-0/+1
* tls tests: Add tests for destructors and races.Bruno Haible2019-06-261-0/+1
* windows-tls: Implement TLS key destructors for native Windows.Bruno Haible2019-06-262-0/+2
* threadlib: Avoid autoconf warning "was expanded before it was required".Bruno Haible2019-06-261-1/+1
* argmatch: add support to generate the usage messageAkim Demaille2019-06-211-6/+7
* threads-h: Define 'thread_local' if and only it actually works.Bruno Haible2019-06-212-2/+10
* threads-h: Simplify link dependencies.Bruno Haible2019-06-215-5/+5
* threads: New module.Bruno Haible2019-06-201-0/+27
* tss: Add tests.Bruno Haible2019-06-201-0/+15
* cnd: Add tests.Bruno Haible2019-06-201-0/+16