cosmopolitan/libc/fmt
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 Change license 2020-12-27 17:18:44 -08:00
atoi.c Make numerous improvements 2021-09-28 01:52:34 -07:00
atol.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
atoll.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
basename.c Change license 2020-12-27 17:18:44 -08:00
basename_n.c Change license 2020-12-27 17:18:44 -08:00
bing.c Change license 2020-12-27 17:18:44 -08:00
bing.internal.h Enhance chibicc 2020-12-09 04:00:48 -08:00
conv.h Make numerous improvements 2021-09-28 01:52:34 -07:00
dirname.c Apply some touchups 2021-02-07 07:02:46 -08:00
div.c Change license 2020-12-27 17:18:44 -08:00
fcvt.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
fmt.c Make numerous improvements 2021-09-28 01:52:34 -07:00
fmt.h Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
fmt.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
fmts.h Improve performance of printf functions 2021-04-24 13:58:50 -07:00
formatint64.c Make numerous improvements 2021-09-28 01:52:34 -07:00
formatint64thousands.c Make numerous improvements 2021-09-28 01:52:34 -07:00
imaxabs.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
imaxabs.thunk.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
internal.h Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
isabspath.c Change license 2020-12-27 17:18:44 -08:00
isslash.internal.h Fold conv package into fmt 2020-12-09 16:52:00 -08:00
itoa.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
itoa.h Make numerous improvements 2021-09-28 01:52:34 -07:00
itoa64.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
itoa64fixed16.greg.c Make numerous improvements 2021-09-28 01:52:34 -07:00
itoa64radix8.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
itoa64radix10.greg.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
itoa64radix16.greg.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
itoa128radix10.greg.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
kerrornames.S Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
kerrornameslong.S Make numerous improvements 2021-09-28 01:52:34 -07:00
labs.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
ldiv.c Change license 2020-12-27 17:18:44 -08:00
leb128.h Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
llabs.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
lldiv.c Change license 2020-12-27 17:18:44 -08:00
ntoa.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
pad.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
pflink.h Add SSL to redbean 2021-06-24 13:20:50 -07:00
sizetol.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
sleb128.c Change license 2020-12-27 17:18:44 -08:00
snprintf.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
sprintf.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
sscanf.c Change license 2020-12-27 17:18:44 -08:00
stoa.c Support OnHttpRequest Lua callback 2021-04-24 17:27:12 -07:00
strerror.c Change license 2020-12-27 17:18:44 -08:00
strerror_r.c Make numerous improvements 2021-09-28 01:52:34 -07:00
stripext.c Make numerous improvements 2021-09-28 01:52:34 -07:00
stripexts.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
strtoimax.c Make numerous improvements 2021-09-28 01:52:34 -07:00
strtol.c Make numerous improvements 2021-09-28 01:52:34 -07:00
strtol.internal.h Make numerous improvements 2021-09-28 01:52:34 -07:00
strtoll.c Fix typo bug in strtoll (#245) 2021-08-15 12:07:33 -07:00
strtonum.c Change license 2020-12-27 17:18:44 -08:00
strtoul.c Make numerous improvements 2021-09-28 01:52:34 -07:00
strtoull.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
strtoumax.c Make numerous improvements 2021-09-28 01:52:34 -07:00
unbing.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
unhexbuf.c Change license 2020-12-27 17:18:44 -08:00
unsleb128.c Change license 2020-12-27 17:18:44 -08:00
vcscanf.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
vsnprintf.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
vsprintf.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
vsscanf.c Change license 2020-12-27 17:18:44 -08:00
wcstoimax.c Make numerous improvements 2021-09-28 01:52:34 -07:00
wcstol.c Make numerous improvements 2021-09-28 01:52:34 -07:00
wcstoul.c Make numerous improvements 2021-09-28 01:52:34 -07:00
wcstoumax.c Make numerous improvements 2021-09-28 01:52:34 -07:00