mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
7b26b42769
This makes breaking changes to add underscores to many non-standard
function names provided by the c library. MODE=tiny is now tinier and
we now use smaller locks that are better for tiny apps in this mode.
Some headers have been renamed to be in the same folder as the build
package, so it'll be easier to know which build dependency is needed.
Certain old misguided interfaces have been removed. Intel intrinsics
headers are now listed in libc/isystem (but not in the amalgamation)
to help further improve open source compatibility. Header complexity
has also been reduced. Lastly, more shell scripts are now available.
Compared to
|
||
---|---|---|
.. | ||
LICENSE | ||
linenoise.c | ||
linenoise.h | ||
linenoise.mk | ||
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