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
2012-01-12
Merge pull request #170 from FishingCactus/class_exception
Alon Zakai
2012-01-12
Fix library exception function to work with QUANTUM_SIZE=1
julien.hamaide
2012-01-10
Update stub malloc to byte-align by 8, update dlmalloc not to use mmap, and u...
Jeff Terrace
2012-01-08
support alignment in memset and memcpy in ta2
Alon Zakai
2012-01-07
fix safe heap bug with memmove
Alon Zakai
2012-01-07
optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...
Alon Zakai
2012-01-06
optimize memmove
Alon Zakai
2012-01-06
disable handling of -1 in mmap, fixes breakage of test_dlmalloc
Alon Zakai
2012-01-06
fix some spacing
Alon Zakai
2012-01-06
Merge pull request #166 from jterrace/pthread_pagesize_pr
Alon Zakai
2012-01-06
Allow stream to be -1 in mmap
Jeff Terrace
2012-01-06
Merge pull request #164 from FishingCactus/static_variable
Alon Zakai
2012-01-06
Added pthread function stubs and added getpagesize()
Jeff Terrace
2012-01-07
Fix read/write of variable in __cxa_guard_{acquire|release}
julien.hamaide
2012-01-06
Fix handling of static variable inside function
julien.hamaide
2011-12-30
makeSetValue debugging stuff, and fix some missing ;'s for makeSetValue
Alon Zakai
2011-12-25
fix newly introduced bug with printing i64s in i64 mode 0
Alon Zakai
2011-12-24
support for %f,%lf in sscanf, and fix a bug with printf
Alon Zakai
2011-12-21
An implementation of bsearch(3).
David Yip
2011-12-19
First cut at strtok(3).
David Yip
2011-12-17
support for std::endl and cout << ints
Alon Zakai
2011-12-16
fix bug with accessing memory beyond TOTAL_MEMORY through sbrk
Alon Zakai
2011-12-16
Merge branch 'master' into emccbydefault
Alon Zakai
2011-12-15
atof
Alon Zakai
2011-12-15
workaround for js optimizer issue
Alon Zakai
2011-12-12
ensure the array of values of files is unsigned
Alon Zakai
2011-12-09
properly implement strtok_r by translating the C source, so it will work with...
Alon Zakai
2011-12-08
fix bug in localeconv
Alon Zakai
2011-12-07
switch some 64-bit stat fields to 32-bit
Alon Zakai
2011-12-06
initial work on memory growth
Alon Zakai
2011-12-03
fixes for using node as both compiler engine and code running engine. node is...
Alon Zakai
2011-12-03
refactoring towards supporting node.js
Alon Zakai
2011-12-03
Modify exit() to throw an object and catch it.
David Claughton
2011-12-02
various fixes from js strict mode testing
Alon Zakai
2011-11-30
refactor compiler to allow future batching of types and globals. move postset...
Alon Zakai
2011-11-21
llvm_uadd_with_overflow_i32
Alon Zakai
2011-11-20
js optimizer fix, and remove assigns to undefined in library
Alon Zakai
2011-11-16
do not fail on malloc(0)
Alon Zakai
2011-11-13
library comment
Alon Zakai
2011-11-11
fix remaining ta2 i64=1 tests
Alon Zakai
2011-11-10
fix for test_parseInt
Alon Zakai
2011-11-10
i64 fix for printing the very largest values
Alon Zakai
2011-11-10
i64 fixes, first part of test_i64 passes
Alon Zakai
2011-11-09
initial work on i64
Alon Zakai
2011-11-07
basic support for dynamic_cast
Alon Zakai
2011-11-02
fix atoi
Alon Zakai
2011-11-02
scanf improvements
Alon Zakai
2011-10-28
very partial getrusage
Alon Zakai
2011-10-28
profiling option from C++
Alon Zakai
2011-10-22
fix EMSCRIPTEN_COMMENT
Alon Zakai
[next]