cosmopolitan/libc/isystem
Justine Tunney 8af197560e Improve Libc by making Python work even better
Actually Portable Python is now outperforming the Python binaries
that come bundled with Linux distros, at things like HTTP serving.
You can now have a fully featured Python install in just one .com
file that runs on six operating systems and is about 10mb in size.
With tuning, the tiniest is ~1mb. We've got most of the libraries
working, including pysqlite, and the repl now feels very pleasant.
The things you can't do quite yet are: threads and shared objects
but that can happen in the future, if the community falls in love
with this project and wants to see it developed further. Changes:

- Add siginterrupt()
- Add sqlite3 to Python
- Add issymlink() helper
- Make GetZipCdir() faster
- Add tgamma() and finite()
- Add legacy function lutimes()
- Add readlink() and realpath()
- Use heap allocations when appropriate
- Reorganize Python into two-stage build
- Save Lua / Python shell history to dotfile
- Integrate Python Lib embedding into linkage
- Make isregularfile() and isdirectory() go faster
- Make Python shell auto-completion work perfectly
- Make crash reports work better if changed directory
- Fix Python+NT open() / access() flag overflow error
- Disable Python tests relating to \N{LONG NAME} syntax
- Have Python REPL copyright() show all notice embeddings

The biggest technical challenge at the moment is working around
when Python tries to be too clever about filenames.
2021-08-18 22:16:23 -07:00
..
arpa Initial import 2020-06-15 07:18:57 -07:00
sys Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
alloca.h Initial import 2020-06-15 07:18:57 -07:00
assert.h Initial import 2020-06-15 07:18:57 -07:00
complex.h Initial import 2020-06-15 07:18:57 -07:00
ctype.h Initial import 2020-06-15 07:18:57 -07:00
dirent.h Initial import 2020-06-15 07:18:57 -07:00
dlfcn.h Initial import 2020-06-15 07:18:57 -07:00
elf.h Fix isystem headers including wrong files (#108) 2021-03-06 21:06:29 -08:00
endian.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
err.h Initial import 2020-06-15 07:18:57 -07:00
errno.h Initial import 2020-06-15 07:18:57 -07:00
fcntl.h Initial import 2020-06-15 07:18:57 -07:00
float.h Initial import 2020-06-15 07:18:57 -07:00
getopt.h Initial import 2020-06-15 07:18:57 -07:00
grp.h Fix isystem headers including wrong files (#108) 2021-03-06 21:06:29 -08:00
inttypes.h Initial import 2020-06-15 07:18:57 -07:00
iso646.h Add ISO 646 header (#168) 2021-05-16 23:18:33 -07:00
langinfo.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
limits.h Initial import 2020-06-15 07:18:57 -07:00
locale.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
malloc.h Initial import 2020-06-15 07:18:57 -07:00
math.h Initial import 2020-06-15 07:18:57 -07:00
paths.h Initial import 2020-06-15 07:18:57 -07:00
poll.h Initial import 2020-06-15 07:18:57 -07:00
pthread.h Add chibicc 2020-12-06 16:20:21 -08:00
pwd.h Fix isystem headers including wrong files (#108) 2021-03-06 21:06:29 -08:00
regex.h Initial import 2020-06-15 07:18:57 -07:00
sched.h Initial import 2020-06-15 07:18:57 -07:00
setjmp.h Initial import 2020-06-15 07:18:57 -07:00
signal.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
stat.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
stdarg.h Initial import 2020-06-15 07:18:57 -07:00
stdbool.h Initial import 2020-06-15 07:18:57 -07:00
stdc-predef.h Initial import 2020-06-15 07:18:57 -07:00
stddef.h Initial import 2020-06-15 07:18:57 -07:00
stdint.h Initial import 2020-06-15 07:18:57 -07:00
stdio.h Initial import 2020-06-15 07:18:57 -07:00
stdlib.h Fold conv package into fmt 2020-12-09 16:52:00 -08:00
stdnoreturn.h Add noreturn macro (#118) 2021-03-13 20:46:12 -08:00
string.h Initial import 2020-06-15 07:18:57 -07:00
strings.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
termios.h Initial import 2020-06-15 07:18:57 -07:00
tgmath.h Add missing functions to tgmath (#124) 2021-03-13 20:43:57 -08:00
thread.h Initial import 2020-06-15 07:18:57 -07:00
time.h Initial import 2020-06-15 07:18:57 -07:00
uio.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
unistd.h Get Cosmopolitan into releasable state 2020-11-25 08:19:00 -08:00
utime.h Fix isystem headers including wrong files (#108) 2021-03-06 21:06:29 -08:00
wait.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00
wchar.h Initial import 2020-06-15 07:18:57 -07:00
wctype.h Initial import 2020-06-15 07:18:57 -07:00
windows.h Improve Libc by making Python work even better 2021-08-18 22:16:23 -07:00
winternl.h Initial import 2020-06-15 07:18:57 -07:00
zlib.h Improve isystem includes and magic numbers 2021-08-14 23:36:36 -07:00