aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-09fix a couple misleading/wrong signal descriptions in strsignalRich Felker1-2/+2
2013-07-09add realtime signals to strsignalRich Felker1-3/+19
2013-07-09fix off-by-one array bound in strsignalRich Felker1-1/+1
2013-07-09fix bogus lazy allocation in ctermid and missing malloc failure checkRich Felker1-10/+7
2013-07-09fix fd leak on races and cancellation in ctermidRich Felker1-2/+3
2013-07-09fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker4-4/+4
2013-07-06add NFDBITS in sys/select.h with appropriate feature testsRich Felker1-0/+3
2013-07-04move core memalign code from aligned_alloc to __memalignRich Felker3-49/+55
2013-07-04move alignment check from aligned_alloc to posix_memalignRich Felker2-1/+2