cosmopolitan/libc/log
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
..
thunks Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
addr2linepath.c Make numerous improvements 2021-09-28 01:52:34 -07:00
appendresourcereport.c Make numerous improvements 2021-09-28 01:52:34 -07:00
attachdebugger.c Improve system call support 2021-08-25 21:36:17 -07:00
backtrace.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
backtrace2.c Make numerous improvements 2021-09-28 01:52:34 -07:00
backtrace3.c Make numerous improvements 2021-09-28 01:52:34 -07:00
bsd.h Add chibicc 2020-12-06 16:20:21 -08:00
cancolor.c Make numerous improvements 2021-09-28 01:52:34 -07:00
check.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
checkaligned.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
checkfail.c Make numerous improvements 2021-09-28 01:52:34 -07:00
checkfail_ndebug.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
color.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
commandvenv.c Make numerous improvements 2021-09-28 01:52:34 -07:00
countbranch.h Make numerous improvements 2021-09-28 01:52:34 -07:00
countbranch_data.S Make numerous improvements 2021-09-28 01:52:34 -07:00
countbranch_report.c Make numerous improvements 2021-09-28 01:52:34 -07:00
die.c Make numerous improvements 2021-09-28 01:52:34 -07:00
err.c Change license 2020-12-27 17:18:44 -08:00
errx.c Change license 2020-12-27 17:18:44 -08:00
flogf.c Change license 2020-12-27 17:18:44 -08:00
gdb.h Remove dollars from system call support symbols 2021-02-03 19:35:29 -08:00
gdbexec.c Make major improvements to redbean and libraries 2021-04-18 12:34:15 -07:00
gdbpath.c Change license 2020-12-27 17:18:44 -08:00
gdbsync.c Change license 2020-12-27 17:18:44 -08:00
getcallername.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getsicodename.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getsymbol.c Make numerous improvements 2021-09-28 01:52:34 -07:00
getsymboltable.c Make SSL handshakes much faster 2021-07-11 23:17:47 -07:00
getttycols.c Change license 2020-12-27 17:18:44 -08:00
getttysize.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
internal.h Improve system call support 2021-08-25 21:36:17 -07:00
isterminalinarticulate.c Make numerous improvements 2021-09-28 01:52:34 -07:00
libfatal.internal.h Make numerous improvements 2021-09-28 01:52:34 -07:00
log.h Improve logger API (#262) 2021-09-03 21:14:26 -07:00
log.mk Make numerous improvements 2021-09-28 01:52:34 -07:00
logerrno.c Make Cosmopolitan ANSI C89 compatible 2021-02-03 17:48:59 -08:00
logfile.initabi.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
loglevel.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
malloc_stats.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
meminfo.c Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
memsummary.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
oncrash.c Make numerous improvements 2021-09-28 01:52:34 -07:00
oncrashthunks.S Add cpu / mem / fsz limits to build system 2021-08-13 23:40:53 -07:00
onkill.c Make numerous improvements 2021-09-28 01:52:34 -07:00
perror.c Make minor improvements 2021-05-15 21:53:26 -07:00
printgarbage.c Fix regression in _gclongjmp() 2021-08-19 09:34:24 -07:00
printgarbagenumeric.c Fix regression in _gclongjmp() 2021-08-19 09:34:24 -07:00
restoretty.c Make numerous improvements 2021-09-28 01:52:34 -07:00
showcrashreports.c Make numerous improvements 2021-09-28 01:52:34 -07:00
startfatal.c Make numerous improvements 2021-09-28 01:52:34 -07:00
startfatal_ndebug.c Make numerous improvements 2021-09-28 01:52:34 -07:00
traceme.c Undiamond Python headers 2021-08-12 14:07:40 -07:00
traceme.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
verr.c Change license 2020-12-27 17:18:44 -08:00
verrx.c Change license 2020-12-27 17:18:44 -08:00
vflogf.c Improve logger API (#262) 2021-09-03 21:14:26 -07:00
vwarn.c Change license 2020-12-27 17:18:44 -08:00
vwarnx.c Change license 2020-12-27 17:18:44 -08:00
warn.c Change license 2020-12-27 17:18:44 -08:00
warnx.c Change license 2020-12-27 17:18:44 -08:00