aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include/nolibc/string.h
AgeCommit message (Expand)Author
2024-07-29tools/nolibc: include arch.h from string.hThomas Weißschuh
2024-04-10tools/nolibc/string: remove open-coded strnlen()Thomas Weißschuh
2024-04-10tools/nolibc: Fix strlcpy() return code and size usageRodrigo Campos
2024-04-10tools/nolibc: Fix strlcat() return code and size usageRodrigo Campos
2024-04-10tools/nolibc/string: export strlen()Rodrigo Campos
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_up()` functionAmmar Faizi
2023-10-12tools/nolibc: string: Remove the `_nolibc_memcpy_down()` functionAmmar Faizi
2023-10-12tools/nolibc: x86-64: Use `rep stosb` for `memset()`Ammar Faizi
2023-10-12tools/nolibc: x86-64: Use `rep movsb` for `memcpy()` and `memmove()`Ammar Faizi
2023-06-09tools/nolibc: use standard __asm__ statementsThomas Weißschuh
2023-01-09tools/nolibc: prevent gcc from making memset() loop over itselfWilly Tarreau
2023-01-09tools/nolibc: fix missing includes causing build issues at -O0Willy Tarreau
2022-10-28tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes
2022-10-28tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau
2022-04-20tools/nolibc/string: Implement `strdup()` and `strndup()`Ammar Faizi
2022-04-20tools/nolibc/string: Implement `strnlen()`Ammar Faizi
2022-04-20tools/nolibc/string: do not use __builtin_strlen() at -O0Willy Tarreau
2022-04-20tools/nolibc/string: add strcmp() and strncmp()Willy Tarreau
2022-04-20tools/nolibc/string: export memset() and memmove()Willy Tarreau
2022-04-20tools/nolibc: move exported functions to their own sectionWilly Tarreau
2022-04-20tools/nolibc/string: add tiny versions of strncat() and strlcat()Willy Tarreau
2022-04-20tools/nolibc/string: add strncpy() and strlcpy()Willy Tarreau
2022-04-20tools/nolibc/string: slightly simplify memmove()Willy Tarreau
2022-04-20tools/nolibc/string: use unidirectional variants for memcpy()Willy Tarreau
2022-04-20tools/nolibc/string: split the string functions into string.hWilly Tarreau