aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-16m docMattias Andrée1-0/+4
2015-11-15implement machinemodeMattias Andrée1-1/+17
2015-11-15implement humanmodeMattias Andrée1-2/+19
2015-11-14m doc malloczMattias Andrée1-0/+4
2015-11-14add malloczMattias Andrée2-0/+27
2015-11-14doc: cleanname is not symlink-safe eitherMattias Andrée1-0/+4
2015-11-14change prototypes for humanmode and machinemodeMattias Andrée1-46/+68
2015-11-14m docMattias Andrée1-2/+2
2015-11-14m slibc-human.hMattias Andrée2-8/+101
2015-11-14mMattias Andrée1-6/+6
2015-11-14mMattias Andrée1-2/+6
2015-11-14m docMattias Andrée1-0/+9
2015-11-14add slibc-human.h and implement escape and unescapeMattias Andrée1-0/+226
2015-11-13add todosMattias Andrée1-0/+24
2015-11-13mMattias Andrée1-1/+1
2015-11-13add todosMattias Andrée1-0/+8
2015-11-13add cleannameMattias Andrée1-0/+21
2015-10-31docMattias Andrée5-0/+126
2015-10-18mMattias Andrée1-2/+2
2015-10-18typoMattias Andrée1-4/+4
2015-10-18doc typoMattias Andrée1-1/+1
2015-10-18docMattias Andrée1-18/+23
2015-10-18mMattias Andrée1-2/+2
2015-10-18beginning of implementation of fallocMattias Andrée1-2/+79
2015-10-18m docMattias Andrée1-2/+6
2015-10-18add rememalign: realloc with configurable alignmentMattias Andrée1-4/+52
2015-10-18derpMattias Andrée1-3/+3
2015-10-18the pointer returned by malloc is alignedMattias Andrée2-2/+6
2015-10-18mMattias Andrée1-1/+1
2015-10-18mMattias Andrée1-8/+4
2015-10-18feature-test macrosMattias Andrée1-3/+9
2015-10-18malloc.h should be included via stdlib.hMattias Andrée1-0/+4
2015-10-17typoMattias Andrée1-2/+3
2015-10-17add asprintfa and aswprintfaMattias Andrée1-1/+84
2015-10-17improve attributesMattias Andrée18-296/+341
2015-10-17fix errorsMattias Andrée5-5/+26
2015-10-16m fixesMattias Andrée1-4/+5
2015-10-16the compiler determines how wchar is implement + intconf.h contains the signess of charMattias Andrée2-3/+29
2015-10-16update todoMattias Andrée1-0/+1
2015-10-16some integer types are pointer-like types that are limited to longMattias Andrée1-6/+23
2015-10-16do not assume that size(void*) == size(long)Mattias Andrée2-4/+23
2015-10-16m offsetof docMattias Andrée1-1/+4
2015-10-16fix realloc + add extalloc and naive_extallocMattias Andrée1-0/+62
2015-10-16add custom_reallocMattias Andrée1-0/+25
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-16C89 == C90 == ANSI C == Standard CMattias Andrée1-0/+17
2015-10-16typoMattias Andrée1-1/+1
2015-10-16add missing #endifMattias Andrée1-2/+3