summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Bruno Haible2019-07-153-3/+3
* threads-h: Fix generation of threads.h.Bruno Haible2019-07-152-0/+10
* striconveh test: Fix a compilation failure when iconv is not available.Bruno Haible2019-07-092-2/+9
* argmatch: adjust columns for help2man.Akim Demaille2019-07-072-3/+8
* areadlink-with-size: avoid realloc when size==0Paul Eggert2019-07-063-16/+56
* areadlink-with-size: guess a buffer size with 0 sizePádraig Brady2019-07-063-2/+15
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-062-3/+11
* error: Fix documentation.Bruno Haible2019-07-065-12/+21
* autoupdateKarl Berry2019-07-061-0/+4
* doc: Remove documentation of glibc <= 2.1.x as a supported platform.Bruno Haible2019-07-064-2/+11
* doc: Remove documentation of Linux libc5 as a supported platform.Bruno Haible2019-07-061-0/+19
* doc: Remove documentation of Linux libc5 as a supported platform.Bruno Haible2019-07-0614-44/+0
* doc: Remove documentation of Tandem/NSK as a supported platform.Bruno Haible2019-07-067-8/+12
* doc: Remove documentation of Mac OS X <= 10.4 as a supported platform.Bruno Haible2019-07-06193-229/+202
* doc: Remove documentation of AIX 4 as a supported platform.Bruno Haible2019-07-0660-68/+70
* doc: Remove documentation of HP-UX 10 as a supported platform.Bruno Haible2019-07-0619-55/+20
* doc: Remove documentation of Interix 3.5 as a supported platform.Bruno Haible2019-07-068-20/+16
* doc: Remove documentation of IRIX 6.4 and older as supported platforms.Bruno Haible2019-07-06179-252/+179
* doc: Remove documentation of OSF/1 as supported platform.Bruno Haible2019-07-061174-1426/+1283
* doc: Remove documentation of Interix as a supported platform.Bruno Haible2019-07-062-4/+4
* doc: Remove documentation of BSDI and BSD/OS as supported platforms.Bruno Haible2019-07-067-15/+8
* doc: Remove documentation of Solaris 8 and older as supported platforms.Bruno Haible2019-07-06274-306/+288
* doc: Remove documentation of Interix 3.5 as a supported platform.Bruno Haible2019-07-061339-1347/+1350
* doc: Remove documentation of BeOS as a supported platform.Bruno Haible2019-07-061571-1699/+1646
* thread, lock, cond, tls: Remove support for Pth threads.Bruno Haible2019-07-0618-645/+47
* thread, lock, cond, tls: Remove support for old Solaris threads.Bruno Haible2019-07-0616-538/+43
* getcwd-lgpl, getcwd: Don't call realloc when it is pointless.Bruno Haible2019-07-063-5/+17
* xgetdomainname: Don't return an excessive memory allocation.Bruno Haible2019-07-062-0/+17
* xgethostname: Don't return an excessive memory allocation.Bruno Haible2019-07-062-0/+17
* areadlinkat-with-size: Don't return an excessive memory allocation.Bruno Haible2019-07-062-0/+13
* areadlink-with-size: Don't return an excessive memory allocation.Bruno Haible2019-07-062-0/+14
* renameatu: Fix test failure on MSVC.Bruno Haible2019-07-062-0/+13
* autoupdateKarl Berry2019-07-041-6/+7
* mbrtowc: Fix invalid use of mbtowc() on MSVC.Bruno Haible2019-07-033-183/+270
* argmatch: don't define _ in the headerAkim Demaille2019-07-034-7/+18
* verify: document ‘assume’ betterPaul Eggert2019-07-022-3/+10
* localcharset, nl_langinfo: Fix return value for UTF-8 locales on MSVC.Bruno Haible2019-07-023-3/+21
* getcwd: Fix crash when invoked with size = 0 on MSVC.Bruno Haible2019-07-024-3/+49
* nonblocking-pipe tests: Fix test failure on MSVC.Bruno Haible2019-07-022-0/+8
* 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