Age | Commit message (Collapse) | Author |
|
Expose 'lstat64' as a simple alias for 'lstat'.
|
|
Fix JS syntax error when embedding an empty file.
|
|
|
|
failure in other.test_static_link
|
|
|
|
|
|
|
|
Fixes for GNUnet compile.
|
|
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)
|
|
initialized
|
|
|
|
information, to work around silly llvm function casts
|
|
|
|
is implemented as, to avoid issues with LLVM casting for no reason
|
|
|
|
Some code uses these instead of the extern symbols.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|