aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-30move memory allocation functions to malloc.hMattias Andrée1-0/+0
2015-08-30add memory allocation functionsMattias Andrée2-6/+277
2015-08-30add missing inclusions of stddef.h to define NULLMattias Andrée3-0/+4
2015-08-30add slibc-alloc.hMattias Andrée1-0/+50
2015-08-30add bzero and explicit_bzeroMattias Andrée1-0/+55
2015-08-30add strerror and variantsMattias Andrée1-0/+125
2015-08-30m fix slibc-errorMattias Andrée1-3/+4
2015-08-30add slibc-error.hMattias Andrée1-0/+76
2015-08-30mMattias Andrée1-1/+1
2015-08-30add error.hMattias Andrée1-0/+188
2015-08-29m err.hMattias Andrée1-0/+16
2015-08-29add err.h + add _SLIBC_SUPPRESS_WARNINGSMattias Andrée1-0/+142
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-2/+1
2015-08-29add assert.hMattias Andrée1-0/+58