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