aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-30fix i386 __set_thread_area fallbackRich Felker1-0/+1
2020-08-30restore h_errno ABI compatibility with ancient binariesRich Felker1-0/+4
2020-08-30clean up overinclusion in files using TIOCGWINSZRich Felker3-3/+0
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker3-7/+5
2020-08-27configure: enable warnings by defaultRich Felker1-2/+2
2020-08-27configure: use additive warnings instead of subtracting from -WallRich Felker1-9/+15
2020-08-27configure: add further -Werror=... options to detected CFLAGSRich Felker1-0/+4
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker8-18/+19
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker17-65/+65
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker17-21/+16
2020-08-24report res_query failures, including nxdomain/nodata, via h_errnoRich Felker1-1/+15
2020-08-24make h_errno thread-localRich Felker2-4/+3
2020-08-24add tcgetwinsize and tcsetwinsize functions, move struct winsizeRich Felker7-7/+29
2020-08-22fix MUSL_LOCPATH searchRich Felker1-1/+1
2020-08-17add gettid functionRich Felker2-0/+9
2020-08-12aarch64: fix setjmp return valueSzabolcs Nagy1-4/+3
2020-08-12setjmp: optimize longjmp prologuesAlexander Monakov3-14/+8
2020-08-11setjmp: optimize x86 longjmp epiloguesAlexander Monakov3-12/+6
2020-08-11setjmp: avoid useless REX-prefix on xor %eax, %eaxAlexander Monakov2-2/+2
2020-08-11setjmp: fix x86-64 longjmp argument adjustmentAlexander Monakov2-6/+6
2020-08-08prefer new socket syscalls, fallback to SYS_socketcall only if neededRich Felker6-13/+26
2020-08-05math: new software sqrtlSzabolcs Nagy1-1/+253
2020-08-05math: add __math_invalidlSzabolcs Nagy2-0/+12
2020-08-05math: new software sqrtfSzabolcs Nagy1-70/+70
2020-08-05math: new software sqrtSzabolcs Nagy3-171/+177
2020-08-05in hosts file lookups, honor first canonical name regardless of familyRich Felker1-1/+1
2020-08-04in hosts file lookups, use only first match for canonical nameRich Felker1-2/+7
2020-08-04release 1.2.1Rich Felker2-1/+37