aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strdup.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-17rearrange filesMattias Andrée1-38/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-41/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02fix more errorsMattias Andrée1-0/+1
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-31fix strdup functionsMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-0/+79
Signed-off-by: Mattias Andrée <maandree@operamail.com>