mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
b41f91c658
The cosmopolitan command interpreter now has 13 builtin commands, variable support, support for ; / && / || syntax, asynchronous support, and plenty of unit tests with bug fixes. This change fixes a bug in posix_spawn() with null envp arg. strace logging now uses atomic writes for scatter functions. Breaking change renaming GetCpuCount() to _getcpucount(). TurfWar is now updated to use the new token bucket algorithm. WIN32 affinity masks now inherit across fork() and execve(). |
||
---|---|---|
.. | ||
test | ||
AUTHORS | ||
bignum-dtoa.cc | ||
bignum-dtoa.h | ||
bignum.cc | ||
bignum.h | ||
cached-powers.cc | ||
cached-powers.h | ||
dc.mk | ||
diy-fp.h | ||
double-conversion.h | ||
double-to-string.cc | ||
double-to-string.h | ||
fast-dtoa.cc | ||
fast-dtoa.h | ||
fixed-dtoa.cc | ||
fixed-dtoa.h | ||
ieee.h | ||
LICENSE | ||
README.cosmo | ||
string-to-double.cc | ||
string-to-double.h | ||
strtod.cc | ||
strtod.h | ||
utils.h | ||
wrapper.cc | ||
wrapper.h |
DESCRIPTION Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. ORIGIN double-conversion 3.2.0 https://github.com/google/double-conversion/archive/refs/tags/v3.2.0.zip 9e0c13564e17362aad8a32c1344a2214f71952c6 LICENSE BSD 3-Clause License LOCAL CHANGES - Use _unassert() macro for undefined behavior on failed assertions