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
Age
Commit message (
Expand
)
Author
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
fix for running emscripten on a file in the local directory
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
make sure we have one test without -g
Alon Zakai
2011-07-29
llvm exp
Alon Zakai
2011-07-29
temporily disable strict mode
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
js engine and emmaken fixes
Alon Zakai
2011-07-29
fixes for strict mode warnings in compiler
Alon Zakai
2011-07-29
updates for latest spidermonkey trunk
Alon Zakai
2011-07-29
Implemented support for environment variables.
max99x
2011-07-29
setValue/getValue for easy runtime set/get on heap
Alon Zakai
2011-07-29
Implemented sys/utsname.h.
max99x
2011-07-29
Made stime() set errno; style micro-polish.
max99x
2011-07-29
Added some missing math.h aliases and functions.
max99x
2011-07-29
Polish for ctype.h.
max99x
2011-07-28
Implemented most of stdio.h and updated all references.
max99x
2011-07-28
Added a --disable-cms argument to the poppler test to avoid using lcms.
max99x
2011-07-28
Removed invalid null parameter from atexit callbacks;
max99x
2011-07-28
Ignore duplicate struct member metadata.
max99x
2011-07-27
implement C++ function hiding in bindings generator
Alon Zakai
2011-07-26
fix bug with destructor arguments in bindings generator
Alon Zakai
2011-07-26
optimize bindings generator a little more
Alon Zakai
2011-07-26
optimize bindings generator a little
Alon Zakai
2011-07-25
improve function overloading in bindings generator
Alon Zakai
2011-07-24
improve bindings processor support to modify multi-line patterns
Alon Zakai
2011-07-24
fix for binding static functions
Alon Zakai
2011-07-23
support for binding static functions
Alon Zakai
2011-07-23
fixes for binding constructors with default arguments
Alon Zakai
2011-07-24
Made sure generateStructInfo() silently returns null on failure.
max99x
2011-07-24
Fixed unistd sleep test to be more flexible.
max99x
2011-07-24
Added _formatString() special-case for null values (similar to glibc).
max99x
2011-07-23
support for default arguments in bindings
Alon Zakai
[next]