aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strlen.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-17rearrange filesMattias Andrée1-35/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-20/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03remove some todosMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01fix more warningsMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add strlen and wcslenMattias Andrée1-21/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add bzero and explicit_bzeroMattias Andrée1-21/+24
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add __C11__, __C99__, __C90__, and __noreturnMattias Andrée1-2/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdalign.hMattias Andrée1-6/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdnoreturn.hMattias Andrée1-3/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add assert.hMattias Andrée1-0/+26
Signed-off-by: Mattias Andrée <maandree@operamail.com>