rofl0r
rofl0r
> wouldn't be comfortable leaving it on by default. why not ? you wouldn't have to bring down the process like the PSP does, only print some red warning line...
maybe put into new issue template a fat warning "ONLY REPORT BUGS YOU ENCOUNTERED USING THE DAILY SNAPSHOT. If you're using an older version, especially 1.8, the bug has been...
> Appimages are, more or less, Linux's answer to portable windows .exes. they're not as universal as one would think. it's x86_64 only, and the host requires a GLIBC in...
another solution is to scan the data directories and hold a map of lowercased to actual filenames, and whenever a file is requested look up the real filename via the...
this seems kinda wasteful. as i suggested earlier, a map of either lower or uppercased -> real filename should be sufficient. you can always check before inserting a key whether...
> Move all pixel definitions in Exult from int to float, or that seems like a horrible idea for performance, most cpus still have much faster integer engines, especially when...
> Not sure how to create a patch you squash your commits into one using git rebase -i, then use git format-patch
the entry lacks a hyperlink, unlike all others
i doubt the author you mention is the original author, as mcm has static pie patches since 8 years: https://github.com/richfelker/musl-cross-make/blob/master/patches/gcc-4.2.1/0005-staticpie.diff this also makes it easy to answer how to get...
alright, i guess it's best to summon @richfelker to hear his thoughts on the matter