| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2022-04-20 | tools/nolibc/string: Implement `strdup()` and `strndup()` | 1 | -0/+32 | |
| 2022-04-20 | tools/nolibc/string: Implement `strnlen()` | 1 | -0/+9 | |
| 2022-04-20 | tools/nolibc/string: do not use __builtin_strlen() at -O0 | 1 | -1/+10 | |
| 2022-04-20 | tools/nolibc/string: add strcmp() and strncmp() | 1 | -0/+23 | |
| 2022-04-20 | tools/nolibc/string: export memset() and memmove() | 1 | -2/+8 | |
| 2022-04-20 | tools/nolibc: move exported functions to their own section | 1 | -1/+1 | |
| 2022-04-20 | tools/nolibc/string: add tiny versions of strncat() and strlcat() | 1 | -0/+41 | |
| 2022-04-20 | tools/nolibc/string: add strncpy() and strlcpy() | 1 | -0/+28 | |
| 2022-04-20 | tools/nolibc/string: slightly simplify memmove() | 1 | -6/+14 | |
| 2022-04-20 | tools/nolibc/string: use unidirectional variants for memcpy() | 1 | -1/+23 | |
| 2022-04-20 | tools/nolibc/string: split the string functions into string.h | 1 | -0/+107 |
