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-05-29
This fixes various strtoll/strtol issues, including tests
Soeren Balko
2013-05-28
initialize errno
Alon Zakai
2013-05-27
make sure emscripten_run_script_int returns an int
Alon Zakai
2013-05-25
silence exceptions during cxa_free_exception
Alon Zakai
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Assert that MAP_SHARED is only specified with files backed by HEAP.
tingyuan
2013-05-21
1. mmap(): Make use of files that is backed by HEAP.
tingyuan
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-19
Issue #1172: fix for fscanf
Anthony Thibault
2013-05-17
Prevent leak detection from tripping on __setErrNo
Chad Austin
2013-05-16
make some more asm things closure-friendly
Alon Zakai
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
2013-05-15
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-09
fix 0x0 in formatString; fixes #1164
Alon Zakai
2013-05-09
changed getLength to cacheLength
John Allwine
2013-05-09
changed createLazyFile to only issue xhr requests when the file is accessed (...
John Allwine
2013-05-08
Issue #1134: scanf does not treat CR, FF, VT as whitespace
Anthony Thibault
2013-05-08
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-05
add test for sdl allocation, and warn when using stub malloc/free
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-03
fix asm.js coercion
Alon Zakai
2013-05-02
fixes strcat so that it returns the correct value
Tom Fairfield
2013-05-02
guard against exceptions in connect(), which can happen due to e.g. security ...
Alon Zakai
2013-04-30
fix varargs
Alon Zakai
2013-04-29
update emscripten_jcache_printf
Alon Zakai
2013-04-29
clean up formatString varargs handling
Alon Zakai
2013-04-29
fix sscanf, note that all varargs are 64-bit aligned
Alon Zakai
2013-04-29
read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are in
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
clarify what we do in le32 v*printf etc. functions
Alon Zakai
2013-04-29
implement le32 varargs as a struct with two fields: a start and an offset
Alon Zakai
2013-04-29
work towards le32 varargs
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-24
fix asm validation of llvm_uadd_with_overflow_i64
Alon Zakai
2013-04-24
simplify i64Add|Substract coercions
Alon Zakai
2013-04-24
Merge pull request #1088 from juj/branchless_i64_ops
Alon Zakai
2013-04-24
avoid warning on llvm_dbg_declare
Alon Zakai
2013-04-24
Remove unneeded >>> 0 in llvm_uadd_with_overflow_i64.
Jukka Jylänki
2013-04-24
fix and simplify a few str* asm library functions
Alon Zakai
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
add coercion in strncasecmp
Alon Zakai
2013-04-23
add missing coercion in strcat
Alon Zakai
2013-04-23
properly coerce setjmp helpers
Alon Zakai
2013-04-23
Restore the overflow check to llvm_uadd_with_overflow_i64 to account for the ...
Jukka Jylänki
2013-04-23
Remove 'if()' branches from i64 add and subtract code.
Jukka Jylänki
[next]