- Feb 08, 2024
-
-
Deucе authored
-
Rob Swindell authored
K_CP437 changed to K_UTF8 with the inverted logic. If you have code/script that can handle UTF-8 input, then you need to specify K_UTF8 in calls to inkey, getkey, getstr. Or else, you're going to get a CP437 translated version of any non-ASCII (UNICODE) UTF-8 chars, if there's a mapping available. This only impacts UTF-8 terminals. There are just so many places in Synchronet where UTF-8 input could cause problems, it makes sense to translate UTF-8 to CP437 by default and make true UNICODE/UTF-8 handling the exception. Sorry Nightfox, you'll need to remove the K_CP437 detection/use code you just added to SlyEdit.
-
Deucе authored
This creates a .PHONY target for each file so that if a header is renamed, the impact will be the files that include it being rebuilt instead of the previous behaviour where the build would simply fail and complain that the file doesn't exist.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
pointer to an element. No way gcc has a clue about what I'm doing then.
-
Deucе authored
-
Deucе authored
Maybe I'll figure out how to fix it later.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
- Feb 07, 2024
-
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
Both long long and long are reasonable for some mixes of platforms. Just punt, cast the whole thing to int64_t, and forget about it.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
value that's not an off_t as one.
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
save const, but apparently they're not. *shrug*
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-
Deucе authored
-