cosmopolitan/test
Justine Tunney 57c0b065c8
Make old C++ demangler asynchronous signal safe
It's now possible to safely print C++ backtraces from signal handlers.
This symbol demangler doesn't need malloc, tls, or even static memory.
Additionally, this change makes it 2x faster and adds test cases. It's
almost as performant and accurate as the libcxxabi implementation now.
2024-05-07 03:41:33 -07:00
..
dsp Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
libc Make old C++ demangler asynchronous signal safe 2024-05-07 03:41:33 -07:00
libcxx Delete flaky tests 2024-05-03 09:11:04 -07:00
math Introduce support for trapping math 2024-04-30 13:38:43 -07:00
net Implement proper time zone support 2024-05-04 23:06:37 -07:00
posix Make old C++ demangler asynchronous signal safe 2024-05-07 03:41:33 -07:00
tool Implement proper time zone support 2024-05-04 23:06:37 -07:00
BUILD.mk Make quality improvements 2024-02-25 19:08:43 -08:00