index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
library.js
Age
Commit message (
Expand
)
Author
2013-07-29
use fgetc/ungetc in fscanf; properly fixes #1436
Alon Zakai
2013-07-30
Add bcopy implementation
Yu Kobayashi
2013-07-30
Fix statvfs document URL
Yu Kobayashi
2013-07-29
buffer streams that cannot be rewound in fscanf; fixes #1436
Alon Zakai
2013-07-29
Merge pull request #1370 from inolen/ungetc_fixes
Alon Zakai
2013-07-24
Merge pull request #1394 from inolen/stat_tests
Alon Zakai
2013-07-23
fix scanString hardcoded HEAP32 reference
Alon Zakai
2013-07-22
Merge pull request #1424 from sbalko/strftime-impl
Alon Zakai
2013-07-22
Merge pull request #1406 from inolen/printerr_fixes
Alon Zakai
2013-07-22
Formatting changes as requested for pull request
Soeren Balko
2013-07-22
Implement strftime (incl. tests)
Soeren Balko
2013-07-21
Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming
Alon Zakai
2013-07-21
Merge pull request #1412 from michaeljbishop/pread-fix
Alon Zakai
2013-07-20
- added lchmod
Anthony Pesch
2013-07-20
fix isgraph
ToadKing
2013-07-19
Touched up formatting.
Michael J. Bishop
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
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
2013-07-15
- rmdir / unlink no longer follow the final symlink
Anthony Pesch
2013-07-15
do not use safe heap in strptime loading of tm values - may have never been i...
Alon Zakai
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
2013-07-14
- moved std stream isTerminal property to object so all streams can see
Anthony Pesch
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
2013-07-13
Merge pull request #1372 from inolen/dirent_fixes
Alon Zakai
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
[next]