fxlibc/src/libc/string
Lephenixnoir 8ffc104798
string: add and test strpbrk (DONE)
2021-05-23 18:11:12 +02:00
..
target/sh-generic string: use gint's (not-so-optimized-yet) memmove (DONE) 2021-05-23 16:52:39 +02:00
memchr.c string: add memchr, memcmp, memmove for non-SuperH (TEST) 2021-05-23 16:52:39 +02:00
memcmp.c string: add memchr, memcmp, memmove for non-SuperH (TEST) 2021-05-23 16:52:39 +02:00
memcpy.c string: use gint's optimized memcpy (DONE) 2021-05-23 16:52:33 +02:00
memmove.c string: add memchr, memcmp, memmove for non-SuperH (TEST) 2021-05-23 16:52:39 +02:00
memset.c string: use gint's optimized memset (DONE) 2021-05-23 16:52:29 +02:00
strcat.c string: split strcat and strncat (DONE) 2021-05-23 17:28:48 +02:00
strchr.c string: split strchr, strchrnul and strrchr (TEST) 2021-05-23 16:07:01 +02:00
strchrnul.c string: split strchr, strchrnul and strrchr (TEST) 2021-05-23 16:07:01 +02:00
strcmp.c string: split strcmp and strncmp (DONE) 2021-05-23 17:27:58 +02:00
strcoll.c string: add stubs for strcoll and strxfrm (TEST) 2021-05-23 18:07:36 +02:00
strcpy.c string: split and fix strcpy and strncpy (DONE) 2021-05-23 17:28:20 +02:00
strcspn.c string: add and test strspn and strcspn (DONE) 2021-05-23 18:02:38 +02:00
strdup.c string: split and fix strdup and strndup (DONE) 2021-05-23 17:58:04 +02:00
strerror.c string: add and test strerror (DONE) 2021-05-23 17:44:37 +02:00
strlen.c string: split strnlen, optimize strlen in assembler (DONE) 2021-05-23 16:00:12 +02:00
strncat.c string: split strcat and strncat (DONE) 2021-05-23 17:28:48 +02:00
strncmp.c string: split strcmp and strncmp (DONE) 2021-05-23 17:27:58 +02:00
strncpy.c string: split and fix strcpy and strncpy (DONE) 2021-05-23 17:28:20 +02:00
strndup.c string: split and fix strdup and strndup (DONE) 2021-05-23 17:58:04 +02:00
strnlen.c string: split strnlen, optimize strlen in assembler (DONE) 2021-05-23 16:00:12 +02:00
strpbrk.c string: add and test strpbrk (DONE) 2021-05-23 18:11:12 +02:00
strrchr.c string: split strchr, strchrnul and strrchr (TEST) 2021-05-23 16:07:01 +02:00
strspn.c string: add and test strspn and strcspn (DONE) 2021-05-23 18:02:38 +02:00
strxfrm.c string: add stubs for strcoll and strxfrm (TEST) 2021-05-23 18:07:36 +02:00