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-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
2013-10-28
small whitespace style fix
Alon Zakai
2013-10-26
fixed float read performance in _scanString
icetooth
2013-10-12
use stackTrace in various places
Alon Zakai
2013-10-12
demangle stacks in abort(), using new stackTrace utility
Alon Zakai
2013-10-06
make EM_ASM use strings on the heap, so it works in asm, and cache the genera...
Alon Zakai
2013-10-02
fix misc library asm validations
Alon Zakai
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-01
Break up mkstemp impl to provide mktemp impl.
Bruce Mitchener
2013-09-30
fix other.test_static_link
Alon Zakai
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-27
- made chdir use FS.chdir
Anthony Pesch
2013-09-26
Merge pull request #1669 from ngld/fix-sscanf-whitespace
Alon Zakai
2013-09-26
Add wprintf, swprintf, vswprintf, vfwprintf, etc.
Bruce Mitchener
2013-09-26
Implement locale-ignoring strcoll_l.
Bruce Mitchener
2013-09-26
Add a lot of locale code.
Bruce Mitchener
2013-09-25
Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.
ngld
2013-09-25
Add timeb.h to struct_info.json
ngld
2013-09-25
Fix #1668: whiteSpace in _scanString should use only char codes as keys not c...
ngld
2013-09-25
Simple implementation of newlocale / freelocale.
Bruce Mitchener
2013-09-24
Merge pull request #1625 from ngld/dprintf
Alon Zakai
2013-09-19
Implement missing 'space' formatting flag
Ranger Harke
2013-09-19
Fix bug with forced display of sign on negative integers
Ranger Harke
2013-09-19
Fix bug with zero-padded negative integers
Ranger Harke
2013-09-19
Correct typo.
ngld
2013-09-18
Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X).
ngld
2013-09-17
Implemented dprintf. (Fixes #1250)
ngld
2013-09-16
Integrate the new tool into emscripten
ngld
2013-09-16
Merge pull request #1618 from sbalko/incoming
Alon Zakai
2013-09-14
Incorporating formatting suggestions from pull request
Soeren Balko
2013-09-14
Remove C++ mangled catgets / catopen / catclose.
Bruce Mitchener
2013-09-13
add some stubs for libc needed by libc++
Alon Zakai
2013-09-13
Change various 64 bit typedefs over to 32 bit.
Bruce Mitchener
[next]