aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* add ffs functionsMattias Andrée2015-09-021-0/+55
* typoMattias Andrée2015-09-022-10/+10
* assert shall flush all streamsMattias Andrée2015-09-021-0/+1
* fix more errorsMattias Andrée2015-09-026-13/+35
* fix more warningsMattias Andrée2015-09-013-1/+7
* fix some more errorsMattias Andrée2015-09-013-2/+7
* start on makefile and fixing warnings and errorsMattias Andrée2015-09-0129-67/+119
* add memfrobMattias Andrée2015-09-011-0/+39
* add strfryMattias Andrée2015-09-011-0/+46
* add basename and dirnameMattias Andrée2015-09-011-0/+102
* add strtok functionsMattias Andrée2015-09-012-0/+202
* add strspn functionsMattias Andrée2015-09-012-0/+177
* add strstr functionsMattias Andrée2015-09-015-12/+456
* wcswcs is deprecatedMattias Andrée2015-09-012-4/+4
* 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