cosmopolitan/net
Justine Tunney 8ff48201ca
Rewrite .zip.o file linker
This change takes an entirely new approach to the incremental linking of
pkzip executables. The assets created by zipobj.com are now treated like
debug data. After a .com.dbg is compiled, fixupobj.com should be run, so
it can apply fixups to the offsets and move the zip directory to the end
of the file. Since debug data doesn't get objcopy'd, a new tool has been
introduced called zipcopy.com which should be run after objcopy whenever
a .com file is created. This is all automated by the `cosmocc` toolchain
which is rapidly becoming the new recommended approach.

This change also introduces the new C23 checked arithmetic macros.
2023-06-10 09:29:44 -07:00
..
finger Rename LINUX to _HOSTLINUX etc. to reduce clashes (#655) 2022-10-10 20:31:25 -07:00
http Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
https Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
turfwar Introduce #include <cosmo.h> to toolchain users 2023-06-09 18:03:05 -07:00
net.mk Rewrite IPv4 Turf War backend 2022-10-03 08:23:54 -07:00