summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation errors in C++ mode on Solaris 11 OpenIndiana.Bruno Haible2022-12-272-2/+16
* stdnoreturn: deprecatePaul Eggert2022-12-241-1/+3
* doc: C2x → C23Paul Eggert2022-12-242-3/+3
* file-has-acl: improve recent NFSv4 supportPaul Eggert2022-12-233-119/+113
* file-has-acl: Basic support for checking NFSv4 ACLs in Linux.Ondrej Valousek2022-12-223-0/+124
* asctime, ctime: deprecatePaul Eggert2022-12-211-0/+1
* memset_explicit: port to older MS-WindowsPaul Eggert2022-12-171-9/+0
* fts: make debug version compilable againPaul Eggert2022-12-091-22/+36
* verify: update __STDC_VERSION__ as per C23Paul Eggert2022-12-071-1/+1
* fts: fix race + mishandling of fstatat failurePaul Eggert2022-12-061-8/+24
* fts: omit goto break_without_closedirPaul Eggert2022-12-061-6/+2
* fts: clarify ISSETPaul Eggert2022-12-061-1/+1
* add new ronna and quetta SI prefixesPádraig Brady2022-11-292-2/+12
* explicit_bzero: implement via memset_explicitPaul Eggert2022-11-281-58/+11
* read-file: use memset_explicitPaul Eggert2022-11-281-6/+6
* memset_explicit: new modulePaul Eggert2022-11-282-0/+81
* explicit_bzero: work with gcc -std=c99Paul Eggert2022-11-271-1/+1
* In 'trap' commands, prefer symbolic to numeric signal names.Bruno Haible2022-11-261-2/+2
* posix_spawn-internal: Avoid warning on macOS.Bruno Haible2022-11-201-0/+7
* scratch_buffer: adjust to glibc changesPaul Eggert2022-11-025-183/+97
* thread: pacify gcc -Wbad-function-castPaul Eggert2022-10-301-1/+1
* Update to Unicode 15.0.0.Bruno Haible2022-10-16177-102533/+104245
* gen-uni-tables: Temporarily revert last change.Bruno Haible2022-10-151-37/+40
* stat-time: prefer stdckdint to intpropsPaul Eggert2022-10-101-3/+2
* xalloc: remove stray includes + dependenciesPaul Eggert2022-10-102-2/+1
* fts: fix errno handling if dirfd failsPaul Eggert2022-09-251-1/+2
* stdalign: Fix compilation error with MSVC in C++ mode.Bruno Haible2022-09-251-5/+7
* stdalign: Avoid namespace pollution.Bruno Haible2022-09-251-4/+8
* stdbool-c99: Ensure that 'true' can be used in the preprocessor.Bruno Haible2022-09-181-0/+7
* uni{case,ctype,gbrk,str}/base: Fix installed .h file (regr. 2022-09-10).Bruno Haible2022-09-184-0/+12
* signal: Fix a C++ compilation error due to sched_yield on OpenBSD 6.0.Bruno Haible2022-09-181-2/+9
* wchar: Fix compilation errors in C++ mode on Solaris 11.3.Bruno Haible2022-09-181-6/+24
* swab: Fix compilation error with Sun C++ on Solaris 11.3.Bruno Haible2022-09-181-1/+1
* time: Fix compilation errors with clang/MSVC.Bruno Haible2022-09-151-0/+4
* verify: Avoid syntax error due to static_assert with clang in C++ mode.Bruno Haible2022-09-141-1/+3
* verify: Avoid syntax error due to static_assert with MSVC 14 in C++.Bruno Haible2022-09-141-1/+16
* verify: Avoid syntax error due to static_assert with MSVC 14.Bruno Haible2022-09-141-2/+2
* verify: Avoid syntax error due to static_assert with GNU C++ 6.x.Bruno Haible2022-09-141-1/+2
* stdalign: prefer to not include <stdalign.h>Paul Eggert2022-09-1311-11/+0
* assert-h: prefer to ‘verify’Paul Eggert2022-09-1329-79/+44
* stdalign-tests: port to C23Paul Eggert2022-09-131-2/+1
* supersede: Avoid a failure when writing to /dev/null in Solaris zones.Bruno Haible2022-09-121-4/+7
* verify: port better to C23Paul Eggert2022-09-111-7/+8
* pipe-filter-gi: Fix test failure on native Windows.Bruno Haible2022-09-111-0/+11
* uchar: Work around error in C++ mode on AIX 7.2 with xlclang.Bruno Haible2022-09-101-0/+8
* Rely on new stdbool behaviorPaul Eggert2022-09-10190-233/+2
* string: Fix compilation error in C++ mode on AIX 7.2 with xlclang.Bruno Haible2022-09-101-0/+2
* math: Fix compilation error in C++ mode on AIX 7.2 with xlclang.Bruno Haible2022-09-101-0/+26
* posix_spawn-internal: Optimize DuplicateHandle calls on native Windows.Bruno Haible2022-09-102-38/+177
* posix_spawn-internal: Refactor.Bruno Haible2022-09-103-101/+83