summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* pthread-thread: New module.Bruno Haible2019-07-152-24/+178
* pthread-h: Prepare for adding new modules.Bruno Haible2019-07-151-49/+263
* pthread-h: Add declarations of essential pthread functions.Bruno Haible2019-07-151-20/+1368
* pthread-h: New module.Bruno Haible2019-07-151-4/+12
* sched_yield: New module.Bruno Haible2019-07-152-0/+73
* windows-spin: New module.Bruno Haible2019-07-152-0/+116
* windows-timedrwlock: New module.Bruno Haible2019-07-153-0/+747
* windows-rwlock: New module.Bruno Haible2019-07-154-314/+450
* windows-thread: Add support for creating a thread in detached state.Bruno Haible2019-07-154-4/+7
* windows-*: Rename glwthread_spinlock_t to glwthread_initguard_t.Bruno Haible2019-07-157-24/+24
* argmatch: adjust columns for help2man.Akim Demaille2019-07-071-3/+2
* areadlink-with-size: avoid realloc when size==0Paul Eggert2019-07-062-16/+46
* areadlink-with-size: guess a buffer size with 0 sizePádraig Brady2019-07-062-2/+4
* autoupdateKarl Berry2019-07-061-0/+4
* thread, lock, cond, tls: Remove support for Pth threads.Bruno Haible2019-07-069-562/+9
* thread, lock, cond, tls: Remove support for old Solaris threads.Bruno Haible2019-07-0610-488/+13
* getcwd-lgpl, getcwd: Don't call realloc when it is pointless.Bruno Haible2019-07-062-5/+10
* xgetdomainname: Don't return an excessive memory allocation.Bruno Haible2019-07-061-0/+11
* xgethostname: Don't return an excessive memory allocation.Bruno Haible2019-07-061-0/+11
* areadlinkat-with-size: Don't return an excessive memory allocation.Bruno Haible2019-07-061-0/+7
* areadlink-with-size: Don't return an excessive memory allocation.Bruno Haible2019-07-061-0/+7
* renameatu: Fix test failure on MSVC.Bruno Haible2019-07-061-0/+7
* mbrtowc: Fix invalid use of mbtowc() on MSVC.Bruno Haible2019-07-031-183/+259
* argmatch: don't define _ in the headerAkim Demaille2019-07-032-7/+7
* verify: document ‘assume’ betterPaul Eggert2019-07-021-3/+5
* localcharset, nl_langinfo: Fix return value for UTF-8 locales on MSVC.Bruno Haible2019-07-022-3/+14
* getcwd: Fix crash when invoked with size = 0 on MSVC.Bruno Haible2019-07-021-2/+34
* usleep: Implement with millisecond resolution on native Windows.Bruno Haible2019-07-021-4/+22
* poll: Fix type of timeout pointer passed to select() on mingw x86_64.Hannes Müller2019-07-021-0/+4
* argmatch: Fix compilation errors.Bruno Haible2019-06-301-0/+1
* Include <stdlib.h> when needed.Bruno Haible2019-06-307-0/+8
* Include <stdlib.h> when needed.Bruno Haible2019-06-3011-1/+29
* inet_ntop, inet_pton: Avoid conflict with native Windows functions.Bruno Haible2019-06-301-0/+6
* poll: Add comment.Bruno Haible2019-06-301-0/+7
* poll-h: Fix compilation error on mingw with _WIN32_WINNT >= 0x0600.Bruno Haible2019-06-301-0/+22
* strverscmp: sync from glibcPaul Eggert2019-06-261-20/+15
* windows-tls: Implement TLS key destructors for native Windows.Bruno Haible2019-06-265-14/+301
* argmatch: remove duplicate const qualifierAkim Demaille2019-06-251-3/+3
* unistd: stddef.h and sys/types.h namespace cleanupPaul Eggert2019-06-241-10/+7
* argmatch: put all the docs member last.Akim Demaille2019-06-221-9/+9
* argmatch: add support to generate the usage messageAkim Demaille2019-06-212-8/+226
* thrd: Add comment.Bruno Haible2019-06-211-0/+4
* threads-h: Define 'thread_local' if and only it actually works.Bruno Haible2019-06-211-0/+4
* windows-thread, windows-tls: Fix compilation error on 32-bit mingw.Bruno Haible2019-06-212-0/+3
* tss: New module.Bruno Haible2019-06-201-0/+108
* cnd: New module.Bruno Haible2019-06-201-0/+185
* mtx: New module.Bruno Haible2019-06-201-0/+288
* thrd: New module.Bruno Haible2019-06-201-0/+427
* threads-h: New module.Bruno Haible2019-06-201-0/+649
* windows-thread: New module.Bruno Haible2019-06-204-200/+296