awsdert

Results 80 comments of awsdert
trafficstars

As I said in the title, it removes the malloc dependency dlsym has in favour of alloca. The problem with alloca however is that even on function exit the space...

for the mingw thing just slap a wrapper around the include so that it defines alloca to __builtin_alloca I think it was

Just gonna link the related issue it enables solving: https://github.com/dlfcn-win32/dlfcn-win32/issues/112 This is just the minimum requirement for solving it

> > for the mingw thing just slap a wrapper around the include so that it defines alloca to __builtin_alloca I think it was > > Thanks, it make sense....

do you prefer the fork defines go in the c file or wrapping them in a ifdef in the header? if wrapping then what define should I check for when...

How would I undo the header changes via git commands so that it's no longer recognised as modified? I'm sure there must be a way. The only thing I can...

Fair enough. Made the changes, do I make a new pull request now or is there a way for me to change what commit this one references?

Nice to know, I'll take my bath then. I have gospel soon after that so leave checking back until about 20:10 (roughly 17:00 when I posted this) onwards if you...

oof, forgot the status value, I'll go add that now

Is there no way to abandon the queued build tests of the already failing 89a67ed commit?