cosmopolitan/build
Justine Tunney b9d6e6e348
Standardize on -fsigned-char
MaGuess on Discord pointed out the fact that cosmocc contradicts itself
on the signedness of `char`. It's up to each platform to choose one, so
the cosmo platform shall choose signed. The rationale is it makes the C
language syntax more internally similar. `char` should be `signed char`
for the same reason `int` means `signed int`. It's recommended that you
still assume `char` could go either way since that's portable thinking.
But if you want to assume we'll always have signed char, that's ok too.
2024-03-30 21:46:08 -07:00
..
bootstrap Make fixupobj work on Windows 2024-03-24 03:14:25 -07:00
config.mk Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
definitions.mk Standardize on -fsigned-char 2024-03-30 21:46:08 -07:00
download-cosmocc.sh Fix download-cosmocc.sh on Mac (#1066) 2024-01-06 14:46:31 -08:00
functions.mk Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
gdb Fix redbean zip central directory lookup 2021-02-27 12:08:28 -08:00
htags Make improvements 2024-02-12 10:23:00 -08:00
objdump Release Cosmopolitan v3.3.2 2024-02-27 09:15:59 -08:00
online.mk Fix ZipOS extraction of ZIP64 assets 2024-03-30 19:00:40 -07:00
realify.sed Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
realify.sh Make more improvements 2020-09-28 01:20:34 -07:00
rules.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
run Fix aarch64 setjmp abi 2024-01-08 13:26:28 -08:00
sanitycheck Fix some regressions with execution 2022-08-07 22:10:18 -07:00
sha256sum.c Add missing sha256sum.c file 2024-01-06 14:47:14 -08:00