aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strstarts.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-27fix errors and warningsMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-11-25tell in doc in which version things were introducedMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17rearrange filesMattias Andrée1-0/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17split strstr.c and strchr.cMattias Andrée1-11/+12
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-9/+11
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-09-01add memfrobMattias Andrée1-9/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add memory copying functionsMattias Andrée1-0/+19
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add memory.hMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-29add stdarg.hMattias Andrée1-8/+1
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>