aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add strchr and variantsMattias Andrée2015-09-012-0/+300
* add index and rindexMattias Andrée2015-09-011-0/+43
* add string/array comparision functionsMattias Andrée2015-09-013-0/+276
* fix strdup functionsMattias Andrée2015-08-311-3/+3
* typoMattias Andrée2015-08-311-1/+1
* add bcopyMattias Andrée2015-08-311-0/+34
* add memory copying functionsMattias Andrée2015-08-3116-0/+1621
* add strlen and wcslenMattias Andrée2015-08-312-0/+105
* strerror_l is always MT-SafeMattias Andrée2015-08-311-2/+0
* m docMattias Andrée2015-08-311-2/+4
* add ctype.h: add ASCII character type testers, that do not take localeMattias Andrée2015-08-311-0/+268
* add malloc_usable_sizeMattias Andrée2015-08-301-0/+15
* malloc: add overflow checks and add aligned alloc-functionsMattias Andrée2015-08-302-10/+186
* move memory allocation functions to malloc.hMattias Andrée2015-08-301-0/+0
* add memory allocation functionsMattias Andrée2015-08-302-6/+277
* add missing inclusions of stddef.h to define NULLMattias Andrée2015-08-303-0/+4
* add slibc-alloc.hMattias Andrée2015-08-301-0/+50
* add bzero and explicit_bzeroMattias Andrée2015-08-301-0/+55
* add strerror and variantsMattias Andrée2015-08-301-0/+125
* m fix slibc-errorMattias Andrée2015-08-301-3/+4
* add slibc-error.hMattias Andrée2015-08-301-0/+76
* mMattias Andrée2015-08-301-1/+1
* add error.hMattias Andrée2015-08-301-0/+188
* m err.hMattias Andrée2015-08-291-0/+16
* add err.h + add _SLIBC_SUPPRESS_WARNINGSMattias Andrée2015-08-291-0/+142
* add __C11__, __C99__, __C90__, and __noreturnMattias Andrée2015-08-291-2/+1
* add assert.hMattias Andrée2015-08-291-0/+58