summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* usleep: Implement with millisecond resolution on native Windows.Bruno Haible2019-07-023-5/+29
* lstat tests: Fix test failure on MSVC.Bruno Haible2019-07-022-0/+12
* stat tests: Fix test failure on MSVC.Bruno Haible2019-07-022-0/+12
* getaddrinfo tests: Fix test failure on MSVC.Bruno Haible2019-07-023-0/+12
* poll: Fix type of timeout pointer passed to select() on mingw x86_64.Hannes Müller2019-07-022-0/+9
* argmatch: Fix compilation errors.Bruno Haible2019-06-303-4/+12
* autoupdateKarl Berry2019-06-301-6/+4
* Include <stdlib.h> when needed.Bruno Haible2019-06-308-0/+20
* Include <stdlib.h> when needed.Bruno Haible2019-06-3012-1/+44
* inet_ntop, inet_pton: Avoid conflict with native Windows functions.Bruno Haible2019-06-305-9/+44
* inet_ntop, inet_pton: Forward-compatibility with newer Windows versions.Bruno Haible2019-06-303-10/+20
* inet_pton: Fix link error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-302-5/+11
* poll: Add comment.Bruno Haible2019-06-302-0/+12
* poll-h: Fix compilation error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-304-1/+37
* accept4: Fix compilation error on OpenIndiana.Bruno Haible2019-06-292-3/+14
* autoupdateKarl Berry2019-06-271-10/+7
* strverscmp: sync from glibcPaul Eggert2019-06-263-20/+30
* tss tests: Add tests for destructors and races.Bruno Haible2019-06-263-8/+340
* tls tests: Add tests for destructors and races.Bruno Haible2019-06-263-6/+337
* windows-tls: Implement TLS key destructors for native Windows.Bruno Haible2019-06-268-14/+329
* threadlib: Avoid autoconf warning "was expanded before it was required".Bruno Haible2019-06-262-1/+6
* argmatch: remove duplicate const qualifierAkim Demaille2019-06-252-3/+8
* unistd: stddef.h and sys/types.h namespace cleanupPaul Eggert2019-06-242-10/+17
* maintainer-makefile: restore portability to non-GNU awksAkim Demaille2019-06-242-9/+19
* Document setvbuf _IOLBF problemPaul Eggert2019-06-232-0/+8
* Document lseek SEEK_DATA/SEEK_HOLEPaul Eggert2019-06-232-0/+9
* autoupdateKarl Berry2019-06-231-2/+2
* autoupdateKarl Berry2019-06-231-3/+2
* argmatch: put all the docs member last.Akim Demaille2019-06-224-11/+19
* argmatch: add support to generate the usage messageAkim Demaille2019-06-217-33/+463
* thrd: Add comment.Bruno Haible2019-06-212-0/+9
* threads-h: Define 'thread_local' if and only if it actually works.Bruno Haible2019-06-211-1/+1
* threads-h: Small doc correction.Bruno Haible2019-06-211-1/+3
* threads-h: Define 'thread_local' if and only it actually works.Bruno Haible2019-06-218-17/+319
* threads-h: Simplify link dependencies.Bruno Haible2019-06-217-12/+23
* threads-h: Fix link error on FreeBSD 11.Bruno Haible2019-06-212-4/+11
* threadlib: Fix typo (regression from today).Bruno Haible2019-06-212-1/+6
* windows-thread, windows-tls: Fix compilation error on 32-bit mingw.Bruno Haible2019-06-213-0/+9
* autoudpateKarl Berry2019-06-202-4/+5
* tss tests: Small improvement.Bruno Haible2019-06-202-1/+7
* threads: New module.Bruno Haible2019-06-202-0/+32
* tss: Add tests.Bruno Haible2019-06-203-0/+224
* cnd: Add tests.Bruno Haible2019-06-203-0/+231
* mtx: Add tests.Bruno Haible2019-06-204-0/+718
* thrd: Add tests.Bruno Haible2019-06-204-0/+127
* tss: New module.Bruno Haible2019-06-207-16/+164
* cnd: New module.Bruno Haible2019-06-209-24/+252
* mtx: New module.Bruno Haible2019-06-2010-28/+363
* thrd: New module.Bruno Haible2019-06-2012-32/+581
* threads-h: Add tests.Bruno Haible2019-06-205-0/+177