| Commit message (Expand) | Author | Files | Lines |
| 2015-11-20 | more etymology | Mattias Andrée | 12 | -3/+50 |
| 2015-11-20 | more etymology | Mattias Andrée | 7 | -0/+18 |
| 2015-11-19 | fix issue #4 | Mattias Andrée | 1 | -0/+2 |
| 2015-11-19 | etymology for some functions | Mattias Andrée | 9 | -2/+54 |
| 2015-11-19 | fix memory leak at failure of execveat (issue #3) | Mattias Andrée | 1 | -2/+8 |
| 2015-11-19 | fix issue #2 | Mattias Andrée | 1 | -0/+2 |
| 2015-11-19 | doc | Mattias Andrée | 2 | -3/+33 |
| 2015-11-18 | reorder new functions | Mattias Andrée | 1 | -85/+85 |
| 2015-11-18 | doc some new functions | Mattias Andrée | 1 | -4/+48 |
| 2015-11-18 | add more string.h and wchar.h functions | Mattias Andrée | 2 | -0/+430 |
| 2015-11-18 | whitespace | Mattias Andrée | 1 | -1/+0 |
| 2015-11-18 | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 2 | -0/+44 |
| 2015-11-18 | typo | Mattias Andrée | 5 | -5/+5 |
| 2015-11-18 | fix errors | Mattias Andrée | 16 | -16/+16 |
| 2015-11-18 | implement additional string.h and wchar.h functions | Mattias Andrée | 2 | -0/+754 |
| 2015-11-18 | m | Mattias Andrée | 1 | -2/+2 |
| 2015-11-18 | m | Mattias Andrée | 1 | -1/+1 |
| 2015-11-17 | split out string/strn/ from string/str/ | Mattias Andrée | 15 | -0/+0 |
| 2015-11-17 | m doc | Mattias Andrée | 2 | -0/+4 |
| 2015-11-17 | m + split wchar/*.c | Mattias Andrée | 60 | -1068/+2018 |
| 2015-11-17 | add wcsset | Mattias Andrée | 1 | -0/+39 |
| 2015-11-17 | rearrange files | Mattias Andrée | 62 | -0/+0 |
| 2015-11-17 | add strset | Mattias Andrée | 1 | -0/+39 |
| 2015-11-17 | split strstr.c and strchr.c | Mattias Andrée | 18 | -343/+683 |
| 2015-11-17 | strcasecmp, strncasecmp, strcasecmp_l, and strncasecmp_l are implemented in src/string/ rather than src/strings/ | Mattias Andrée | 1 | -0/+3 |
| 2015-11-17 | move strerror*.c to new dir: strerror/ | Mattias Andrée | 4 | -0/+0 |
| 2015-11-17 | m + typo + split (almost all) string/*.c | Mattias Andrée | 45 | -840/+1496 |
| 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 | 4 | -4/+4 |
| 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 | 5 | -5/+5 |
| 2015-11-16 | add macros for overflow check | Mattias Andrée | 2 | -12/+7 |
| 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 |