cosmopolitan/tool
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
..
args Make ... optional in .args (#1086) 2024-01-15 16:20:50 -08:00
build Release Cosmopolitan v3.3.3 2024-03-30 19:24:04 -07:00
cosmocc Standardize on -fsigned-char 2024-03-30 21:46:08 -07:00
curl Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
decode Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
emacs Fix ZipOS extraction of ZIP64 assets 2024-03-30 19:00:40 -07:00
hello Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
lambda Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
net Rename _bsr/_bsf to bsr/bsf 2024-03-04 17:33:26 -08:00
plinko Rename _bsr/_bsf to bsr/bsf 2024-03-04 17:33:26 -08:00
scripts Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
viz Make fixupobj work on Windows 2024-03-24 03:14:25 -07:00
zsh Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00