aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
2013-08-06handle IPv6 addresses in inet_ntop and inet_ptonMokhtar Naamani
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05hacked createLazyFile to work with the new FS codeAnthony Pesch
2013-08-05initial VFS workAnthony Pesch
2013-08-05Split out createPreloadedFile to FSCOMAnthony Pesch
2013-08-05 - convert to new stream API function namesAnthony Pesch
2013-08-04Use single quotes instead of double quotes with cDefine.Bruce Mitchener
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
2013-08-02Merge pull request #1453 from yukoba/flock-mprotect-msyncAlon Zakai
2013-08-02split up FS.initAnthony Pesch
2013-08-01optimize bsearchAlon Zakai
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ...Alon Zakai
2013-08-01Merge pull request #1455 from j4m3z0r/fast_isspaceAlon Zakai
2013-08-01Use switch statement for isspace implementation. Results in huge speed increa...James Gregory
2013-08-01Empty implmentations of flock, mprotect and msyncYu Kobayashi
2013-07-31Reduce call chain of qsortpzhang
2013-07-30fix gmtime; closes #1366Alon Zakai
2013-07-30Merge pull request #1444 from inolen/async_mainAlon Zakai
2013-07-29 - remove code that attempts to propogate _main's exit status through returns...Anthony Pesch
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