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
2014-01-13
Merge pull request #2004 from waywardmonkeys/updates
Alon Zakai
2014-01-13
handle precision -1 in printf .*
Alon Zakai
2014-01-14
Add lots of math functions.
Bruce Mitchener
2014-01-14
Add strtod(), wcstod(), wcstol() and friends.
Bruce Mitchener
2014-01-13
add dependencies so code with exceptions (invoke/landingpad) but without an a...
Alon Zakai
2014-01-03
do not assume callee.caller always exists
Alon Zakai
2013-12-20
Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...
Jukka Jylänki
2013-12-20
Update emscripten_log to work with the handwritten JS demangler. Update tests.
Jukka Jylänki
2013-12-20
Also give the ability to print out function parameters in the callstack with ...
Jukka Jylänki
2013-12-20
Add new functions emscripten_log() in emscripten.h which allows printing out ...
Jukka Jylänki
2013-12-11
Merge pull request #1853 from fadams/add-getprotobyname
Alon Zakai
2013-12-07
fix i64 reads in formatString for fastcomp
Alon Zakai
2013-12-02
report better error in fread on bad stream
Alon Zakai
2013-12-02
return 0 on fread on invalid stream
Alon Zakai
2013-12-02
make posix_madvise standlone
Alon Zakai
2013-11-29
fix memmove return value
Alon Zakai
2013-11-28
fix memset return value
Alon Zakai
2013-11-28
check error in mkdtemp()
Lu Wang
2013-11-28
mkdtemp
Lu Wang
2013-11-27
add dso_handle to library, for fastcomp
Alon Zakai
2013-11-26
getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...
Heidi Pan
2013-11-26
replace PROTOCOL_LIST and PROTOCOL_MAP with a Protocols object containing a l...
Fraser Adams
2013-11-26
in getprotoent return 0 rather than null if we reach eof in our protocol data...
Fraser Adams
2013-11-24
support for ignoring nacl intrinsics
Alon Zakai
2013-11-24
add getprotobyname and associated functions from netdb.h. Add test_getprotoby...
Fraser Adams
2013-11-22
fix pthread_setspecific on values of null
Alon Zakai
2013-11-21
add some support for le32=2 mode, where varargs is just 4-byte aligned
Alon Zakai
2013-11-18
fix a bug in the accept call in library.js whereby if accept was called with ...
Fraser Adams
2013-11-17
fix some leaked globals; fixes #1823
Alon Zakai
2013-11-17
EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...
Alon Zakai
2013-11-16
fix clock_getres for higher-resolution timing we now support; improves #1795
Alon Zakai
2013-11-15
precise clock_gettime when not using CLOCK_REALTIME; fixes #1795
1.7.7
Alon Zakai
2013-11-12
don't print anything in exit(); fixes #1791
Alon Zakai
2013-11-11
Merge pull request #1774 from fadams/fix-getaddrinfo-null-hints
Alon Zakai
2013-11-11
Replaced loop in gai_strerror with writeAsciiToMemory call and made the comme...
Fraser Adams
2013-11-10
use writeAsciiToMemory in library.js in more places
Alon Zakai
2013-11-10
nanosleep - don't write to rmtp if it's NULL
ToadKing
2013-11-10
Changed library.js line 7509 to use hint !== 0 test vice hint != 0
Fraser Adams
2013-11-09
Provided an implementation for gai_strerror and gave getaddrinfo sensible def...
Fraser Adams
2013-11-08
Merge branch 'master' of github.com:bobroberts177/emscripten into incoming
Alon Zakai
2013-11-08
no-op for __builtin_prefetch; fixes #1765
Alon Zakai
2013-11-05
stub for pthread_rwlock_init
Alon Zakai
2013-11-05
handle errors in ioctl
Alon Zakai
2013-11-05
Fix dependencies on DNS
bobroberts177
2013-11-04
fake dladdr
Alon Zakai
2013-11-04
pthread_mutexattr_setpshared stub
Alon Zakai
2013-11-04
Give names to most manually assigned functions in the .js files, in form "var...
Jukka Jylänki
2013-10-30
make sure the eval in emscripten_run_script_string emits a string
Alon Zakai
2013-10-30
begin to add emscripten_float32x4_signmask
Alon Zakai
2013-10-29
optimize scanString to not run the regex more than once
Alon Zakai
[next]