cosmopolitan/third_party/double-conversion
Justine Tunney a6baba1b07
Stop using .com extension in monorepo
The WIN32 CreateProcess() function does not require an .exe or .com
suffix in order to spawn an executable. Now that we have Cosmo bash
we're no longer so dependent on the cmd.exe prompt.
2024-03-03 03:12:19 -08:00
..
test Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
AUTHORS Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
bignum-dtoa.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
bignum-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
bignum.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
bignum.h Reduce header complexity 2023-11-28 14:39:42 -08:00
BUILD.mk Add LLVM libcxxabi (#1063) 2024-01-08 08:45:10 -08:00
cached-powers.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
cached-powers.h Reduce header complexity 2023-11-28 14:39:42 -08:00
diy-fp.h Reduce header complexity 2023-11-28 14:39:42 -08:00
double-conversion.h Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
double-to-string.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
double-to-string.h Reduce header complexity 2023-11-28 14:39:42 -08:00
dubble.c Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
fast-dtoa.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
fast-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
fixed-dtoa.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
fixed-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
ieee.h Reduce header complexity 2023-11-28 14:39:42 -08:00
LICENSE Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
README.cosmo Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
string-to-double.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
string-to-double.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
strtod.cc Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
strtod.h Reduce header complexity 2023-11-28 14:39:42 -08:00
utils.h Reduce header complexity 2023-11-28 14:39:42 -08:00
wrapper.cc flip et / noet in modelines 2023-12-07 22:17:11 -05:00
wrapper.h Reduce header complexity 2023-11-28 14:39:42 -08:00

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