mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-17 06:16:24 +00:00
- wcsstr() is now linearly complex - strstr16() is now linearly complex - strstr() is now vectorized on aarch64 (10x) - strstr() now uses KMP on pathological cases - memmem() is now vectorized on aarch64 (10x) - memmem() now uses KMP on pathological cases - Disable shared_ptr::owner_before until fixed - Make iswlower(), iswupper() consistent with glibc - Remove figure space from iswspace() implementation - Include line and paragraph separator in iswcntrl() - Use Musl wcwidth(), iswalpha(), iswpunct(), towlower(), towupper() |
||
---|---|---|
.. | ||
.clang-format | ||
accumulate_test.cc | ||
advance_test.cc | ||
all_of_test.cc | ||
any_of_test.cc | ||
array_test.cc | ||
back_inserter_test.cc | ||
BUILD.mk | ||
copy_test.cc | ||
is_base_of_test.cc | ||
istringstream_test.cc | ||
map_test.cc | ||
mutex_test.cc | ||
optional_test.cc | ||
ostringstream_test.cc | ||
set_bench.cc | ||
set_test.cc | ||
shared_ptr_test.cc | ||
sort_test.cc | ||
string_bench.cc | ||
string_test.cc | ||
string_view_test.cc | ||
to_string_test.cc | ||
tuple_test.cc | ||
unique_ptr_test.cc | ||
vector_test.cc |