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()
|
|
Fix typos.
|
|
Ensure __bool_true_false_are_defined is defined.
|
|
Implement nanosleep.
|
|
Implement _SC_NPROCESSORS_ONLN.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was in the headers, but had no implementation resulting in
an undefined at runtime.
|
|
sanity tests pass again.
|
|
|
|
feedback
|
|
paths for things like shell files and temp directories. This is important especially on Cygwin/Windows because Cygwin and Windows have different absolute paths.
|
|
|
|
|
|
emscripten.py can run without a ~/.emscripten directory :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
another dependency on shared.py
|
|
be loaded without shared.py
|
|
|
|
|
|
on shared, which requires .emscripten at import time)
|