aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* m + split wchar/*.cMattias Andrée2015-11-1760-1068/+2018
* add wcssetMattias Andrée2015-11-171-0/+39
* rearrange filesMattias Andrée2015-11-1762-0/+0
* add strsetMattias Andrée2015-11-171-0/+39
* split strstr.c and strchr.cMattias Andrée2015-11-1718-343/+683
* strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/Mattias Andrée2015-11-171-0/+3
* move strerror*.c to new dir: strerror/Mattias Andrée2015-11-174-0/+0
* m + typo + split (almost all) string/*.cMattias Andrée2015-11-1745-840/+1496
* split err.cMattias Andrée2015-11-179-162/+308
* errno.c => errno/variables.cMattias Andrée2015-11-171-1/+0
* split error.cMattias Andrée2015-11-176-192/+275
* whitespaceMattias Andrée2015-11-174-0/+4
* split bzero.cMattias Andrée2015-11-172-22/+43
* split ffs.cMattias Andrée2015-11-173-24/+62
* split index.cMattias Andrée2015-11-172-11/+32
* split div.cMattias Andrée2015-11-173-32/+78
* add macros for abs, labs, llabs, and imaxabsMattias Andrée2015-11-174-4/+4
* split abs.cMattias Andrée2015-11-173-34/+74
* split atoiMattias Andrée2015-11-174-81/+143
* inttypes/{{abs => imaxabs},{div => imaxdiv}}.cMattias Andrée2015-11-172-0/+0
* split libgen.cMattias Andrée2015-11-174-84/+147
* increase readability of fallocMattias Andrée2015-11-171-42/+72
* increase readability of unescapeMattias Andrée2015-11-171-52/+45
* mMattias Andrée2015-11-171-3/+3
* increase readability of humansizeMattias Andrée2015-11-171-118/+214
* mMattias Andrée2015-11-161-1/+1
* typoMattias Andrée2015-11-165-5/+5
* add macros for overflow checkMattias Andrée2015-11-162-12/+7
* increase readabilityMattias Andrée2015-11-163-176/+166
* mMattias Andrée2015-11-161-1/+1
* increase readability of cleannameMattias Andrée2015-11-161-23/+18
* machinemode: fix bugs and increase readabilityMattias Andrée2015-11-161-68/+171
* doc: arg 2 for *div must not be 0 (lest SIGFPE)Mattias Andrée2015-11-162-4/+8
* add interspacing parameter to humansizeMattias Andrée2015-11-161-5/+15
* add intraspacing parameter for humansize and humandur, and interspacing for humandurMattias Andrée2015-11-161-18/+35
* typoMattias Andrée2015-11-161-2/+2
* implement humansizeMattias Andrée2015-11-161-0/+191
* m fix humanmodeMattias Andrée2015-11-161-4/+4
* mMattias Andrée2015-11-161-1/+1
* mMattias Andrée2015-11-161-14/+15
* m machinemodeMattias Andrée2015-11-161-47/+36
* m machinemodeMattias Andrée2015-11-151-10/+7
* missed t and T in machinemodeMattias Andrée2015-11-151-0/+4
* implement machinemodeMattias Andrée2015-11-151-0/+132
* add missing includeMattias Andrée2015-11-151-0/+1
* implement humanmodeMattias Andrée2015-11-151-0/+75
* m doc malloczMattias Andrée2015-11-141-0/+4
* m malloc.cMattias Andrée2015-11-141-4/+12
* add malloczMattias Andrée2015-11-141-0/+25
* escape: 192 128 → \0Mattias Andrée2015-11-141-1/+3