cosmopolitan/libc/bits
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
..
abs.c Perform some minor fixups 2021-03-16 22:19:51 -07:00
atomic.h Add chibicc 2020-12-06 16:20:21 -08:00
atomic_load.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
atomic_store.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
avx2intrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
avxintrin.internal.h Add chibicc 2020-12-06 16:20:21 -08:00
bigword.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
bitreverse8.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
bitreverse16.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
bitreverse32.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
bitreverse64.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
bits.h Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
bits.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
bswap.h Make minor improvements 2020-12-23 23:42:56 -08:00
cmpxchg.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
countbits.c Make numerous improvements 2021-09-28 01:52:34 -07:00
emmintrin.internal.h Reorganize handling of added SSE intrinsics to simplify. 2021-09-27 21:42:40 -07:00
ezlea.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
gray.c Change license 2020-12-27 17:18:44 -08:00
hamming.c Change license 2020-12-27 17:18:44 -08:00
hilbert.c Change license 2020-12-27 17:18:44 -08:00
hilbert.h Initial import 2020-06-15 07:18:57 -07:00
initializer.internal.h wip on intellisense (again) 2021-02-02 11:14:45 -05:00
likely.h Add q keyboard shortcut to printvideo.com (#37) 2021-02-03 15:53:33 -08:00
lockcmpxchg.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
lockxchg.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
morton.c Change license 2020-12-27 17:18:44 -08:00
morton.h Make improvements 2020-12-01 03:43:40 -08:00
newbie.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
pmmintrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
popcnt.c Change license 2020-12-27 17:18:44 -08:00
popcnt.h Make numerous improvements 2021-09-28 01:52:34 -07:00
pushpop.h Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
rounddown2pow.c Change license 2020-12-27 17:18:44 -08:00
roundup2log.c Change license 2020-12-27 17:18:44 -08:00
roundup2pow.c Change license 2020-12-27 17:18:44 -08:00
safemacros.internal.h Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
segmentation.h Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
shaintrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
smmintrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
tmmintrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
ungray.c Change license 2020-12-27 17:18:44 -08:00
unmorton.c Change license 2020-12-27 17:18:44 -08:00
weaken.h Add x86_64-linux-gnu emulator 2020-08-25 04:43:42 -07:00
wmmintrin.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
xadd.h Make numerous improvements 2021-09-28 01:52:34 -07:00
xchg.internal.h Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
xmmintrin.internal.h Fix SSE scalar ops (#271) 2021-09-17 16:49:53 -07:00