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-08-06
Merge pull request #1348 from mnaamani/inet
Alon Zakai
2013-08-06
Merge pull request #1458 from inolen/vfs
Alon Zakai
2013-08-06
handle IPv6 addresses in inet_ntop and inet_pton
Mokhtar Naamani
2013-08-05
Removed USE_OLD_FS
Anthony Pesch
2013-08-05
hacked createLazyFile to work with the new FS code
Anthony Pesch
2013-08-05
initial VFS work
Anthony Pesch
2013-08-05
Split out createPreloadedFile to FSCOM
Anthony Pesch
2013-08-05
- convert to new stream API function names
Anthony Pesch
2013-08-04
Use single quotes instead of double quotes with cDefine.
Bruce Mitchener
2013-08-02
Merge pull request #1457 from inolen/fs_init_split
Alon Zakai
2013-08-02
Merge pull request #1453 from yukoba/flock-mprotect-msync
Alon Zakai
2013-08-02
split up FS.init
Anthony Pesch
2013-08-01
optimize bsearch
Alon Zakai
2013-08-01
Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ...
Alon Zakai
2013-08-01
Merge pull request #1455 from j4m3z0r/fast_isspace
Alon Zakai
2013-08-01
Use switch statement for isspace implementation. Results in huge speed increa...
James Gregory
2013-08-01
Empty implmentations of flock, mprotect and msync
Yu Kobayashi
2013-07-31
Reduce call chain of qsort
pzhang
2013-07-30
fix gmtime; closes #1366
Alon Zakai
2013-07-30
Merge pull request #1444 from inolen/async_main
Alon Zakai
2013-07-29
- remove code that attempts to propogate _main's exit status through returns...
Anthony Pesch
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
[next]