aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-19x86_64: ensure that dtor pointer passed to app is 0 so it won't be usedRich Felker1-0/+1
2011-06-18dynamic linker 64bit fix: hash table entries are always 32bitRich Felker1-2/+2
2011-06-18experimental dynamic linker!Rich Felker5-0/+466
2011-06-18fix memory leak on failure in realpathRich Felker1-4/+4
2011-06-18copy-paste error in prctl.hRich Felker1-1/+1
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker2-2/+5
2011-06-16duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker2-2/+3
2011-06-14restore use of .type in asm, but use modern @function (vs %function)Rich Felker20-0/+29
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