Age | Commit message (Collapse) | Author |
|
|
|
|
|
Variables live across a setjmp/lj must be volatile.
|
|
Move some definitions to sys/features.
|
|
Gc improvements
|
|
|
|
This moves some feature flags to sys/features.h where they belong
and gives them the same values that are established in the settings
file.
Fixes #812.
|
|
According to http://pubs.opengroup.org/onlinepubs/7908799/xsh/setjmp.html
among other places, the 'int x' here should be volatile so that it has
the correct value. Otherwise, the behavior will be indeterminate.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix typos in paper.
|
|
Implemented eglTerminate and eglDestroyContext.
|
|
|
|
|
|
|
|
|
|
Add automation for sdl palette test
|
|
Fix '-1' problem in recv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Missign extern "C"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as close as possible on 1 second for native in each one
|
|
|
|
|