aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-11-16add interspacing parameter to humansizeMattias Andrée1-5/+15
2015-11-16add intraspacing parameter for humansize and humandur, and interspacing for humandurMattias Andrée1-18/+35
2015-11-16typoMattias Andrée1-2/+2
2015-11-16implement humansizeMattias Andrée1-0/+191
2015-11-16m fix humanmodeMattias Andrée1-4/+4
2015-11-16mMattias Andrée1-1/+1
2015-11-16mMattias Andrée1-14/+15
2015-11-16m machinemodeMattias Andrée1-47/+36
2015-11-15m machinemodeMattias Andrée1-10/+7
2015-11-15missed t and T in machinemodeMattias Andrée1-0/+4
2015-11-15implement machinemodeMattias Andrée1-0/+132
2015-11-15add missing includeMattias Andrée1-0/+1
2015-11-15implement humanmodeMattias Andrée1-0/+75
2015-11-14m doc malloczMattias Andrée1-0/+4
2015-11-14m malloc.cMattias Andrée1-4/+12
2015-11-14add malloczMattias Andrée1-0/+25
2015-11-14escape: 192 128 → \0Mattias Andrée1-1/+3
2015-11-14doc: cleanname is not symlink-safe eitherMattias Andrée1-0/+4
2015-11-14mMattias Andrée1-4/+4
2015-11-14add slibc-human.h and implement escape and unescapeMattias Andrée2-0/+372
2015-11-13improve performance on strstr and wcsstr if the needle is one character wideMattias Andrée2-0/+4
2015-11-13add cleannameMattias Andrée1-0/+81
2015-10-31docMattias Andrée3-0/+41
2015-10-18mMattias Andrée1-2/+2
2015-10-18typoMattias Andrée1-4/+4
2015-10-18doc typoMattias Andrée1-1/+1
2015-10-18beginning of implementation of fallocMattias Andrée1-0/+129
2015-10-18m docMattias Andrée1-2/+10
2015-10-18rememalign: check modeMattias Andrée1-0/+3
2015-10-18add rememalign: realloc with configurable alignmentMattias Andrée1-7/+78
2015-10-18the pointer returned by malloc is alignedMattias Andrée1-3/+29
2015-10-17improve attributesMattias Andrée1-1/+1
2015-10-17fix errorsMattias Andrée18-150/+212
2015-10-16whitespaceMattias Andrée1-0/+1
2015-10-16improve and fix bprintfMattias Andrée1-12/+25
2015-10-16mMattias Andrée1-1/+1
2015-10-16fix realloc + add extalloc and naive_extallocMattias Andrée1-1/+68
2015-10-16add custom_reallocMattias Andrée1-0/+35
2015-10-16typoMattias Andrée1-1/+1
2015-10-16typoMattias Andrée1-3/+3
2015-10-16limitations on allocsizeMattias Andrée1-0/+5
2015-10-13fix strrchr bug, return the end of the string if c is 0Mattias Andrée2-2/+2
2015-10-13CPP directive __func__ requires C99Mattias Andrée1-8/+9