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-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
2013-09-13
gethostbyname_r update.
Bruce Mitchener
2013-09-13
Fix sockaddr struct definitions for musl.
Bruce Mitchener
2013-09-13
Handle fpclassify and signbit for long double.
fails
Bruce Mitchener
2013-09-13
Provide better impl of __assert_fail().
Bruce Mitchener
2013-09-13
Fix fpclassify with musl libc headers.
Bruce Mitchener
2013-09-13
Fix time tests.
Bruce Mitchener
2013-09-13
Update to work with new libc headers.
Bruce Mitchener
2013-09-13
Enable %[] pattern in scanf
Soeren Balko
2013-09-05
Merge pull request #1581 from inolen/rwfile
Alon Zakai
2013-09-05
double simplifications
Alon Zakai
2013-09-06
add long double aliases for a lot of things.
Bruce Mitchener
2013-09-05
Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefine
Alon Zakai
2013-09-05
Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precision
Alon Zakai
2013-09-05
Improve precision of clock_gettime(). Update clock_getres().
Bruce Mitchener
2013-09-04
restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabi
Alon Zakai
2013-09-04
Merge pull request #1582 from waywardmonkeys/simplify-timezone
Alon Zakai
2013-09-04
remove no longer needed library.js constants for some libcxxabi stuff, which ...
Alon Zakai
2013-09-04
Single quotes for cDefine.
Bruce Mitchener
2013-09-04
Simplify some timezone code.
Bruce Mitchener
2013-09-03
- added readFile and writeFile helpers
Anthony Pesch
[next]