aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: cleanname is not symlink-safe eitherMattias Andrée2015-11-141-0/+4
* mMattias Andrée2015-11-141-4/+4
* add slibc-human.h and implement escape and unescapeMattias Andrée2015-11-142-0/+372
* improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée2015-11-132-0/+4
* add cleannameMattias Andrée2015-11-131-0/+81
* docMattias Andrée2015-10-313-0/+41
* mMattias Andrée2015-10-181-2/+2
* typoMattias Andrée2015-10-181-4/+4
* doc typoMattias Andrée2015-10-181-1/+1
* beginning of implementation of fallocMattias Andrée2015-10-181-0/+129
* m docMattias Andrée2015-10-181-2/+10
* rememalign: check modeMattias Andrée2015-10-181-0/+3
* add rememalign: realloc with configurable alignmentMattias Andrée2015-10-181-7/+78
* the pointer returned by malloc is alignedMattias Andrée2015-10-181-3/+29
* improve attributesMattias Andrée2015-10-171-1/+1
* fix errorsMattias Andrée2015-10-1718-150/+212
* whitespaceMattias Andrée2015-10-161-0/+1
* improve and fix bprintfMattias Andrée2015-10-161-12/+25