mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
d1d4388201
It hasn't been helpful enough to be justify the maintenance burden. What actually does help is mprotect(), kprintf(), --ftrace and --strace which can always be counted upon to work correctly. We aren't losing much with this change. Support for ASAN on AARCH64 was never implemented. Applying ASAN to the core libc runtimes was disabled many months ago. If there is some way to have an ASAN runtime for user programs that is less invasive we can potentially consider reintroducing support. But now is premature. |
||
---|---|---|
.. | ||
BUILD.mk | ||
LICENSE | ||
linenoise.c | ||
linenoise.h | ||
README.cosmo |
DESCRIPTION Cosmopolitan Linenoise is a library for interactive pseudoteletypewriter command sessions using ANSI Standard X3.64 control sequences. ORIGIN https://github.com/antirez/linenoise 97d2850af13c339369093b78abe5265845d78220 Author: antirez <antirez@gmail.com> Date: Thu Mar 12 15:51:45 2020 +0100 Use unsigned int instead of uint like rest of code base. DOCUMENTATION See linenoise.c LOCAL CHANGES See linenoise.c