cosmopolitan/test/libc/str
Justine Tunney e75ffde09e Get codebase completely working with LLVM
You can now build Cosmopolitan with Clang:

    make -j8 MODE=llvm
    o/llvm/examples/hello.com

The assembler and linker code is now friendly to LLVM too.
So it's not needed to configure Clang to use binutils under
the hood. If you love LLVM then you can now use pure LLVM.
2021-02-09 02:57:32 -08:00
..
bsr_test.c Change license 2020-12-27 17:18:44 -08:00
crc32c_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
getutf16_test.c Change license 2020-12-27 17:18:44 -08:00
highwayhash64_test.c Hunt down some small bugs 2020-12-24 16:01:48 -08:00
memccpy_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
memcpy_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
memfrob_test.c Change license 2020-12-27 17:18:44 -08:00
memmem_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
pututf16_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
regex_test.c Change license 2020-12-27 17:18:44 -08:00
sigset_test.c Change license 2020-12-27 17:18:44 -08:00
str_test.c Change license 2020-12-27 17:18:44 -08:00
strcasecmp_test.c Implement getcwd() for XNU 2021-01-30 08:54:12 -08:00
strchr_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
strcmp_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
strcpy_test.c Change license 2020-12-27 17:18:44 -08:00
strlcpy_test.c Fix strtol 2020-12-29 22:40:52 -08:00
strlen_test.c Fix Clang support 2021-02-06 00:29:09 -08:00
strrchr_test.c Change license 2020-12-27 17:18:44 -08:00
strrchr_test.inc Change license 2020-12-27 17:18:44 -08:00
strstr_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
strtok_r_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
strtolower_test.c Change license 2020-12-27 17:18:44 -08:00
test.mk Fix XNU / FreeBSD / OpenBSD / RHEL5 / NT bugs 2021-01-25 18:31:17 -08:00
tpenc_test.c Implement more security stuff 2021-02-02 20:21:06 -08:00
tprecode8to16_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
tprecode16to8_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
undeflate_test.c Change license 2020-12-27 17:18:44 -08:00