Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | m doc | Mattias Andrée | 2015-11-17 | 2 | -0/+4 |
* | m + split wchar/*.c | Mattias Andrée | 2015-11-17 | 60 | -1068/+2018 |
* | add wcsset | Mattias Andrée | 2015-11-17 | 1 | -0/+39 |
* | rearrange files | Mattias Andrée | 2015-11-17 | 62 | -0/+0 |
* | add strset | Mattias Andrée | 2015-11-17 | 1 | -0/+39 |
* | split strstr.c and strchr.c | Mattias Andrée | 2015-11-17 | 18 | -343/+683 |
* | strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/ | Mattias Andrée | 2015-11-17 | 1 | -0/+3 |
* | move strerror*.c to new dir: strerror/ | Mattias Andrée | 2015-11-17 | 4 | -0/+0 |
* | m + typo + split (almost all) string/*.c | Mattias Andrée | 2015-11-17 | 45 | -840/+1496 |
* | split err.c | Mattias Andrée | 2015-11-17 | 9 | -162/+308 |
* | errno.c => errno/variables.c | Mattias Andrée | 2015-11-17 | 1 | -1/+0 |
* | split error.c | Mattias Andrée | 2015-11-17 | 6 | -192/+275 |
* | whitespace | Mattias Andrée | 2015-11-17 | 4 | -0/+4 |
* | split bzero.c | Mattias Andrée | 2015-11-17 | 2 | -22/+43 |
* | split ffs.c | Mattias Andrée | 2015-11-17 | 3 | -24/+62 |
* | split index.c | Mattias Andrée | 2015-11-17 | 2 | -11/+32 |
* | split div.c | Mattias Andrée | 2015-11-17 | 3 | -32/+78 |
* | add macros for abs, labs, llabs, and imaxabs | Mattias Andrée | 2015-11-17 | 4 | -4/+4 |
* | 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 | 5 | -5/+5 |
* | add macros for overflow check | Mattias Andrée | 2015-11-16 | 2 | -12/+7 |
* | 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 |
* | doc: arg 2 for *div must not be 0 (lest SIGFPE) | Mattias Andrée | 2015-11-16 | 2 | -4/+8 |
* | add interspacing parameter to humansize | Mattias Andrée | 2015-11-16 | 1 | -5/+15 |
* | add intraspacing parameter for humansize and humandur, and interspacing for humandur | Mattias Andrée | 2015-11-16 | 1 | -18/+35 |
* | typo | Mattias Andrée | 2015-11-16 | 1 | -2/+2 |
* | implement humansize | Mattias Andrée | 2015-11-16 | 1 | -0/+191 |
* | m fix humanmode | Mattias Andrée | 2015-11-16 | 1 | -4/+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 | 1 | -0/+132 |
* | add missing include | Mattias Andrée | 2015-11-15 | 1 | -0/+1 |
* | implement humanmode | Mattias Andrée | 2015-11-15 | 1 | -0/+75 |
* | m doc mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+4 |
* | m malloc.c | Mattias Andrée | 2015-11-14 | 1 | -4/+12 |
* | add mallocz | Mattias Andrée | 2015-11-14 | 1 | -0/+25 |