aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-17change stdio_ext __freading/__fwriting semantics slightlyRich Felker1-2/+2
2012-06-17fdopen should set errno when it fails due to invalid mode stringRich Felker1-1/+4
2012-06-15header file fixes: multiple include guard consistency and correctnessRich Felker10-18/+18
2012-06-14direct syscall to open in __init_security needs O_LARGEFILERich Felker1-1/+1
2012-06-14reorder exit code to defer stdio flush until after dtorsRich Felker1-4/+1
2012-06-13revert one change in time.h; no evidence BSD_SOURCE should expose these..Rich Felker1-1/+1
2012-06-13fix feature test macros in time.hRich Felker1-5/+2
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker2-0/+12