Commit Graph

12 Commits

Author SHA1 Message Date
Lephenixnoir 4ffcf4c892
string: add a test for memrchr 2022-01-10 21:33:14 +01:00
Lephenixnoir 02fe82d903
basic fx-9860G support and some filesystem tests (WIP) 2021-12-04 21:21:02 +01:00
Lephenixnoir c712416d12
string: add a test case for a buggy situation of strtok 2021-08-17 17:28:37 +02:00
Lephenixnoir d5d3c791f3
replace old gint/std headers with fxlibc ones 2021-06-08 10:52:40 +02:00
Lephenixnoir 3599134898
string: mark makenstr as unused
This function will be relevant only if we ever optimize some
size-limited string function in assembler, which would warrant the user
of memarray to validate size/alignment combinations.
2021-05-29 21:50:12 +02:00
Lephenixnoir 5b21ea6ca1
string: test strnlen, strcmp*, strcasecmp*, strstr*, strtok 2021-05-25 20:51:13 +02:00
Lephenixnoir d7d1ea1a81
string: test strdup*, strspn*, strpbrk 2021-05-23 19:16:13 +02:00
Lephenixnoir 0048fb03ee
string: add tests for a bunch of naive str functions 2021-05-23 17:43:14 +02:00
Lephenixnoir 32b2bad9fc
string: add a test for strlen 2021-05-23 15:56:45 +02:00
Lephenixnoir 5b003e5bc4
string: add a test for memchr 2021-05-23 13:18:18 +02:00
Lephenixnoir f852d9f7f3
string: add a test for memcmp 2021-05-22 09:09:28 +02:00
Lephenixnoir c32e91b7f4
first version - and it works too! 2021-05-14 11:10:03 +02:00