summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* windows-tls: New module.Bruno Haible2019-06-203-1/+98
* windows-cond: New module.Bruno Haible2019-06-204-424/+514
* windows-timedrecmutex: New module.Bruno Haible2019-06-202-0/+329
* windows-timedmutex: New module.Bruno Haible2019-06-202-0/+275
* windows-recmutex: New module.Bruno Haible2019-06-204-91/+191
* windows-mutex: New module.Bruno Haible2019-06-206-72/+194
* windows-once: New module.Bruno Haible2019-06-204-49/+114
* lock, cond: Avoid possible counter wraparound on Windows.Bruno Haible2019-06-202-25/+49
* cond: Make glthread_cond_timedwait more reliable on Windows.Bruno Haible2019-06-201-110/+112
* pthread_mutex_timedlock: New module.Bruno Haible2019-06-202-0/+113
* thread, lock, cond, tls: Recognize C11 multithreaded applications.Bruno Haible2019-06-204-12/+57
* nproc: Ensure nproc(NPROC_ALL) ≥ nproc(NPROC_CURRENT) with glibc ≥ 2.26.Bruno Haible2019-06-101-5/+6
* posix_spawn_file_actions_addchdir: Fix possible use-after-free bug.Bruno Haible2019-06-103-15/+29
* posix_spawn_file_actions_addopen: Fix possible use-after-free bug.Bruno Haible2019-06-103-19/+59
* posix_spawn_file_actions_addfchdir: New module.Bruno Haible2019-06-104-1/+115
* copy-file: fix typoPaul Eggert2019-06-061-1/+0
* copy-file-range: simplify into a stubPaul Eggert2019-06-061-142/+10
* copy-file: prefer copy_file_rangePaul Eggert2019-06-041-30/+46
* copy-file-range: new modulePaul Eggert2019-06-042-0/+183
* binary-io: Attempted use of O_BINARY on consoles no longer fails.Bruno Haible2019-05-312-16/+14
* dirent-safer: Make opendir_safer usable from C++.James Youngman2019-05-281-0/+8
* canonicalize: Make canonicalize_filename_mode usable from C++.James Youngman2019-05-281-0/+8
* flexmember: update comments againPaul Eggert2019-05-241-5/+20
* setlocale: Improve fallback on macOS.Bruno Haible2019-05-201-21/+579
* localename: Fix default on macOS.Bruno Haible2019-05-202-22/+16
* version-etc: Ease translation.John Darrington2019-05-121-10/+14
* fpucw: port to gcc -pedanticPaul Eggert2019-05-111-2/+2
* crypto/af_alg: port to strict C compilersPaul Eggert2019-05-111-2/+2
* base64: Avoid false positive warning from Coverity.Bruno Haible2019-05-101-2/+2
* verify: remove verify_truePaul Eggert2019-05-091-10/+3
* Support C2X and C++17 static_assertPaul Eggert2019-05-091-44/+53
* Fix _GL_HAVE__STATIC_ASSERT typoPaul Eggert2019-05-091-3/+3
* Sync lib/mktime-internal.h from glibcPaul Eggert2019-04-301-17/+43
* autoupdate (removing trailing white space from config.guess)Paul Eggert2019-04-302-31/+72
* localename: Fix crash on mingw (regression from 2018-11-23).Bruno Haible2019-04-271-8/+9
* Fix gcc warnings on 64-bit mode mingw.Bruno Haible2019-04-2715-65/+13
* error: Tweak indentation.Bruno Haible2019-04-271-1/+1
* term-style-control: Fix gcc warning on mingw.Bruno Haible2019-04-271-28/+30
* pipe-filter-gi, pipe-filter-ii: Fix gcc warning.Bruno Haible2019-04-271-0/+1