aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2-1/+5
2015-06-16byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker7-8/+40
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker10-7/+53
2015-06-16fix btowc corner caseRich Felker1-0/+1
2015-06-14arm: add vdso supportSzabolcs Nagy1-0/+4
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