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-01-08
uncomment exception stub
Alon Zakai
2013-01-08
stub _ZNSt9exceptionD2Ev for the case where dlmalloc is included but not libc...
Alon Zakai
2013-01-08
refactor networking code to start supporting multiple backends
Alon Zakai
2013-01-06
index, rindex
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
handle sending forced messages of non-multiple-of-4 sizes
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-04
refactor socket code, ensure that each call to recv/recvmsg receives a single...
Alon Zakai
2013-01-04
rename socket queue
Alon Zakai
2013-01-04
refactor socket code, ensure that we send all a sendmsg's iovs in a single so...
Alon Zakai
2013-01-02
assert on socket fd size
Alon Zakai
2013-01-02
select()
Alon Zakai
2013-01-02
mkstemp
Alon Zakai
2013-01-01
sig* functions
Alon Zakai
2012-12-31
fix llvm_ctlz_i64
Alon Zakai
2012-12-31
fix llvm_swap_i64
Alon Zakai
2012-12-31
fix parseInt64
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-30
fix mmap; fixes #769
Alon Zakai
2012-12-30
fix parseInt of '0'
Alon Zakai
2012-12-30
minor i64 parsing fixes
Alon Zakai
2012-12-30
parse empty i64 strings properly
Alon Zakai
2012-12-30
use precise 64-bit parsing for parseInt, add bswap64 test, fixes #768
Alon Zakai
2012-12-29
add llvm_bswap_i64 for #768
Alon Zakai
2012-12-29
force mmap to return page-aligned addresses, and check for valid input in munmap
Alon Zakai
2012-12-25
fix typo
Alon Zakai
2012-12-24
fix llvm.expect and add test
Alon Zakai
2012-12-24
show js stack in C assertions
Alon Zakai
2012-12-24
fix ctlz and add test
Alon Zakai
2012-12-23
llvm_ctlz_i64
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-20
timeb
Alon Zakai
2012-12-13
note global usage of impure ptr
Alon Zakai
2012-12-13
use makeGlobalUse where needed
Alon Zakai
2012-12-13
replace noticePtr hack with makeGlobalUse that detects use before indexing an...
Alon Zakai
2012-12-10
simplify varargs to always have an explicit last parameter called varrp
Alon Zakai
2012-12-09
merge incoming
Alon Zakai
2012-12-07
rewrite setjmp code to identify, uniquely, each setjmp and match it to a long...
Alon Zakai
2012-12-07
forward clearing of __THREW__ to asm
Alon Zakai
2012-12-07
fix i64 overflow math returns
Alon Zakai
2012-12-07
fix _parseInt return value
Alon Zakai
2012-12-07
start to legalize structural return values into one direct return plus the re...
Alon Zakai
2012-12-07
allocate __tm_* globally/statically
Alon Zakai
2012-12-07
allocate impure_ptr globally
Alon Zakai
2012-12-07
update environ code to use globals properly
Alon Zakai
2012-12-07
allocate timezone info early so they are constants, like normal llvm globals
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
fix qsort
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
freelocale stub
Alon Zakai
[next]