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
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
2011-10-20
fix for using data files with closure compiler
Alon Zakai
2011-10-19
fix test_iostream
Alon Zakai
2011-10-18
various library fixes
Alon Zakai
2011-10-16
properly use console.log on the web
Alon Zakai
2011-10-16
inline specific library functions for speed
Alon Zakai
2011-10-15
Merge pull request #98 from jterrace/master
Alon Zakai
2011-10-14
flush partially-printed lines during shutdown
Alon Zakai
2011-10-14
Added llvm_ctlz_i32
Jeff Terrace
2011-10-08
fix newlib stdio init for q1
Alon Zakai
2011-10-07
fix stdio streams and printing of chars; fixes freetype
Alon Zakai
2011-10-06
fix unistd_pathconf
Alon Zakai
2011-10-05
fix test_sysconf
Alon Zakai
2011-10-03
fix test_time
Alon Zakai
2011-10-02
fix test_poll
Alon Zakai
2011-10-02
fix math.h
Alon Zakai
[next]