aboutsummaryrefslogtreecommitdiffstats
path: root/banned.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-27banned.h: mark `strtok()` and `strtok_r()` as bannedTaylor Blau1-0/+4
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason1-5/+0
2020-12-02banned.h: mark ctime_r() and asctime_r() as bannedJeff King1-0/+4
2020-12-01banned.h: mark non-reentrant gmtime, etc as bannedJeff King1-0/+9
2019-08-26banned.h: fix vsprintf()'s ban messageTaylor Blau1-1/+1
2019-01-02banned.h: mark strncat() as bannedEric Wong1-0/+2
2018-07-26banned.h: mark strncpy() as bannedJeff King1-0/+2
2018-07-26banned.h: mark sprintf() as bannedJeff King1-0/+10
2018-07-26banned.h: mark strcat() as bannedJeff King1-0/+2
2018-07-26automatically ban strcpy()Jeff King1-0/+16