Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-11-17 | m + typo + split (almost all) string/*.c | Mattias Andrée | 1 | -27/+15 |
2015-11-17 | split err.c | Mattias Andrée | 9 | -162/+308 |
2015-11-17 | errno.c => errno/variables.c | Mattias Andrée | 1 | -1/+0 |
2015-11-17 | split error.c | Mattias Andrée | 6 | -192/+275 |
2015-11-17 | whitespace | Mattias Andrée | 4 | -0/+4 |
2015-11-17 | split bzero.c | Mattias Andrée | 2 | -22/+43 |
2015-11-17 | split ffs.c | Mattias Andrée | 3 | -24/+62 |
2015-11-17 | split index.c | Mattias Andrée | 2 | -11/+32 |
2015-11-17 | split div.c | Mattias Andrée | 3 | -32/+78 |
2015-11-17 | add macros for abs, labs, llabs, and imaxabs | Mattias Andrée | 6 | -8/+12 |
2015-11-17 | split abs.c | Mattias Andrée | 3 | -34/+74 |
2015-11-17 | split atoi | Mattias Andrée | 4 | -81/+143 |
2015-11-17 | inttypes/{{abs => imaxabs},{div => imaxdiv}}.c | Mattias Andrée | 2 | -0/+0 |
2015-11-17 | split libgen.c | Mattias Andrée | 4 | -84/+147 |
2015-11-17 | increase readability of falloc | Mattias Andrée | 1 | -42/+72 |
2015-11-17 | increase readability of unescape | Mattias Andrée | 1 | -52/+45 |
2015-11-17 | m | Mattias Andrée | 1 | -3/+3 |
2015-11-17 | increase readability of humansize | Mattias Andrée | 1 | -118/+214 |
2015-11-16 | m | Mattias Andrée | 1 | -1/+1 |
2015-11-16 | typo | Mattias Andrée | 7 | -9/+9 |
2015-11-16 | add macros for overflow check | Mattias Andrée | 3 | -12/+22 |
2015-11-16 | increase readability | Mattias Andrée | 3 | -176/+166 |
2015-11-16 | m | Mattias Andrée | 1 | -1/+1 |
2015-11-16 | increase readability of cleanname | Mattias Andrée | 1 | -23/+18 |
2015-11-16 | machinemode: fix bugs and increase readability | Mattias Andrée | 1 | -68/+171 |
2015-11-16 | info: doc mallocz | Mattias Andrée | 1 | -2/+14 |
2015-11-16 | work around regression in texinfo 6.0 | Mattias Andrée | 3 | -13/+11 |
2015-11-16 | typo | Mattias Andrée | 1 | -1/+1 |
2015-11-16 | doc machinesize_mode | Mattias Andrée | 1 | -0/+4 |
2015-11-16 | add todos | Mattias Andrée | 1 | -0/+6 |
2015-11-16 | doc: arg 2 for *div must not be 0 (lest SIGFPE) | Mattias Andrée | 4 | -8/+16 |
2015-11-16 | add interspacing parameter to humansize | Mattias Andrée | 2 | -6/+19 |
2015-11-16 | add intraspacing parameter for humansize and humandur, and interspacing for humandur | Mattias Andrée | 2 | -30/+53 |
2015-11-16 | typo | Mattias Andrée | 2 | -4/+4 |
2015-11-16 | implement humansize | Mattias Andrée | 2 | -4/+219 |
2015-11-16 | m slibc-human.h | Mattias Andrée | 1 | -4/+6 |
2015-11-16 | m fix humanmode | Mattias Andrée | 2 | -8/+8 |
2015-11-16 | m doc | Mattias Andrée | 1 | -0/+4 |
2015-11-16 | m | Mattias Andrée | 1 | -1/+1 |
2015-11-16 | m | Mattias Andrée | 1 | -14/+15 |
2015-11-16 | m machinemode | Mattias Andrée | 1 | -47/+36 |
2015-11-15 | m machinemode | Mattias Andrée | 1 | -10/+7 |
2015-11-15 | missed t and T in machinemode | Mattias Andrée | 1 | -0/+4 |
2015-11-15 | implement machinemode | Mattias Andrée | 2 | -1/+149 |
2015-11-15 | add missing include | Mattias Andrée | 1 | -0/+1 |
2015-11-15 | implement humanmode | Mattias Andrée | 2 | -2/+94 |
2015-11-14 | m doc mallocz | Mattias Andrée | 2 | -0/+8 |
2015-11-14 | m malloc.c | Mattias Andrée | 1 | -4/+12 |
2015-11-14 | add mallocz | Mattias Andrée | 4 | -0/+58 |
2015-11-14 | escape: 192 128 → \0 | Mattias Andrée | 1 | -1/+3 |