cosmopolitan/test/libc/calls
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
..
access_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
commandv_test.c Get more Python tests passing (#141) 2021-08-16 15:26:31 -07:00
dup_test.c Improve system call support 2021-08-25 21:36:17 -07:00
fcntl_test.c Improve system call support 2021-08-25 21:36:17 -07:00
fileexists_test.c Improve system call support 2021-08-25 21:36:17 -07:00
fork_test.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ftruncate_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
getcwd_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
getenv_test.c Apply some touchups 2021-02-07 07:02:46 -08:00
getitimer_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
ioctl_siocgifconf_test.c Add test for ioctl(SIOCGIFCONF) and polyfill on BSDs 2021-06-25 18:44:04 -07:00
lseek_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkdir_test.c Eliminate some flakes 2021-02-03 06:25:27 -08:00
mkntcmdline_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
mkntenvblock_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mkntpath_test.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
mprotect_test.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
readansi_test.c Improve Python and Linenoise 2021-09-11 22:30:37 -07:00
readlinkat_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
renameat_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
setrlimit_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
sigaction_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
signal_test.c Change license 2020-12-27 17:18:44 -08:00
stat_test.c Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
test.mk Improve ZIP filesystem and change its prefix 2021-08-22 01:11:53 -07:00
vfork_test.c Delete LIBC_CALLS_HEFTY 2021-02-02 22:17:53 -08:00
writev_test.c Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00