aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-14__syscall5 inline is having trouble with PIC; just use the function for nowRich Felker1-0/+7
2011-06-14fix race condition in pthread_killRich Felker3-1/+8
2011-06-14run dtors before taking the exit-lock in pthread exitRich Felker1-2/+2
2011-06-14minor locking optimizationsRich Felker2-2/+2
2011-06-13avoid 64bit warnings when using pointers as entropy for temp namesRich Felker2-2/+4
2011-06-13fix sigset macro for 64-bit systems (<< was overflowing due to wrong type)Rich Felker1-1/+1
2011-06-13remove all .size and .type directives for functions from the asmRich Felker18-52/+0
2011-06-13remove old useless timezone.s file (unused)Rich Felker1-27/+0
2011-06-13fix wrong type for wcsrchr argument 2Rich Felker1-1/+1