Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2015-11-14 | doc: cleanname is not symlink-safe either | Mattias Andrée | 2 | -0/+8 |
2015-11-14 | change prototypes for humanmode and machinemode | Mattias Andrée | 1 | -46/+68 |
2015-11-14 | m doc | Mattias Andrée | 1 | -2/+2 |
2015-11-14 | m slibc-human.h | Mattias Andrée | 2 | -8/+101 |
2015-11-14 | m | Mattias Andrée | 2 | -10/+10 |
2015-11-14 | m | Mattias Andrée | 1 | -2/+6 |
2015-11-14 | m doc | Mattias Andrée | 1 | -0/+9 |
2015-11-14 | add slibc-human.h and implement escape and unescape | Mattias Andrée | 3 | -0/+598 |
2015-11-13 | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 2 | -0/+4 |
2015-11-13 | add todos | Mattias Andrée | 1 | -0/+24 |
2015-11-13 | m | Mattias Andrée | 1 | -1/+1 |