Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | strerror_l is always MT-Safe | Mattias Andrée | 2015-08-31 | 1 | -2/+0 |
* | m doc | Mattias Andrée | 2015-08-31 | 1 | -2/+4 |
* | add missing inclusions of stddef.h to define NULL | Mattias Andrée | 2015-08-30 | 1 | -0/+2 |
* | add strerror and variants | Mattias Andrée | 2015-08-30 | 1 | -0/+125 |