summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libc-config: port to Xcode 7Paul Eggert2021-01-231-2/+4
* explicit_bzero: Add fallback for other compilers.Bastien Roucariès2021-01-231-4/+8
* explicit_bzero: Add support for clang.Bastien Roucariès2021-01-231-0/+6
* Port FALLTHROUGH to clang 3.4 and earlierPaul Eggert2021-01-211-1/+3
* gc-random: Replace implementation with call to getrandom.Simon Josefsson2021-01-201-114/+24
* fnmatch, regex, fts: FALLTHROUGH consistencyPaul Eggert2021-01-193-5/+7
* spawn-pipe: Fix SIGSEGV on OS/2 kLIBC.KO Myung-Hun2021-01-191-1/+1
* dirent: Fix compilation error in C++ mode on OS/2 kLIBC.KO Myung-Hun2021-01-191-1/+2
* stddef: Fix compilation for max_align_t on OS/2 kLIBC.KO Myung-Hun2021-01-191-2/+4
* sched_yield: Implement for OS/2 kLIBC.KO Myung-Hun2021-01-191-0/+13
* spawn: Use special invocation for <spawn.h> on OS/2 kLIBC.KO Myung-Hun2021-01-191-2/+20
* immutable: Implement on native Windows.Bruno Haible2021-01-182-11/+92
* canonicalize-lgpl: Work around // handling in realpath() of musl 1.2.2.Bruno Haible2021-01-171-9/+10
* vma-iter: Port to 64-bit Haiku.Bruno Haible2021-01-161-1/+1
* verify: simplify static_assert configurationPaul Eggert2021-01-141-31/+4
* verify: Use C++11 static_assert when available.Bruno Haible2021-01-121-4/+15
* tempname: consume less entropyPaul Eggert2021-01-111-3/+14
* immutable: New module.Bruno Haible2021-01-102-0/+347
* snippet/_Noreturn: port to pedantic clangPaul Eggert2021-01-091-7/+9
* fchmodat: Work around trailing slash bug in fchmodat() on AIX 7.2.Bruno Haible2021-01-091-0/+17
* dynarray: work even if ‘free’ is replacedPaul Eggert2021-01-081-3/+7
* tempname: don’t block for minutesPaul Eggert2021-01-081-2/+3
* tempname: sync with proposed glibc patchPaul Eggert2021-01-081-3/+4
* regex: stop using allocaPaul Eggert2021-01-081-19/+0
* regexec: remove alloca usage in build_trtablePaul Eggert2021-01-081-62/+13
* scratch_buffer: add scratch_buffer_dupfree macroPaul Eggert2021-01-081-0/+1
* regex: remove alloca usage on regex set_regsPaul Eggert2021-01-082-22/+19
* dynarray: new modulePaul Eggert2021-01-0810-6/+1011
* localename: Fix link error with duplocale on AIX 7.2 (regr. 2019-12-18).Bruno Haible2021-01-072-10/+4
* libc-config: simplify clang __has_* macrosPaul Eggert2021-01-062-44/+31
* ilogbl: Fix compilation error with xlclang on AIX 7.2.Bruno Haible2021-01-061-1/+2
* pipe-filter-gi: Fix test failure on AIX 7.2.Bruno Haible2021-01-061-0/+9
* utimens, utimensat, fdutimensat: Avoid test failures on AIX 7.2.Bruno Haible2021-01-061-0/+11
* utimensat: Work around trailing slash bug in utimensat() on AIX 7.2.Bruno Haible2021-01-062-25/+54
* libc-config: merge from glibcPaul Eggert2021-01-052-108/+178
* truncate: Work around trailing slash bug in truncate() on AIX 7.2.Bruno Haible2021-01-051-0/+33
* ffsll: Override completely broken implementation on AIX in 32-bit mode.Bruno Haible2021-01-051-2/+10
* symlinkat: Fix trailing slash handling.Bruno Haible2021-01-051-1/+3
* link: Improve trailing slash handling on native Windows.Bruno Haible2021-01-051-4/+12
* mkfifoat: Work around trailing slash bug in mknodat() on AIX 7.2.Bruno Haible2021-01-052-13/+63
* mkfifoat: Work around trailing slash bug in mkfifoat() on AIX 7.2.Bruno Haible2021-01-052-15/+63
* libc-config: Avoid overriding the headers from an installed newer glibc.Bruno Haible2021-01-051-1/+1
* libc-config: Avoid overriding the headers from an installed newer glibc.Bruno Haible2021-01-051-3/+3
* nstrftime, time_rz: Avoid using an obsolete Autoconf macro.Bruno Haible2021-01-043-12/+12
* ffsl, ffsll: Work around AIX 7.2 problem.Bruno Haible2021-01-041-0/+8
* ssfmalloc: Fix includes.Bruno Haible2021-01-041-1/+2
* autoupdateKarl Berry2021-01-039-37/+42
* stddef: Override wrong max_align_t on AIX 7 with xlc in 64-bit mode.Bruno Haible2021-01-031-0/+17
* free-posix: Work around GCC mis-optimization bug.Bruno Haible2021-01-031-0/+14
* utimensat: Fix test failures on macOS 10.13.Bruno Haible2021-01-021-0/+30