| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-01-01 | bump year | Mattias Andrée | 70 | -70/+70 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix errors and warnings | Mattias Andrée | 7 | -2/+18 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | fix errors | Mattias Andrée | 1 | -22/+27 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-27 | suppress a bunch of warnings | Mattias Andrée | 1 | -0/+79 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-12-16 | fix issue #5 on github | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@member.fsf.org> | |||||
| 2015-11-26 | doc | Mattias Andrée | 1 | -3/+51 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-25 | tell in doc in which version things were introduced | Mattias Andrée | 69 | -0/+148 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add todo | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | add optimised variants of *casecmp | Mattias Andrée | 1 | -0/+76 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-20 | more etymology | Mattias Andrée | 2 | -0/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-19 | doc | Mattias Andrée | 1 | -2/+32 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | doc some new functions | Mattias Andrée | 1 | -4/+48 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | add more string.h and wchar.h functions | Mattias Andrée | 1 | -0/+217 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | whitespace | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | add memmemmove, memmemcpy, wmemmemmove, and wmemmemcpy | Mattias Andrée | 1 | -0/+22 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | typo | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | fix errors | Mattias Andrée | 8 | -8/+8 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | implement additional string.h and wchar.h functions | Mattias Andrée | 1 | -0/+418 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-18 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | split out string/strn/ from string/str/ | Mattias Andrée | 15 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | m doc | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | m + split wchar/*.c | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | rearrange files | Mattias Andrée | 62 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | add strset | Mattias Andrée | 1 | -0/+39 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | split strstr.c and strchr.c | Mattias Andrée | 18 | -343/+683 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | move strerror*.c to new dir: strerror/ | Mattias Andrée | 4 | -0/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | m + typo + split (almost all) string/*.c | Mattias Andrée | 45 | -840/+1496 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-17 | split libgen.c | Mattias Andrée | 1 | -0/+52 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-11-13 | improve performance on strstr and wcsstr if the needle is one character wide | Mattias Andrée | 1 | -0/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-31 | doc | Mattias Andrée | 1 | -0/+12 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-17 | fix errors | Mattias Andrée | 4 | -37/+37 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-13 | fix strrchr bug, return the end of the string if c is 0 | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | add strstarts strends strcasestarts strcaseends wcsstarts wcsends wcscasestarts wcscaseends | Mattias Andrée | 1 | -0/+84 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-10-10 | m doc | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-03 | m | Mattias Andrée | 1 | -1/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-03 | remove some todos | Mattias Andrée | 4 | -4/+0 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | misc | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | add memcasecmp and wmemcasecmp | Mattias Andrée | 1 | -0/+29 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | fix some warnings and errors | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | stpbrk => strpbrk | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | typo | Mattias Andrée | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-02 | fix more errors | Mattias Andrée | 4 | -8/+21 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | fix more warnings | Mattias Andrée | 2 | -1/+4 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | start on makefile and fixing warnings and errors | Mattias Andrée | 15 | -33/+38 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add memfrob | Mattias Andrée | 1 | -0/+39 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strfry | Mattias Andrée | 1 | -0/+46 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strtok functions | Mattias Andrée | 1 | -0/+112 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strspn functions | Mattias Andrée | 1 | -0/+96 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
| 2015-09-01 | add strstr functions | Mattias Andrée | 3 | -6/+258 | |
| Signed-off-by: Mattias Andrée <maandree@operamail.com> | |||||
