Age | Commit message (Collapse) | Author |
|
- fixed up errno values for mknod
- split up stat tests into test_stat, test_stat_chmod, test_stat_mknod
|
|
initialized
|
|
|
|
information, to work around silly llvm function casts
|
|
|
|
is implemented as, to avoid issues with LLVM casting for no reason
|
|
Just zoom the surface if the angle is divisible by 360
|
|
|
|
Implemented TTF_FontHeight
|
|
|
|
|
|
|
|
|
|
Also address style feedback.
|
|
|
|
|
|
|
|
Handle keyboard interrupt in child processes.
|
|
Implement strptime
|
|
|
|
|
|
isatty and ttyname fixes
|
|
open should not set EISDIR when opening an existing directory with O_CRE...
|
|
- made ttyname use isatty to check if fd is tty
- hardcoded /dev/tty as tty name is ttyname_r
- fixed and changed isatty and ttyname tests to run natively
|
|
|
|
|
|
of ~~
|
|
check write permission in posix_fallocate
|
|
minor fixes to return codes of closedir, telldir
|
|
utime fixes
|
|
|
|
|
|
Fix image loading in Safari.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Replace the 'scan' function, which maps a WebGL object to anassociated integer id, with a 'name' property stored on the object. The linear scan was rather slow, and as the vector grew in size games were slowing to a few fps.
|
|
Fix GC pauses by reusing canvas elements
|
|
|
|
|
|
Add basic touch support that translates to mouse events.
|
|
|
|
|
|
|
|
Add sdl_gfx_primitives.c to git.
|