aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-20fix popen not to leak pipes from one child to anotherRich Felker1-0/+6
2021-04-20remove spurious lock in popenRich Felker1-2/+0
2021-04-19define __STDC_UTF_{16,32}__ macrosÉrico Nogueira1-0/+3
2021-04-16fix regression in dl_iterate_phdr reporting of modules with no TLSRich Felker1-1/+2
2021-04-16nscd: fall back gracefully on kernels without AF_UNIX supportJoakim Sindholt1-1/+9
2021-04-16mallocng/aligned_alloc: check for malloc failureDominic Chen1-0/+3
2021-04-03make epoll_[p]wait a cancellation pointRich Felker1-2/+2
2021-03-26fix dl_iterate_phdr dlpi_tls_data reporting to match specRich Felker2-2/+3
2021-03-15remove no-longer-needed special case handling in popenRich Felker1-16/+0
2021-03-15use internal malloc for posix_spawn file actions objectsRich Felker1-0/+5
2021-03-05don't fail to map library/executable with zero-length segment mapsRich Felker1-0/+1
2021-02-25suppress isascii() macro for C++Érico Rolim1-0/+2
2021-02-22guard against compilers failing to handle setjmp specially by defaultRich Felker1-3/+11
2021-02-15aarch64/bits/mman.h: add PROT_MTE from linux v5.10Szabolcs Nagy1-0/+1
2021-02-15aarch64/bits/hwcap.h: add HWCAP2_MTE from linux v5.10Szabolcs Nagy1-0/+1