Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-21 | Merge pull request #1412 from michaeljbishop/pread-fix | Alon Zakai | |
Fixes in pread() | |||
2013-07-20 | - added lchmod | Anthony Pesch | |
- fixed up errno values for mknod - split up stat tests into test_stat, test_stat_chmod, test_stat_mknod | |||
2013-07-20 | fix isgraph | ToadKing | |
2013-07-19 | Touched up formatting. | Michael J. Bishop | |
No functional change. | |||
2013-07-19 | handle %Nc in sscanf; fixes #1407 | Alon Zakai | |
2013-07-18 | fix for refcount cleanup | Anthony Pesch | |
2013-07-18 | Fixes in pread() | Michael Bishop | |
The bug occurs when pread() doesn't return 0 when asked to read an offset beyond its buffer. This behavior is explicitly documented at: http://pubs.opengroup.org/onlinepubs/000095399/functions/read.html > If the starting position is at or after the end-of-file, 0 > shall be returned | |||
2013-07-18 | fixed stderr output to use printErr | Anthony Pesch | |
2013-07-16 | Expose 'lstat64' as a simple alias for 'lstat'. | Ryan Kelly | |
2013-07-15 | Merge pull request #1388 from inolen/unlink_fixes | Alon Zakai | |
misc unlink / rmdir fixes | |||
2013-07-15 | - rmdir / unlink no longer follow the final symlink | Anthony 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-15 | do not use safe heap in strptime loading of tm values - may have never been ↵ | Alon Zakai | |
initialized | |||
2013-07-15 | use high-precision llrint in ta2 only | Alon Zakai | |
2013-07-15 | Merge branch 'self-dlopen' of github.com:int3/emscripten into incoming | Alon Zakai | |
2013-07-15 | check for isTerminal on the object of the filesystem entry | Alon Zakai | |
2013-07-15 | implement llrint properly; fixes #1380 | Alon Zakai | |
2013-07-15 | Implement strptime | Soeren Balko | |
2013-07-14 | Merge pull request #1381 from inolen/tty_fixes | Alon Zakai | |
isatty and ttyname fixes | |||
2013-07-14 | - moved std stream isTerminal property to object so all streams can see | Anthony 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-13 | open should not set EISDIR when opening an existing directory with O_CREAT | Anthony Pesch | |
2013-07-13 | Merge pull request #1374 from inolen/posix_fallocate_fix | Alon Zakai | |
check write permission in posix_fallocate | |||
2013-07-13 | Merge pull request #1372 from inolen/dirent_fixes | Alon Zakai | |
minor fixes to return codes of closedir, telldir | |||
2013-07-13 | don't check write permissions in utime | Anthony Pesch | |
2013-07-12 | check write permission in posix_fallocate | Anthony Pesch | |
2013-07-12 | minor fixes to return codes of closedir, telldir | Anthony Pesch | |
2013-07-12 | misc ungetc fixes | Anthony Pesch | |
2013-07-11 | Implement self-dlopen. | Jez Ng | |
2013-07-03 | add various aborting stubs for libc stuff used in libc++ | Alon Zakai | |
2013-06-24 | Add some IPv6 stuff to netinet/in.h. | David Barksdale | |
2013-06-19 | fix memmove | Alon Zakai | |
2013-06-18 | IMPROVED: va_list offset is not hardcoded, added comments | manny/MADE | |
2013-06-18 | BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offset | manny/MADE | |
2013-06-17 | Implement strnlen. | David Barksdale | |
2013-06-10 | rename int because closure hates it | Alon Zakai | |
2013-06-10 | comment on not inlining for setjmp | Alon Zakai | |
2013-06-07 | fix multiplications in setjmp code | Alon Zakai | |
2013-06-07 | Make lrint more correct. Closes #1265. | Jez Ng | |
2013-06-05 | INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor. | Alan Kligman | |
2013-06-05 | Missed closing parenthesis. | Alan Kligman | |
2013-06-04 | Merge branch 'master' of github.com:feeley/emscripten into incoming | Alon Zakai | |
2013-06-04 | Add basic support for nonblocking read | Marc Feeley | |
2013-06-04 | Merge pull request #1244 from onnoj/incoming | Alon Zakai | |
Fixed Issue #1241: _scanString not supporting upper case format specifie... | |||
2013-06-04 | check more carefully if a stream is a socket | Alon Zakai | |
2013-06-04 | leave low fds for sockets | Alon Zakai | |
2013-06-04 | Merge branch 'incoming' of github.com:kanaka/emscripten into incoming | Alon Zakai | |
2013-06-04 | Merge pull request #1225 from inolen/errno | Alon Zakai | |
synced library.js errno codes with sys/errno.h | |||
2013-06-04 | Updated tests to reflect new error values | Anthony Pesch | |
2013-06-04 | Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming | Alon Zakai | |
2013-06-04 | Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵ | Onno | |
A, E, F, G, X. | |||
2013-06-03 | show stub malloc/free warnings only in ASSERTIONS==2 | Alon Zakai | |