cosmopolitan/libc/log
Justine Tunney b420ed8248 Undiamond Python headers
This change gets the Python codebase into a state where it conforms to
the conventions of this codebase. It's now possible to include headers
from Python, without worrying about ordering. Python has traditionally
solved that problem by "diamonding" everything in Python.h, but that's
problematic since it means any change to any Python header invalidates
all the build artifacts. Lastly it makes tooling not work. Since it is
hard to explain to Emacs when I press C-c C-h to add an import line it
shouldn't add the header that actually defines the symbol, and instead
do follow the nonstandard Python convention.

Progress has been made on letting Python load source code from the zip
executable structure via the standard C library APIs. System calss now
recognizes zip!FILENAME alternative URIs as equivalent to zip:FILENAME
since Python uses colon as its delimiter.

Some progress has been made on embedding the notice license terms into
the Python object code. This is easier said than done since Python has
an extremely complicated ownership story.

- Some termios APIs have been added
- Implement rewinddir() dirstream API
- GetCpuCount() API added to Cosmopolitan Libc
- More bugs in Cosmopolitan Libc have been fixed
- zipobj.com now has flags for mangling the path
- Fixed bug a priori with sendfile() on certain BSDs
- Polyfill F_DUPFD and F_DUPFD_CLOEXEC across platforms
- FIOCLEX / FIONCLEX now polyfilled for fast O_CLOEXEC changes
- APE now supports a hybrid solution to no-self-modify for builds
- Many BSD-only magnums added, e.g. O_SEARCH, O_SHLOCK, SF_NODISKIO
2021-08-12 14:07:40 -07:00
..
thunks Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
addr2linepath.c Change license 2020-12-27 17:18:44 -08:00
attachdebugger.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
backtrace.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
backtrace2.c Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
backtrace3.c Make SSL handshakes much faster 2021-07-11 23:17:47 -07:00
bsd.h Add chibicc 2020-12-06 16:20:21 -08:00
cancolor.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
check.h Undiamond Python headers 2021-08-12 14:07:40 -07:00
checkaligned.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
checkfail.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
checkfail_ndebug.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
color.internal.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
commandvenv.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
die.c Remove undefined behaviors 2021-05-16 11:16:28 -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 Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -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 Add minor improvements and cleanup 2020-10-27 03:39:46 -07:00
isrunningundermake.c Make C memory safe like Rust 2021-02-01 03:58:46 -08:00
isterminalinarticulate.c Improve performance of printf functions 2021-04-24 13:58:50 -07:00
log.h Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -07:00
log.mk Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08: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 Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
meminfo.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
memsummary.c Support proper %g, %f, and %a float formatting 2021-03-05 10:31:16 -08:00
oncrash.c Make improvements to redbean 2021-07-10 15:19:37 -07:00
oncrashthunks.S Add SSL to redbean 2021-06-24 13:20:50 -07:00
onkill.c Make pow() conform to standard definition 2021-03-03 09:21:27 -08:00
perror.c Make minor improvements 2021-05-15 21:53:26 -07:00
showcrashreports.c Add SSL to redbean 2021-06-24 13:20:50 -07:00
startfatal.c Implement more security stuff 2021-02-02 20:21:06 -08:00
startfatal_ndebug.c Change license 2020-12-27 17:18:44 -08: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 Add SNI support to redbean and improve SSL perf 2021-07-23 13:56:13 -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