aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-01add strchr and variantsMattias Andrée2-0/+300
2015-09-01add index and rindexMattias Andrée1-0/+43
2015-09-01add string/array comparision functionsMattias Andrée3-0/+276
2015-08-31fix strdup functionsMattias Andrée1-3/+3
2015-08-31typoMattias Andrée1-1/+1
2015-08-31add bcopyMattias Andrée1-0/+34
2015-08-31add memory copying functionsMattias Andrée16-0/+1621
2015-08-31add strlen and wcslenMattias Andrée2-0/+105
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
2015-08-31m docMattias Andrée1-2/+4
2015-08-31add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée1-0/+268
2015-08-30add malloc_usable_sizeMattias Andrée1-0/+15
2015-08-30malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2-10/+186
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