cosmopolitan/tool/decode
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
..
lib Introduce #include <cosmo.h> to toolchain users 2023-06-09 18:03:05 -07:00
ar.c Clean up some code 2022-08-20 12:32:51 -07:00
base64.c Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
decode.mk Fold LIBC_UNICODE into LIBC_STR 2022-08-13 08:42:32 -07:00
dumpvdso.c Remove malloc() dependency on pledge() / unveil() 2022-07-24 21:51:37 -07:00
elf.c Run clang-format on most sources 2023-04-27 05:44:32 -07:00
ent.c Fold LIBC_RAND into LIBC_STDIO/TINYMATH/INTRIN 2022-08-11 12:32:00 -07:00
hex.c Change license 2020-12-27 17:18:44 -08:00
macho.c Fiddle around with Mach-O 2023-05-20 04:13:49 -07:00
mkcombos.c Run clang-format on most sources 2023-04-27 05:44:32 -07:00
mkwides.c Run clang-format on most sources 2023-04-27 05:44:32 -07:00
pe2.c Rewrite brk() and sbrk() 2022-10-01 23:11:56 -07:00
peboff.c Initial import 2020-06-15 07:18:57 -07:00
scrubdox.c Introduce #include <cosmo.h> to toolchain users 2023-06-09 18:03:05 -07:00
unhex.c Initial import 2020-06-15 07:18:57 -07:00
word.c Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
x86opinfo.c Fold LIBC_BITS into LIBC_INTRIN 2022-08-11 12:13:18 -07:00
xor.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
zip.c Rewrite .zip.o file linker 2023-06-10 09:29:44 -07:00
zip2.c Introduce #include <cosmo.h> to toolchain users 2023-06-09 18:03:05 -07:00