summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* posix_spawn-internal: Optimize DuplicateHandle calls on native Windows.Bruno Haible2022-09-101-13/+9
* posix_spawn-internal: Optimize DuplicateHandle calls on native Windows.Bruno Haible2022-09-103-16/+34
* posix_spawn-internal: Don't lose flags while duplicating an fd.Bruno Haible2022-09-101-1/+2
* spawn-pipe: Fix pipe-filter-* test hangs (regression 2020-12-24).Bruno Haible2022-09-093-52/+95
* spawn-pipe: Fix possible hangs in programs that spawn several children.Bruno Haible2022-09-091-33/+32
* autoupdatePaul Eggert2022-09-081-1/+2
* autoupdateKarl Berry2022-09-061-1/+1
* pthread-h: Fix compilation error on mingw with --enable-threads=windows.Bruno Haible2022-09-051-0/+29
* count-leading-zeros: Fix a link error on 32-bit MSVC and a test failure.Bruno Haible2022-09-051-3/+17
* count-trailing-zeros: Fix a link error on 32-bit MSVC.Bruno Haible2022-09-051-2/+14
* oset-c++: Fix compilation error with MSVC 14.Bruno Haible2022-09-051-1/+1
* stdbool: Fix compilation error in C++ mode with MSVC 14.Bruno Haible2022-09-041-4/+8
* fts: Fix compilation error with MSVC 14.Bruno Haible2022-09-041-0/+3
* lstat: Fix compilation error in C++ mode on mingw.Bruno Haible2022-09-041-38/+38
* pselect: Fix compilation error in C++ mode on mingw.Bruno Haible2022-09-041-0/+2
* Fix a compilation error in C++ mode on Solaris 11.4.Bruno Haible2022-09-041-1/+5
* Fix a compilation error in C++ mode on FreeBSD 13.1.Bruno Haible2022-09-042-6/+8
* getrandom: Fix compilation error in C++ mode on FreeBSD 12.Bruno Haible2022-09-031-0/+2
* math C++ tests: Fix compilation error with clang on FreeBSD 13.Bruno Haible2022-09-031-1/+1
* strerror_r-posix: Fix for Hurd.Bruno Haible2022-09-021-6/+9
* strtol, strtoul: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-021-0/+4
* aligned_alloc: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-021-1/+1
* getdomainname: Fix compilation error in C++ mode on Solaris 11.Bruno Haible2022-09-021-0/+2
* fnmatch: fix stdckdint typoPaul Eggert2022-08-301-1/+1
* tempname: simplify by omitting _LIBC codePaul Eggert2022-08-251-82/+0
* tempname: don't lose entropy in seedPaul Eggert2022-08-221-4/+7
* tempname: fix multithreading, ASLR leak etc.Paul Eggert2022-08-221-46/+51
* tempname: merge 64-bit time_t fix from glibcPaul Eggert2022-08-221-4/+4
* tempname: generate better names for MinGW EmacsPaul Eggert2022-08-161-1/+17
* stdbool: Drop old BeOS support that gets in the way of ISO C 23 support.Bruno Haible2022-08-151-21/+4
* tempname: Fix a comment.Bruno Haible2022-08-151-1/+1
* tempname: remove incorrect commentPaul Eggert2022-08-152-2/+2
* hamt: fix technically undefined behaviorMarc Nieper-Wißkirchen2022-08-121-0/+5
* maint: parenthesize macro definiensPaul Eggert2022-08-103-5/+5
* stdckdint: prefer to intprops when easyPaul Eggert2022-08-109-26/+24
* stdckdint-h: new modulePaul Eggert2022-08-103-11/+77
* intprops: refactor intprops.h into twoPaul Eggert2022-08-102-323/+379
* intprops: refactor _GL_HAS_BUILTIN_OVERFLOW_PPaul Eggert2022-08-101-7/+7
* verify: port ‘assume’ to C23 non-GCCPaul Eggert2022-08-101-2/+5
* avltree-omap, avltree-oset, avltreehash-list, rbtree-omap: Pacify GCC.Bruno Haible2022-07-316-4/+6
* rbtree-oset: Pacify GCCPaul Eggert2022-07-312-0/+2
* sigsegv: Optimize stackvma implementation for AIX 7.Bruno Haible2022-07-102-7/+302
* vma-iter: Add support for AIX 7.Bruno Haible2022-07-104-7/+222
* supersede: Support the file name "/dev/null" on native Windows.Bruno Haible2022-07-031-0/+5
* chmod: New module.Bruno Haible2022-06-222-1/+74
* lchmod: Simplify.Bruno Haible2022-06-211-9/+0
* lchmod: port back to AIX 7.2Paul Eggert2022-06-191-4/+16
* fchmodat: pacify gcc -Wunused-variablePaul Eggert2022-06-191-1/+0
* fchmodat: port better to MS-Windows etc.Paul Eggert2022-06-124-23/+21
* fchmodat: port to old Linux kernel + newer headersPaul Eggert2022-06-112-72/+38