| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | more etymology | Mattias Andrée | 2015-11-20 | 12 | -0/+408 |
* | fix issue #4 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 |
* | etymology for some functions | Mattias Andrée | 2015-11-19 | 16 | -5/+233 |
* | fix memory leak at failure of execveat (issue #3) | Mattias Andrée | 2015-11-19 | 1 | -2/+8 |
* | fix issue #2 | Mattias Andrée | 2015-11-19 | 1 | -0/+2 |
* | doc | Mattias Andrée | 2015-11-19 | 2 | -3/+33 |
* | reorder new functions | Mattias Andrée | 2015-11-18 | 1 | -85/+85 |
* | doc some new functions | Mattias Andrée | 2015-11-18 | 1 | -4/+48 |
* | add more string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 2 | -0/+430 |
* | whitespace | Mattias Andrée | 2015-11-18 | 1 | -1/+0 |
* | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 2015-11-18 | 2 | -0/+44 |
* | typo | Mattias Andrée | 2015-11-18 | 7 | -8/+8 |
* | fix errors | Mattias Andrée | 2015-11-18 | 16 | -16/+16 |
* | implement additional string.h and wchar.h functions | Mattias Andrée | 2015-11-18 | 2 | -0/+754 |
* | m | Mattias Andrée | 2015-11-18 | 1 | -2/+2 |
* | update todo | Mattias Andrée | 2015-11-18 | 1 | -0/+11 |
* | m | Mattias Andrée | 2015-11-18 | 1 | -1/+1 |
* | split out string/strn/ from string/str/ | Mattias Andrée | 2015-11-17 | 15 | -0/+0 |
* | grammaro | Mattias Andrée | 2015-11-17 | 1 | -1/+1 |
* | m readme | Mattias Andrée | 2015-11-17 | 1 | -2/+2 |
* | m doc | Mattias Andrée | 2015-11-17 | 4 | -0/+8 |
* | m + split wchar/*.c | Mattias Andrée | 2015-11-17 | 61 | -1069/+2019 |
* | add wcsset | Mattias Andrée | 2015-11-17 | 2 | -0/+52 |
* | rearrange files | Mattias Andrée | 2015-11-17 | 62 | -0/+0 |
* | add strset | Mattias Andrée | 2015-11-17 | 2 | -0/+52 |
* | 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 | 46 | -841/+1497 |
* | 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 | 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 |