cosmopolitan/third_party/double-conversion/test
Justine Tunney b41f91c658
Greatly expand system() shell code features
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().
2022-10-11 21:30:31 -07:00
..
cctest.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
cctest.h Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
checks.h Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
gay-fixed.cc Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
gay-fixed.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
gay-precision.cc Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
gay-precision.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
gay-shortest-single.cc Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
gay-shortest-single.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
gay-shortest.cc Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
gay-shortest.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
test-bignum-dtoa.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-bignum.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-conversions.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-diy-fp.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-dtoa.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-fast-dtoa.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-fixed-dtoa.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-ieee.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test-strtod.cc Fix bugs and make code tinier 2022-10-09 23:21:34 -07:00
test.mk Greatly expand system() shell code features 2022-10-11 21:30:31 -07:00