aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-02mMattias Andrée2-2/+2
2015-09-02add div functionsMattias Andrée2-0/+106
2015-09-02m misc wcharMattias Andrée3-4/+4
2015-09-02stpbrk => strpbrkMattias Andrée1-1/+1
2015-09-02add ffs functionsMattias Andrée1-0/+55
2015-09-02typoMattias Andrée2-10/+10
2015-09-02assert shall flush all streamsMattias Andrée1-0/+1
2015-09-02fix more errorsMattias Andrée6-13/+35
2015-09-01fix more warningsMattias Andrée3-1/+7
2015-09-01fix some more errorsMattias Andrée3-2/+7
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée29-67/+119
2015-09-01add memfrobMattias Andrée1-0/+39
2015-09-01add strfryMattias Andrée1-0/+46
2015-09-01add basename and dirnameMattias Andrée1-0/+102
2015-09-01add strtok functionsMattias Andrée2-0/+202
2015-09-01add strspn functionsMattias Andrée2-0/+177
2015-09-01add strstr functionsMattias Andrée5-12/+456
2015-09-01wcswcs is deprecatedMattias Andrée2-4/+4
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