aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai
2013-07-30Add bcopy implementationYu Kobayashi
2013-07-30Fix statvfs document URLYu Kobayashi
2013-07-29buffer streams that cannot be rewound in fscanf; fixes #1436Alon Zakai
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
2013-07-23fix scanString hardcoded HEAP32 referenceAlon Zakai
2013-07-22Merge pull request #1424 from sbalko/strftime-implAlon Zakai
2013-07-22Merge pull request #1406 from inolen/printerr_fixesAlon Zakai
2013-07-22Formatting changes as requested for pull requestSoeren Balko
2013-07-22Implement strftime (incl. tests)Soeren Balko
2013-07-21Merge branch 'isgraph' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-21Merge pull request #1412 from michaeljbishop/pread-fixAlon Zakai
2013-07-20 - added lchmodAnthony Pesch
2013-07-20fix isgraphToadKing
2013-07-19Touched up formatting.Michael J. Bishop
2013-07-19handle %Nc in sscanf; fixes #1407Alon Zakai
2013-07-18fix for refcount cleanupAnthony Pesch
2013-07-18Fixes in pread()Michael Bishop
2013-07-18fixed stderr output to use printErrAnthony Pesch
2013-07-16Expose 'lstat64' as a simple alias for 'lstat'.Ryan Kelly
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
2013-07-15do not use safe heap in strptime loading of tm values - may have never been i...Alon Zakai
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-15check for isTerminal on the object of the filesystem entryAlon Zakai
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Implement strptimeSoeren Balko
2013-07-14Merge pull request #1381 from inolen/tty_fixesAlon Zakai
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
2013-07-13open should not set EISDIR when opening an existing directory with O_CREATAnthony Pesch
2013-07-13Merge pull request #1374 from inolen/posix_fallocate_fixAlon Zakai
2013-07-13Merge pull request #1372 from inolen/dirent_fixesAlon Zakai
2013-07-13don't check write permissions in utimeAnthony Pesch
2013-07-12check write permission in posix_fallocateAnthony Pesch
2013-07-12minor fixes to return codes of closedir, telldirAnthony Pesch
2013-07-12misc ungetc fixesAnthony Pesch
2013-07-11Implement self-dlopen.Jez Ng
2013-07-03add various aborting stubs for libc stuff used in libc++Alon Zakai
2013-06-24Add some IPv6 stuff to netinet/in.h.David Barksdale
2013-06-19fix memmoveAlon Zakai
2013-06-18IMPROVED: va_list offset is not hardcoded, added commentsmanny/MADE
2013-06-18BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offsetmanny/MADE
2013-06-17Implement strnlen.David Barksdale
2013-06-10rename int because closure hates itAlon Zakai
2013-06-10comment on not inlining for setjmpAlon Zakai
2013-06-07fix multiplications in setjmp codeAlon Zakai
2013-06-07Make lrint more correct. Closes #1265.Jez Ng
2013-06-05INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.Alan Kligman