cosmopolitan/test/libc/tinymath
Justine Tunney 39bf41f4eb Make numerous improvements
- Python static hello world now 1.8mb
- Python static fully loaded now 10mb
- Python HTTPS client now uses MbedTLS
- Python REPL now completes import stmts
- Increase stack size for Python for now
- Begin synthesizing posixpath and ntpath
- Restore Python \N{UNICODE NAME} support
- Restore Python NFKD symbol normalization
- Add optimized code path for Intel SHA-NI
- Get more Python unit tests passing faster
- Get Python help() pagination working on NT
- Python hashlib now supports MbedTLS PBKDF2
- Make memcpy/memmove/memcmp/bcmp/etc. faster
- Add Mersenne Twister and Vigna to LIBC_RAND
- Provide privileged __printf() for error code
- Fix zipos opendir() so that it reports ENOTDIR
- Add basic chmod() implementation for Windows NT
- Add Cosmo's best functions to Python cosmo module
- Pin function trace indent depth to that of caller
- Show memory diagram on invalid access in MODE=dbg
- Differentiate stack overflow on crash in MODE=dbg
- Add stb_truetype and tools for analyzing font files
- Upgrade to UNICODE 13 and reduce its binary footprint
- COMPILE.COM now logs resource usage of build commands
- Start implementing basic poll() support on bare metal
- Set getauxval(AT_EXECFN) to GetModuleFileName() on NT
- Add descriptions to strerror() in non-TINY build modes
- Add COUNTBRANCH() macro to help with micro-optimizations
- Make error / backtrace / asan / memory code more unbreakable
- Add fast perfect C implementation of μ-Law and a-Law audio codecs
- Make strtol() functions consistent with other libc implementations
- Improve Linenoise implementation (see also github.com/jart/bestline)
- COMPILE.COM now suppresses stdout/stderr of successful build commands
2021-09-28 01:52:34 -07:00
..
acos_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
acosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
asin_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
asinh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atan2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
atan_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
atanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
atanl_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cbrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
ceil_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
copysign_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
cos_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
cosh_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
erf_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp2_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp2l_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp10_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
exp_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
expm1_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
fabs_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
floor_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fmod_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
fsum_test.c Introduce fsum() 2021-06-11 16:49:30 -07:00
gamma_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
hypot_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
ilogb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
ldexp_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
log1p_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
log2_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
log_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
logb_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
pow10_test.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
powl_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
round_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
sin_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
sincos_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
sinh_test.c Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
sqrt_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
strtod_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
tan_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
tanh_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
test.mk Fix issues revealed by ECMAScript test262 2021-04-10 17:15:35 -07:00
tgamma_test.c Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
trunc_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00