Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | fix some warnings and errors | Mattias Andrée | 2015-09-02 | 1 | -1/+1 |
* | m | Mattias Andrée | 2015-09-02 | 1 | -1/+1 |
* | stpbrk => strpbrk | Mattias Andrée | 2015-09-02 | 1 | -1/+1 |
* | typo | Mattias Andrée | 2015-09-02 | 1 | -5/+5 |
* | fix more errors | Mattias Andrée | 2015-09-02 | 4 | -8/+21 |
* | fix more warnings | Mattias Andrée | 2015-09-01 | 2 | -1/+4 |
* | start on makefile and fixing warnings and errors | Mattias Andrée | 2015-09-01 | 15 | -33/+38 |
* | add memfrob | Mattias Andrée | 2015-09-01 | 1 | -0/+39 |
* | add strfry | Mattias Andrée | 2015-09-01 | 1 | -0/+46 |
* | add strtok functions | Mattias Andrée | 2015-09-01 | 1 | -0/+112 |
* | add strspn functions | Mattias Andrée | 2015-09-01 | 1 | -0/+96 |
* | add strstr functions | Mattias Andrée | 2015-09-01 | 3 | -6/+258 |
* | add strchr and variants | Mattias Andrée | 2015-09-01 | 1 | -0/+149 |
* | add string/array comparision functions | Mattias Andrée | 2015-09-01 | 1 | -0/+122 |
* | fix strdup functions | Mattias Andrée | 2015-08-31 | 1 | -3/+3 |
* | typo | Mattias Andrée | 2015-08-31 | 1 | -1/+1 |
* | add memory copying functions | Mattias Andrée | 2015-08-31 | 8 | -0/+806 |
* | add strlen and wcslen | Mattias Andrée | 2015-08-31 | 1 | -0/+53 |