Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add macros for abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-11-17 | 6 | -8/+12 |
* | split abs.c | Mattias Andrée | 2015-11-17 | 3 | -34/+74 |
* | split atoi | Mattias Andrée | 2015-11-17 | 4 | -81/+143 |
* | inttypes/{{abs => imaxabs},{div => imaxdiv}}.c | Mattias Andrée | 2015-11-17 | 2 | -0/+0 |
* | split libgen.c | Mattias Andrée | 2015-11-17 | 4 | -84/+147 |
* | increase readability of falloc | Mattias Andrée | 2015-11-17 | 1 | -42/+72 |
* | increase readability of unescape | Mattias Andrée | 2015-11-17 | 1 | -52/+45 |
* | m | Mattias Andrée | 2015-11-17 | 1 | -3/+3 |
* | increase readability of humansize | Mattias Andrée | 2015-11-17 | 1 | -118/+214 |
* | m | Mattias Andrée | 2015-11-16 | 1 | -1/+1 |
* | typo | Mattias Andrée | 2015-11-16 | 7 | -9/+9 |
* | add macros for overflow check | Mattias Andrée | 2015-11-16 | 3 | -12/+22 |
* | increase readability | Mattias Andrée | 2015-11-16 | 3 | -176/+166 |
* | m | Mattias Andrée | 2015-11-16 | 1 | -1/+1 |
* | increase readability of cleanname | Mattias Andrée | 2015-11-16 | 1 | -23/+18 |
* | machinemode: fix bugs and increase readability | Mattias Andrée | 2015-11-16 | 1 | -68/+171 |
* | info: doc mallocz | Mattias Andrée | 2015-11-16 | 1 | -2/+14 |
* | work around regression in texinfo 6.0 | Mattias Andrée | 2015-11-16 | 3 | -13/+11 |
* | typo | Mattias Andrée | 2015-11-16 | 1 | -1/+1 |
* | doc machinesize_mode | Mattias Andrée | 2015-11-16 | 1 | -0/+4 |
* | add todos | Mattias Andrée | 2015-11-16 | 1 | -0/+6 |
* | doc: arg 2 for *div must not be 0 (lest SIGFPE) | Mattias Andrée | 2015-11-16 | 4 | -8/+16 |
* | add interspacing parameter to humansize | Mattias Andrée | 2015-11-16 | 2 | -6/+19 |
* | add intraspacing parameter for humansize and humandur, and interspacing for humandur | Mattias Andrée | 2015-11-16 | 2 | -30/+53 |
* | typo | Mattias Andrée | 2015-11-16 | 2 | -4/+4 |
* | implement humansize | Mattias Andrée | 2015-11-16 | 2 | -4/+219 |
* | m slibc-human.h | Mattias Andrée | 2015-11-16 | 1 | -4/+6 |
* | m fix humanmode | Mattias Andrée | 2015-11-16 | 2 | -8/+8 |
* | m doc | Mattias Andrée | 2015-11-16 | 1 | -0/+4 |
* | m | Mattias Andrée | 2015-11-16 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-11-16 | 1 | -14/+15 |
* | m machinemode | Mattias Andrée | 2015-11-16 | 1 | -47/+36 |
* | m machinemode | Mattias Andrée | 2015-11-15 | 1 | -10/+7 |
* | missed t and T in machinemode | Mattias Andrée | 2015-11-15 | 1 | -0/+4 |
* | implement machinemode | Mattias Andrée | 2015-11-15 | 2 | -1/+149 |
* | add missing include | Mattias Andrée | 2015-11-15 | 1 | -0/+1 |
* | implement humanmode | Mattias Andrée | 2015-11-15 | 2 | -2/+94 |
* | m doc mallocz | Mattias Andrée | 2015-11-14 | 2 | -0/+8 |
* | m malloc.c | Mattias Andrée | 2015-11-14 | 1 | -4/+12 |
* | add mallocz | Mattias Andrée | 2015-11-14 | 4 | -0/+58 |
* | escape: 192 128 → \0 | Mattias Andrée | 2015-11-14 | 1 | -1/+3 |
* | doc: cleanname is not symlink-safe either | Mattias Andrée | 2015-11-14 | 2 | -0/+8 |
* | change prototypes for humanmode and machinemode | Mattias Andrée | 2015-11-14 | 1 | -46/+68 |
* | m doc | Mattias Andrée | 2015-11-14 | 1 | -2/+2 |
* | m slibc-human.h | Mattias Andrée | 2015-11-14 | 2 | -8/+101 |
* | m | Mattias Andrée | 2015-11-14 | 2 | -10/+10 |
* | m | Mattias Andrée | 2015-11-14 | 1 | -2/+6 |
* | m doc | Mattias Andrée | 2015-11-14 | 1 | -0/+9 |
* | add slibc-human.h and implement escape and unescape | Mattias Andrée | 2015-11-14 | 3 | -0/+598 |
* | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 2015-11-13 | 2 | -0/+4 |