aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-07-28eliminate mk*temp dependency on snprintfRich Felker1-3/+4
2011-07-28fix for setenv bogus var argument handlingRich Felker1-1/+1
2011-07-25when resolving symbols with only weak defs, use first def, not last defRich Felker1-0/+1
2011-07-25comment non-obvious de bruijn sequence code in int parserRich Felker1-0/+2
2011-07-24fix resolution of weak symbols (hopefully right now) and vdsoRich Felker1-3/+9
2011-07-24workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker1-1/+2
2011-07-24load vdso, if present, into the dso listRich Felker1-2/+31
2011-07-24const correctness on function pointerRich Felker1-1/+1
2011-07-24simplify dynamic linker startupRich Felker1-23/+17
2011-07-23some preliminaries for vdso clock supportRich Felker3-7/+35
2011-07-22check for fd exhaustion in forkptyRich Felker1-2/+15
2011-07-22incorrect check for open failure in openpty functionRich Felker1-1/+1
2011-07-21socket headers macro adjustment - workaround for buggy programsRich Felker2-2/+2
2011-07-21fix errno value when fdopendir is given an invalid file descriptorRich Felker1-1/+4
2011-07-16ensure in fork that child gets its own new robust mutex listRich Felker1-0/+1
2011-07-16fix logic error in freadRich Felker1-6/+1
2011-07-14fix various bugs in new integer parser frameworkRich Felker5-10/+15
2011-07-14fix wcsto[iu]max with high charactersRich Felker2-4/+2
2011-07-14new restartable integer parsing framework.Rich Felker6-156/+197
2011-07-12gb18030 support in iconv (only from, not to)Rich Felker2-2/+1887