aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-16Merge pull request #1390 from rfk/lstat64Alon Zakai
Expose 'lstat64' as a simple alias for 'lstat'.
2013-07-16Merge pull request #1389 from rfk/embed-empty-filesAlon Zakai
Fix JS syntax error when embedding an empty file.
2013-07-17Fix indentationRyan Kelly
2013-07-16clean up global Building.* changes in test runner, fixes intermittent ↵Alon Zakai
failure in other.test_static_link
2013-07-16fix test_freealutAlon Zakai
2013-07-16Expose 'lstat64' as a simple alias for 'lstat'.Ryan Kelly
2013-07-16Fix JS syntax error when embedding an empty file.Ryan Kelly
2013-07-15Merge pull request #1387 from amatus/push-upstreamAlon Zakai
Fixes for GNUnet compile.
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
misc unlink / rmdir fixes
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
- 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)
2013-07-15do not use safe heap in strptime loading of tm values - may have never been ↵Alon Zakai
initialized
2013-07-15update s_x_x.test_linespecificAlon Zakai
2013-07-15fix both number of arguments and return type based on implementation ↵Alon Zakai
information, to work around silly llvm function casts
2013-07-15fix Functions.getSignature to handle non-legalized dataAlon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it ↵Alon Zakai
is implemented as, to avoid issues with LLVM casting for no reason
2013-07-15Add SHUT_WR to sys/socket.h.David Barksdale
2013-07-15Added IN6ADDR_*_INIT macros.David Barksdale
Some code uses these instead of the extern symbols.
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
Just zoom the surface if the angle is divisible by 360
2013-07-15update relooper commentAlon Zakai
2013-07-15Merge pull request #1384 from fhd/ttf-font-heightAlon Zakai
Implemented TTF_FontHeight
2013-07-16Just zoom the surface if the angle is divisible by 360Felix H. Dahlke
2013-07-15use high-precision llrint in ta2 onlyAlon Zakai
2013-07-15Merge branch 'self-dlopen' of github.com:int3/emscripten into incomingAlon Zakai
2013-07-16Implement TTF_FontHeightFelix H. Dahlke
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
Also address style feedback.
2013-07-15check for isTerminal on the object of the filesystem entryAlon Zakai
2013-07-15fill EMSCRIPTEN in env with the path to emscriptenAlon Zakai
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Merge pull request #1357 from int3/keyboard-interruptAlon Zakai
Handle keyboard interrupt in child processes.
2013-07-15Merge pull request #1383 from sbalko/incomingAlon Zakai
Implement strptime
2013-07-15Added myself to AUTHORSSoeren Balko
2013-07-15Implement strptimeSoeren Balko
2013-07-14Merge pull request #1381 from inolen/tty_fixesAlon Zakai
isatty and ttyname fixes
2013-07-14Merge pull request #1379 from inolen/open_fixesAlon Zakai
open should not set EISDIR when opening an existing directory with O_CRE...
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
- 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
2013-07-14do not eliminate away tempDoublePtr uses that are alignment fixes; fixes #1375Alon Zakai
2013-07-13open should not set EISDIR when opening an existing directory with O_CREATAnthony Pesch
2013-07-13avoid creating ~~~ (from ~~ ^ -1) which is confusing for asm given the role ↵Alon Zakai
of ~~
2013-07-13Merge pull request #1374 from inolen/posix_fallocate_fixAlon Zakai
check write permission in posix_fallocate
2013-07-13Merge pull request #1372 from inolen/dirent_fixesAlon Zakai
minor fixes to return codes of closedir, telldir
2013-07-13Merge pull request #1376 from inolen/utime_fixesAlon Zakai
utime fixes
2013-07-13don't check write permissions in utimeAnthony Pesch
2013-07-12check write permission in posix_fallocateAnthony Pesch
2013-07-12Merge pull request #1373 from int3/safari-blobsAlon Zakai
Fix image loading in Safari.
2013-07-12Add bug number to comment.Jez Ng
2013-07-12only push proper canvases to canvas poolAlon Zakai
2013-07-12Simplify ArrayBuffer copy.Jez Ng
2013-07-12Work around Safari image loading bug. Closes #1130.Jez Ng
2013-07-12minor fixes to return codes of closedir, telldirAnthony Pesch
2013-07-11Account for newlines.Jez Ng