aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-14refactor malloc's expand_heap to share with __simple_mallocRich Felker3-81/+126
2015-06-13remove cancellation points in stdioRich Felker3-24/+3
2015-06-13fix idiom for setting stdio stream orientation to wideRich Felker6-6/+6
2015-06-13add printing of null %s arguments as "(null)" in wide printfRich Felker1-0/+1
2015-06-13add %m support to wide printfRich Felker1-0/+2