summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autoupdatePaul Eggert2019-08-214-157/+272
* New strip-trailing-space option for srclist-updatePaul Eggert2019-08-213-5/+18
* accept4: Fix typo in previous commitEric Blake2019-08-201-1/+1
* accept4: Support SOCK_NONBLOCK, if definedEric Blake2019-08-202-1/+23
* accept4: Fix compilation when native accept4() exists.Eric Blake2019-08-202-1/+8
* autoupdateKarl Berry2019-08-191-2/+2
* Defeat -flto GCC optimization in math autoconf tests.Bruno Haible2019-08-1813-36/+54
* windows-spin: Implement declared functions.Bruno Haible2019-08-172-1/+9
* intprops: port to Oracle Developer Studio 12.6Paul Eggert2019-08-172-2/+8
* intprops: support uchar, ushort _WRAPV destsPaul Eggert2019-08-142-21/+39
* intprops: pacify picky GCCPaul Eggert2019-08-142-2/+11
* intprops: support unsigned *_WRAPV resultsPaul Eggert2019-08-144-48/+209
* get_progname_of: New module.Bruno Haible2019-08-146-2/+599
* get_ppid_of: New module.Bruno Haible2019-08-144-0/+408
* libtextstyle-optional tests: Support the NO_COLOR environment variable.Bruno Haible2019-08-142-1/+9
* verify: improve diagnostic quality in recent GCCPaul Eggert2019-08-122-14/+31
* localcharset: Add more aliases for OS/2.Bruno Haible2019-08-112-21/+167
* configmake: Update advice on usage.Eric Blake2019-08-102-1/+6
* parse-datetime: fix 'T' military timezone handlingAssaf Gordon2019-08-102-2/+11
* parse-datetime: fix military timezone lettersPaul Eggert2019-08-093-24/+37
* configmake: Avoid namespace pollution issue on mingw.Eric Blake2019-08-082-0/+9
* mbrtowc tests: Fix regression on mingw (regression from 2018-02-24).Bruno Haible2019-07-292-1/+6
* pthread-h: Fix definitions of types and macros on mingw.Bruno Haible2019-07-252-64/+173
* autoupdateKarl Berry2019-07-241-3/+3
* crypto/gc: Cope with libgcrypt without SM3.Simon Josefsson2019-07-242-0/+7
* backupfile: fix resource leak on memory failurePaul Eggert2019-07-232-0/+8
* Avoid missing-declarations warning in various tests.Bruno Haible2019-07-224-21/+30
* pthread tests: Avoid missing-declarations warning.Bernhard Voelker2019-07-222-1/+6
* parse-datetime: Avoid warnings from bison versions >= 3.3.Bruno Haible2019-07-202-13/+23
* parse-datetime: Require Bison 2.4 or newer.Bruno Haible2019-07-203-2/+41
* areadlink-with-size, xgethostname, xgetdomainname: Fix GCC warning.Bruno Haible2019-07-195-0/+14
* parse-datetime: avoid "%pure-parser" deprecation warning from Bison 3.4Bernhard Voelker2019-07-192-1/+8
* update-copyright: Make it work again (regression from 2019-06-15).Bruno Haible2019-07-162-1/+7
* doc: Update info about <pthread.h>.Bruno Haible2019-07-152-6/+13
* pthread_sigmask tests: Use new multithread modules.Bruno Haible2019-07-153-8/+17
* pthread-tss: Add tests.Bruno Haible2019-07-153-0/+592
* pthread-cond: Add tests.Bruno Haible2019-07-153-0/+261
* pthread-rwlock: Add tests.Bruno Haible2019-07-153-0/+409
* pthread-mutex: Add tests.Bruno Haible2019-07-153-0/+545
* pthread-once: Add tests.Bruno Haible2019-07-154-0/+352
* pthread-thread: Add tests.Bruno Haible2019-07-153-0/+92
* pthread: Turn into a convenience module.Bruno Haible2019-07-156-21/+20
* pthread-spin: New module.Bruno Haible2019-07-1510-63/+288
* pthread-tss: New module.Bruno Haible2019-07-158-16/+188
* pthread-cond: New module.Bruno Haible2019-07-1513-85/+332
* pthread-rwlock: New module.Bruno Haible2019-07-1516-45/+768
* pthread-mutex: New module.Bruno Haible2019-07-1517-109/+404
* pthread-once: New module.Bruno Haible2019-07-155-4/+122
* pthread-thread: New module.Bruno Haible2019-07-1515-66/+365
* pthread-h: Prepare for adding new modules.Bruno Haible2019-07-154-52/+351