cosmopolitan/libc/unicode
Justine Tunney 559b024e1d Decentralize Python native module linkage
We can now link even smaller Python binaries. For example, the hello.com
program in the Python build directory is a compiled linked executable of
hello.py which just prints hello world. Using decentralized sections, we
can make that binary 1.9mb in size (noting that python.com is 6.3 megs!)

This works for nontrivial programs too. For example, say we want an APE
binary that's equivalent to python.com -m http.server. Our makefile now
builds such a binary using the new launcher and it's only 3.2mb in size
since Python sources get turned into ELF objects, which tell our linker
that we need things like native hashing algorithm code.
2021-09-07 11:40:11 -07:00
..
blocks.txt Make improvements 2020-12-01 03:43:40 -08:00
eastasianwidth.txt Initial import 2020-06-15 07:18:57 -07:00
iconv.c Implement setlocale() stub (#43) 2021-02-18 17:06:06 -08:00
kcombiningchars.S Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
keastasianwidth.s Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
langinfo.c Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
langinfo.h Decentralize Python native module linkage 2021-09-07 11:40:11 -07:00
locale.h Implement setlocale() stub (#43) 2021-02-18 17:06:06 -08:00
localeconv.c Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
setlocale.c Fix issues with stdio needed for Lua 2021-03-06 19:04:26 -08:00
strnwidth.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strnwidth16.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
strwidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
strwidth16.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
unicode-properties.txt Make terminal ui binaries work well everywhere 2020-10-19 06:38:31 -07:00
unicode.h Add more POSIX function stubs 2021-03-02 03:27:55 -08:00
unicode.mk Improve build system 2021-02-19 23:03:34 -08:00
unicodedata.txt Initial import 2020-06-15 07:18:57 -07:00
wcsnwidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
wcswidth.c Add NetBSD support 2021-02-05 06:19:45 -08:00
wcwidth.c Add q keyboard shortcut to printvideo.com (#37) 2021-02-03 15:53:33 -08:00