Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Implement signbit in terms of copysign.
|
|
Currently, copysign is broken for negative zero, so this will be
as well.
Fixes #911.
|
|
Implement stub for sched_yield().
|
|
Implement stub for pthread_cond_timedwait().
|
|
|
|
|
|
This was in the headers, but had no implementation resulting in
an undefined at runtime.
|
|
|
|
michaeljbishop-sd-audio
|
|
Add Runtime.removeFunction()
|
|
Implement nanosleep.
|
|
Implement _SC_NPROCESSORS_ONLN.
|
|
|
|
|
|
This was in the headers, but had no implementation resulting in
an undefined at runtime.
|
|
relooper)
|
|
|
|
|
|
This lets std::hardware_concurrency() give a valid return value.
|
|
|
|
|
|
|
|
the last remaining issue for it
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Perror formatting fix
|
|
|
|
makeSignOp, and add fuzz tests that now pass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make Mix_QuickLoad_RAW work again
|
|
|
|
|
|
|
|
|