Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
failure in other.test_static_link
|
|
|
|
misc unlink / rmdir fixes
|
|
- rmdir / unlink no longer check write permission on the found object, but on its parent
- rmdir should return EBUSY when path matches the root / cwd
- unlinking a directory should return EPERM according to POSIX (EISDIR is a Linux convention)
|
|
|
|
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
|
|
|
|
|
|
Also address style feedback.
|
|
|
|
|
|
isatty and ttyname fixes
|
|
- 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
|
|
|
|
check write permission in posix_fallocate
|
|
minor fixes to return codes of closedir, telldir
|
|
utime fixes
|
|
|
|
|
|
|
|
|
|
|
|
Add sdl_gfx_primitives.c to git.
|
|
|
|
Bunch of SDL fixes that are needed for running Open Syobon Action.
|
|
|
|
|
|
|
|
|
|
(which cannot be aliased by user functions)
|
|
|
|
|
|
variable elimination, to reduce spilling
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
making it work
|