cosmopolitan/third_party/tr
Justine Tunney 7c83f4abc8
Make improvements
- 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()
2024-09-01 01:27:47 -07:00
..
BUILD.mk Make improvements 2024-09-01 01:27:47 -07:00
cmd.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
cmd.h Reduce header complexity 2023-11-28 14:39:42 -08:00
extern.h Reduce header complexity 2023-11-28 14:39:42 -08:00
next.c Fix ctype.h and wctype.h 2024-07-21 15:54:17 -07:00
tr.c Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00