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
Age
Commit message (
Expand
)
Author
2011-08-17
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-17
Implemented nl_langinfo().
max99x
2011-08-15
allow generateStructInfo to work at runtime with structMetadata
Alon Zakai
2011-08-15
expose get|setValue
Alon Zakai
2011-08-14
fix bug with storing aggregates
Alon Zakai
2011-08-14
DISABLE_EXCEPTIONS option
Alon Zakai
2011-08-14
allow walking of allocatedNum in alloca items
Alon Zakai
2011-08-14
handle i1 in signalyzer
Alon Zakai
2011-08-13
endianness runtime check for ta2
Alon Zakai
2011-08-09
simplify unreachable js annotation
Alon Zakai
2011-08-07
filesystem workaround for closure compiler, +closure compiler test
Alon Zakai
2011-08-07
clearer warnings about 64-bit ops
Alon Zakai
2011-08-05
Merge pull request #63 from max99x/master
kripken
2011-08-06
Replaced "new Date.getTime()" with "Date.now()";
max99x
2011-08-05
improve Debugging.getIdentifier
Alon Zakai
2011-08-05
Clarified empty loop to avoid closure compiler warning.
max99x
2011-08-05
Made global allocations non-static in shared libraries.
max99x
2011-08-05
Added support for both "environ" and "__environ" global symbols.
max99x
2011-08-05
Fixed stdin bugging out after its first buffer is empty;
max99x
2011-08-02
Minor filesystem/unistd fixes.
max99x
2011-08-02
Polish for dlfcn.h.
max99x
2011-08-02
Switched file timestamps from Date objects to numbers.
max99x
2011-08-02
Fixed a too-early use of malloc in buildEnvironment;
max99x
2011-07-30
Merge pull request #58 from max99x/master
kripken
2011-07-31
Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();
max99x
2011-07-31
Updated uname() to use "function x(){}" instead of "var x = function(){};".
max99x
2011-07-31
Fixed a file offset incompatibility between read() and ungetc().
max99x
2011-07-30
fix use of reserved word |byte| which trips up closure compiler
Alon Zakai
2011-07-31
Reverted minor mismerged preamble.js change.
max99x
2011-07-31
Fixed allocate() ignoring ALLOC_NORMAL.
max99x
2011-07-31
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-31
Ensured that getNativeFiledSize() is always called with alone=true in the lib...
max99x
2011-07-31
Fixed ctype to force testing of __ctype_b_loc.
max99x
2011-07-30
isupper, islower
Alon Zakai
2011-07-30
print on the web using console.log
Alon Zakai
2011-07-30
improve support for binary xhrs
Alon Zakai
2011-07-30
let Module specify arguments
Alon Zakai
2011-07-30
workarounds for js engine bugs
Alon Zakai
2011-07-30
Added various library functions, mostly as stubs, aliases or TODOs;
max99x
2011-07-30
Fixed ctype.h implementation; added test for it.
max99x
2011-07-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-29
llvm exp
Alon Zakai
2011-07-29
add missing __deps
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-30
Merge branch 'master' of github.com:max99x/emscripten
max99x
2011-07-30
Fixed /dev/tty: was stdin+stderr, now stdin+stdout.
max99x
2011-07-30
Minor documentation and error message polish.
max99x
2011-07-30
Minor polish in response to review comments.
max99x
2011-07-29
fixes for strict mode warnings in compiler
Alon Zakai
[prev]
[next]