aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-07fix trailing whitespace issues that crept in here and thereRich Felker5-13/+13
2012-12-06fix invalid read in aligned_allocRich Felker1-2/+3
2012-12-06move signal.h REG_* macros under _GNU_SOURCE protectionRich Felker2-44/+48
2012-12-06fix names of ipc_perm __key/__seq elementsRich Felker1-6/+2
2012-12-06fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r2-2/+2
2012-12-06fix F_DUPFD_CLOEXEC being defined twicerofl0r1-1/+0
2012-12-06sigandset/sigorset: do not check for NULL pointers.rofl0r2-10/+0
2012-12-06fixup sigandsetrofl0r2-2/+2
2012-12-06fixup for fcntl.h changesrofl0r1-15/+14