aboutsummaryrefslogtreecommitdiff
path: root/src/regex/glob.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-19posix_spawn: use larger stack to cover worst-case in execvpeWill Dietz1-1/+1
2017-10-19release 1.1.17Rich Felker2-1/+77
2017-10-18in dns parsing callback, enforce MAXADDRS to preclude overflowRich Felker1-0/+1
2017-10-13fix incorrect base name offset from nftw when pathname ends in slash(es)Rich Felker1-3/+9
2017-10-13fix read-after-free type error in pthread_detachRich Felker1-1/+2
2017-10-13math: rewrite fma with mostly int arithmeticsSzabolcs Nagy1-427/+150
2017-10-13for executing init array functions, use function type with prototypeRich Felker1-1/+1
2017-10-13fix access by setjmp and longjmp to __hwcap on arm built as thumb2Rich Felker2-0/+2
2017-09-28fix use of memset without declaration in sched.h cpu set macrosRich Felker1-0/+1
2017-09-11powerpc{64}: fix MAP_NORESERVE and MAP_LOCKED in mman.hSzabolcs Nagy2-1/+11
2017-09-06work around incorrect EPERM from mmap syscallRich Felker1-2/+7
2017-09-06fix glob descent into . and .. with GLOB_PERIODRich Felker1-0/+4
2017-09-06don't treat numeric port strings as servent records in getservby*()Rich Felker2-0/+10
2017-09-06fix signal masking race in pthread_create with priority attributesRich Felker1-2/+7
2017-09-06make syscall.h consistent with linuxSzabolcs Nagy10-24/+20
2017-09-04handle whitespace before %% in scanfBartosz Brachaczek2-5/+13
2017-09-04fix OOB reads in Xbyte_memmemAlexander Monakov1-9/+9
2017-09-04free allocations in clearenvAlexander Monakov1-2/+6
2017-09-04overhaul environment functionsAlexander Monakov4-81/+86
2017-09-01fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoderRich Felker1-1/+1
2017-08-31fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombsRich Felker2-2/+6
2017-08-29arm: add HWCAP_ARM_ hwcap macrosSzabolcs Nagy1-0/+24
2017-08-29add a_clz_64 helper functionSzabolcs Nagy8-0/+70