summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnumakefile: Improve tarball reproducibility.Simon Josefsson2022-09-063-1/+17
* pthread-h: Fix compilation error on mingw with --enable-threads=windows.Bruno Haible2022-09-052-0/+36
* autoupdateKarl Berry2022-09-051-1/+3
* Fix various test link errors on MSVC.Bruno Haible2022-09-0520-17/+61
* count-leading-zeros: Fix a link error on 32-bit MSVC and a test failure.Bruno Haible2022-09-052-3/+25
* count-trailing-zeros: Fix a link error on 32-bit MSVC.Bruno Haible2022-09-052-2/+21
* unictype/category-none tests: Fix a link error on MSVC.Bruno Haible2022-09-052-0/+12
* oset-c++: Fix compilation error with MSVC 14.Bruno Haible2022-09-052-1/+6
* glob tests: Fix link error on mingw.Bruno Haible2022-09-052-1/+6
* autoupdateKarl Berry2022-09-041-3/+2
* timespec_get: Fix compilation error with MSVC 14.Bruno Haible2022-09-043-5/+39
* stdbool: Fix compilation error in C++ mode with MSVC 14.Bruno Haible2022-09-042-4/+14
* fts: Fix compilation error with MSVC 14.Bruno Haible2022-09-042-0/+8
* lstat: Fix compilation error in C++ mode on mingw.Bruno Haible2022-09-042-38/+44
* pselect: Fix compilation error in C++ mode on mingw.Bruno Haible2022-09-042-0/+8
* nanosleep: Work around bug on newer 32-bit mingw.Bruno Haible2022-09-044-5/+34
* fmal: Work around glibc 2.17 bug on x86_64.Bruno Haible2022-09-043-3/+25
* Fix a compilation error in C++ mode on Solaris 11.4.Bruno Haible2022-09-042-1/+12
* Fix compilation errors of C++ tests on Solaris 10 with Sun C++.Bruno Haible2022-09-043-2/+10
* Fix a compilation error in C++ mode on FreeBSD 13.1.Bruno Haible2022-09-043-6/+14
* stdnoreturn: Document relation to C++.Bruno Haible2022-09-042-0/+8
* sysexits: Add C++ tests.Bruno Haible2022-09-044-0/+53
* sys_utsname: Add C++ tests.Bruno Haible2022-09-044-0/+53
* sys_uio: Add C++ tests.Bruno Haible2022-09-044-0/+53
* sys_times: Add C++ tests.Bruno Haible2022-09-044-0/+57
* sys_file: Add C++ tests.Bruno Haible2022-09-044-0/+51
* sys_file: Document this module.Bruno Haible2022-09-043-0/+28
* stdckdint: Add C++ tests.Bruno Haible2022-09-044-0/+53
* stdalign: Add C++ tests.Bruno Haible2022-09-044-0/+53
* sched: Add C++ tests.Bruno Haible2022-09-044-0/+62
* netinet_in: Add C++ tests.Bruno Haible2022-09-034-0/+53
* net_if: Add C++ tests.Bruno Haible2022-09-035-3/+59
* termcap: Fix link error on AIX 7.Bruno Haible2022-09-033-3/+66
* getrandom: Fix compilation error in C++ mode on FreeBSD 12.Bruno Haible2022-09-032-0/+8
* math C++ tests: Fix compilation error with clang on FreeBSD 13.Bruno Haible2022-09-032-1/+7
* strerror_r-posix: Fix for Hurd.Bruno Haible2022-09-022-6/+16
* ptsname tests, ptsname_r tests: Fix test failures on Hurd.Bruno Haible2022-09-023-0/+70
* strtol, strtoul: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-022-0/+10
* aligned_alloc: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-022-1/+7
* getdomainname: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-022-0/+8
* autoupdateKarl Berry2022-09-021-12/+6
* terminfo: Don't disturb the termcap module.Bruno Haible2022-09-022-1/+17
* fnmatch: fix stdckdint typoPaul Eggert2022-08-302-1/+8
* autoupdateKarl Berry2022-08-291-5/+21
* tempname: simplify by omitting _LIBC codePaul Eggert2022-08-252-82/+8
* * m4/gnulib-common.m4: Fix comment.Paul Eggert2022-08-231-1/+2
* tempname: don't lose entropy in seedPaul Eggert2022-08-222-4/+14
* tempname: fix multithreading, ASLR leak etc.Paul Eggert2022-08-223-47/+76
* tempname: merge 64-bit time_t fix from glibcPaul Eggert2022-08-222-4/+14
* autoupdateKarl Berry2022-08-211-50/+53