aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/strerror.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-11-17move strerror*.c to new dir: strerror/Mattias Andrée1-44/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée1-84/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02miscMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01start on makefile and fixing warnings and errorsMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31strerror_l is always MT-SafeMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31m docMattias Andrée1-2/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add missing inclusions of stddef.h to define NULLMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-30add strerror and variantsMattias Andrée1-0/+125
Signed-off-by: Mattias Andrée <maandree@operamail.com>