fxlibc/src/libc/string
Lephenixnoir 3c29639988
string: fix a bug in SuperH memset
2022-03-26 15:19:15 +00:00
..
target/sh-generic string: fix a bug in SuperH memset 2022-03-26 15:19:15 +00: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
memrchr.c string: add and test a naive memrchr (DONE) 2022-01-10 21:21:03 +01:00
memset.c string: use gint's optimized memset (DONE) 2021-05-23 16:52:29 +02:00
strcasecmp.c string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +02:00
strcasestr.c string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +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 errno: add ENOTEMPTY for rmdir() 2021-12-30 18:18:54 +01:00
string_p.h string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +02:00
strlen.c string: split strnlen, optimize strlen in assembler (DONE) 2021-05-23 16:00:12 +02:00
strncasecmp.c string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +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
strstr.c string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +02:00
strstr_base.c string: add and test str[n]casecmp and KMP str[case]str (DONE) 2021-05-24 10:04:54 +02:00
strtok.c string: fix strtok detecting NUL only after separators 2021-08-17 17:30:21 +02:00
strxfrm.c string: add stubs for strcoll and strxfrm (TEST) 2021-05-23 18:07:36 +02:00