aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-19fix issue #4Mattias Andrée1-0/+2
2015-11-19etymology for some functionsMattias Andrée9-2/+54
2015-11-19fix memory leak at failure of execveat (issue #3)Mattias Andrée1-2/+8
2015-11-19fix issue #2Mattias Andrée1-0/+2
2015-11-19docMattias Andrée2-3/+33
2015-11-18reorder new functionsMattias Andrée1-85/+85
2015-11-18doc some new functionsMattias Andrée1-4/+48
2015-11-18add more string.h and wchar.h functionsMattias Andrée2-0/+430
2015-11-18whitespaceMattias Andrée1-1/+0
2015-11-18add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpyMattias Andrée2-0/+44
2015-11-18typoMattias Andrée5-5/+5
2015-11-18fix errorsMattias Andrée16-16/+16
2015-11-18implement additional string.h and wchar.h functionsMattias Andrée2-0/+754
2015-11-18mMattias Andrée1-2/+2
2015-11-18mMattias Andrée1-1/+1
2015-11-17split out string/strn/ from string/str/Mattias Andrée15-0/+0
2015-11-17m docMattias Andrée2-0/+4
2015-11-17m + split wchar/*.cMattias Andrée60-1068/+2018
2015-11-17add wcssetMattias Andrée1-0/+39
2015-11-17rearrange filesMattias Andrée62-0/+0
2015-11-17add strsetMattias Andrée1-0/+39
2015-11-17split strstr.c and strchr.cMattias Andrée18-343/+683
2015-11-17strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée1-0/+3
2015-11-17move strerror*.c to new dir: strerror/Mattias Andrée4-0/+0
2015-11-17m + typo + split (almost all) string/*.cMattias Andrée45-840/+1496
2015-11-17split err.cMattias Andrée9-162/+308
2015-11-17errno.c => errno/variables.cMattias Andrée1-1/+0
2015-11-17split error.cMattias Andrée6-192/+275
2015-11-17whitespaceMattias Andrée4-0/+4
2015-11-17split bzero.cMattias Andrée2-22/+43
2015-11-17split ffs.cMattias Andrée3-24/+62
2015-11-17split index.cMattias Andrée2-11/+32
2015-11-17split div.cMattias Andrée3-32/+78
2015-11-17add macros for abs, labs, llabs, and imaxabsMattias Andrée4-4/+4
2015-11-17split abs.cMattias Andrée3-34/+74
2015-11-17split atoiMattias Andrée4-81/+143
2015-11-17inttypes/{{abs => imaxabs},{div => imaxdiv}}.cMattias Andrée2-0/+0
2015-11-17split libgen.cMattias Andrée4-84/+147
2015-11-17increase readability of fallocMattias Andrée1-42/+72
2015-11-17increase readability of unescapeMattias Andrée1-52/+45
2015-11-17mMattias Andrée1-3/+3
2015-11-17increase readability of humansizeMattias Andrée1-118/+214
2015-11-16mMattias Andrée1-1/+1
2015-11-16typoMattias Andrée5-5/+5
2015-11-16add macros for overflow checkMattias Andrée2-12/+7
2015-11-16increase readabilityMattias Andrée3-176/+166
2015-11-16mMattias Andrée1-1/+1
2015-11-16increase readability of cleannameMattias Andrée1-23/+18
2015-11-16machinemode: fix bugs and increase readabilityMattias Andrée1-68/+171
2015-11-16doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2-4/+8