summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* regex: tell compiler there’s at most 256 arcs outPaul Eggert2019-10-091-0/+1
* access tests: Fix test failure when run as root.Bruno Haible2019-10-071-0/+2
* Update some URLsPaul Eggert2019-09-221-2/+2
* findprog, findprog-lgpl, findprog-in: Fix crash on MSVC.Bruno Haible2019-09-153-0/+3
* access: Add tests.Bruno Haible2019-09-151-0/+13
* access: New module.Bruno Haible2019-09-152-1/+31
* creat: Add tests.Bruno Haible2019-09-151-0/+12
* creat: New module.Bruno Haible2019-09-153-0/+32
* xhash: provide hash_xinitializeAkim Demaille2019-09-101-0/+23
* findprog-in: New module.Bruno Haible2019-09-081-0/+30
* findprog: Remove unused dependency.Bruno Haible2019-09-081-1/+0
* crypto/gc-sha512: Add tests.Bruno Haible2019-08-241-0/+11
* crypto/gc-sha256: Add tests.Bruno Haible2019-08-241-0/+11
* crypto/gc-sha256, crypto/gc-sha512: New modules.Bruno Haible2019-08-242-0/+48
* crypto/gc-{md[24],rijndael} tests: Fix link error with --with-libgcrypt.Bruno Haible2019-08-243-0/+3
* gc: Fix configuration with --with-libgcrypt.Bruno Haible2019-08-241-0/+1
* 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