cosmopolitan/tool/decode
Justine Tunney 5e8ae2d5bc Restart CI for New Technology and UBSAN hunting
Continuous Integration (via runit and runitd) is now re-enabled on win7
and win10. The `make test` command, which runs the tests on all systems
is now the fastest and most stable it's been since the project started.

UBSAN is now enabled in MODE=dbg in addition to ASAN. Many instances of
undefined behavior have been removed. Mostly things like passing a NULL
argument to memcpy(), which works fine with Cosmopolitan Libc, but that
doesn't prevents the compiler from being unhappy. There was an issue w/
GNU make where static analysis claims a sprintf() call can overflow. We
also now have nicer looking crash reports on Windows since uname should
now be supported and msys64 addr2line works reliably.
2022-03-21 04:32:57 -07:00
..
lib Make redbean StoreAsset() work better 2021-05-14 05:44:37 -07:00
ar.c Make ANSI mode closer to being ANSI 2021-02-03 17:14:17 -08:00
base64.c Make redbean SSL more tunable 2021-08-09 07:38:57 -07:00
decode.mk Fix link order in cosmopolitan.a 2021-01-16 12:05:41 -08:00
elf.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
ent.c Initial import 2020-06-15 07:18:57 -07:00
hex.c Change license 2020-12-27 17:18:44 -08:00
macho.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkcombos.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
mkwides.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
pe2.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
peboff.c Initial import 2020-06-15 07:18:57 -07:00
scrubdox.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
unhex.c Initial import 2020-06-15 07:18:57 -07:00
x86opinfo.c Remove more nonstandard stuff from cosmopolitan.h 2021-03-01 00:18:23 -08:00
x87.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
xor.c Remove garbage collector macro from header (#114) 2021-03-07 20:23:29 -08:00
zip.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
zip2.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00