aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-21add support for init/fini array in main program, and greatly simplifyRich Felker4-26/+33
2013-07-21fix order of fini_array execution for shared libsRich Felker1-2/+2
2013-07-20add support for init_array/fini_array ctors/dtors to dynamic linkerRich Felker1-2/+13
2013-07-20fix shm_open wrongly being cancellableRich Felker1-1/+6
2013-07-20fix uninitialized/stale use of alloc (%m modifier) flag in scanfRich Felker2-0/+4
2013-07-19harden realloc/free to detect simple overflowsRich Felker1-0/+6
2013-07-19add UIO_MAXIOV macro in sys/uio.hRich Felker1-0/+2
2013-07-19improve [f]stat[v]fs functions, and possibly work around old kernelsRich Felker1-2/+5
2013-07-19change uid_t, gid_t, and id_t to unsigned typesRich Felker8-24/+38
2013-07-18fix invalid C in new trycppif tests in configure scriptRich Felker1-1/+2
2013-07-18add build system support for arch endian & float abi variantsRich Felker2-1/+33
2013-07-18make the dynamic linker find its path file relative to its own locationRich Felker7-7/+53
2013-07-18fix off-by-one error in checks for implementation-internal signal numbersRich Felker3-3/+3
2013-07-18fix FILENAME_MAX to match PATH_MAXRich Felker1-1/+1
2013-07-17make spacing in x86_64 alltypes.h.sh more uniform with other archsRich Felker1-0/+1
2013-07-17make posix_spawn (and functions that use it) use CLONE_VFORK flagRich Felker1-1/+2
2013-07-17fix missing argument in variadic syscall macrosRich Felker1-1/+1
2013-07-17fix error code on time conversion overflowsRich Felker4-4/+4
2013-07-17fix fd leak in file mapping code used in new zoneinfo supportRich Felker1-1/+1
2013-07-17the big time handling overhaulRich Felker18-348/+649
2013-07-13fix omission of dtv setup in static linked programs on TLS variant I archsRich Felker1-1/+1