| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-10-06 | Update e-mail | Mattias Andrée | 70 | -70/+70 |
| 2018-09-01 | m + strdup and strndup: use aligned_alloc(1, n) instead of malloc(n) | Mattias Andrée | 2 | -2/+2 |
| 2018-05-17 | memcmp: compare unsigned chars | Mattias Andrée | 1 | -2/+2 |
| 2016-03-30 | whoops, wrong type | Mattias Andrée | 1 | -1/+1 |
| 2016-03-30 | strfry: forgot to declare b | Mattias Andrée | 1 | -0/+1 |
| 2016-03-30 | strfry: reset n to max when the do..while loop resets | Mattias Andrée | 1 | -2/+2 |
| 2016-03-26 | strfry: fix random int range boundary, document that srand should have been called, support huge strings, and use uniform random | Mattias Andrée | 1 | -3/+32 |
| 2016-03-26 | m | Mattias Andrée | 1 | -3/+2 |
| 2016-03-26 | strfry: fix support for empty strings | Mattias Andrée | 1 | -2/+3 |
| 2016-03-01 | derp | Mattias Andrée | 1 | -1/+1 |
| 2016-03-01 | strfry: use Durstenfeld's algorithm instead of Satallo's algorithm | Mattias Andrée | 1 | -2/+2 |
| 2016-02-29 | strfry: non-uniform random number generation | Mattias Andrée | 1 | -1/+1 |
| 2016-01-01 | bump year | Mattias Andrée | 70 | -70/+70 |
| 2015-12-27 | fix errors and warnings | Mattias Andrée | 7 | -2/+18 |
| 2015-12-27 | fix errors | Mattias Andrée | 1 | -22/+27 |
| 2015-12-27 | suppress a bunch of warnings | Mattias Andrée | 1 | -0/+79 |
| 2015-12-16 | fix issue #5 on github | Mattias Andrée | 1 | -1/+1 |
| 2015-11-26 | doc | Mattias Andrée | 1 | -3/+51 |
| 2015-11-25 | tell in doc in which version things were introduced | Mattias Andrée | 69 | -0/+148 |
| 2015-11-20 | add todo | Mattias Andrée | 1 | -0/+1 |
| 2015-11-20 | add optimised variants of *casecmp | Mattias Andrée | 1 | -0/+76 |
| 2015-11-20 | more etymology | Mattias Andrée | 2 | -0/+4 |
| 2015-11-19 | doc | Mattias Andrée | 1 | -2/+32 |
| 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 | 1 | -0/+217 |
| 2015-11-18 | whitespace | Mattias Andrée | 1 | -1/+0 |
| 2015-11-18 | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 1 | -0/+22 |
| 2015-11-18 | typo | Mattias Andrée | 2 | -2/+2 |
| 2015-11-18 | fix errors | Mattias Andrée | 8 | -8/+8 |
| 2015-11-18 | implement additional string.h and wchar.h functions | Mattias Andrée | 1 | -0/+418 |
| 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 | 1 | -0/+2 |
| 2015-11-17 | m + split wchar/*.c | Mattias Andrée | 1 | -1/+0 |
| 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 | 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 libgen.c | Mattias Andrée | 1 | -0/+52 |
| 2015-11-13 | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 1 | -0/+2 |
| 2015-10-31 | doc | Mattias Andrée | 1 | -0/+12 |
| 2015-10-17 | fix errors | Mattias Andrée | 4 | -37/+37 |
| 2015-10-13 | fix strrchr bug, return the end of the string if c is 0 | Mattias Andrée | 1 | -1/+1 |
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 1 | -0/+84 |
| 2015-10-10 | m doc | Mattias Andrée | 1 | -2/+2 |
| 2015-09-03 | m | Mattias Andrée | 1 | -1/+0 |
| 2015-09-03 | remove some todos | Mattias Andrée | 4 | -4/+0 |
| 2015-09-02 | misc | Mattias Andrée | 1 | -2/+3 |
| 2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 1 | -0/+29 |
