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 (
Collapse
)
Author
2011-08-27
Fixed strdup() address/value switch.
max99x
2011-08-27
Implemented realpath().
max99x
2011-08-27
Made isatty() always fail. We don't support proper terminal control anyway.
max99x
2011-08-27
Fixed missing path in streams of files created using open().
max99x
2011-08-27
Fixed stdin failure in strict mode.
max99x
2011-08-26
optimize generateStructTypes and flatten
Alon Zakai
2011-08-26
Switched from "var x = function x() {}" to plain "function x() {}" for lib ↵
max99x
functions.
2011-08-25
Reverted getc()/putc() buffers to static, but via a postset;
max99x
Style fixes in response to code review.
2011-08-25
Style fixes in response to code review. No change in functionality.
max99x
2011-08-25
Prevented library stubs from overwriting LL declarations in the JSifier.
max99x
2011-08-25
Switched getc/putc buffers to be allocated on the stack.
max99x
2011-08-25
Moved errno buffer out of $FS.
max99x
2011-08-25
Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it.
max99x
2011-08-25
Updated uses of varargs in the library to C style.
max99x
2011-08-25
Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).
max99x
2011-08-25
Added an "ignore" parameter to makeGetValue().
max99x
2011-08-25
JSifier and Intertyper changes to support external varargs functions.
max99x
2011-08-25
Made intertyper track whether external functions have varargs.
max99x
2011-08-25
Fixed usage of parent global vars inside shared libs.
max99x
2011-08-25
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-24
whitespace
Alon Zakai
2011-08-24
fix bug with not signing/unsigning pointer types
Alon Zakai
2011-08-24
tweak some allocations in library to prevent problems with debug printing ↵
Alon Zakai
inside malloc calls
2011-08-24
Prevented quoting of library object properties (Closure Compiler compatibility).
max99x
2011-08-23
Made sure all preamble functions are exported.
max99x
2011-08-23
Implemented rand(), rand_r() and srand() using a simple Linear Congruential ↵
max99x
Generator.
2011-08-23
Added strcoll() and strtoul() and improved strtol().
max99x
2011-08-23
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-23
Minor library fix to prevent UgilfyJS from embedding nulls in output.
max99x
2011-08-21
add missing blockaddr support
Alon Zakai
2011-08-21
add x86_fastcallcc
Alon Zakai
2011-08-20
Fix for IE9 which has no XMLHttpRequest.overrideMimeType().
max99x
2011-08-18
Added always-failing stubs for str[fp]time() and getdate().
max99x
2011-08-18
Optimized strdup(), which is a CPython bottleneck.
max99x
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
Various fixes resulting form Python testing
2011-08-06
Replaced "new Date.getTime()" with "Date.now()";
max99x
Added a note about shared lib static allocations.
2011-08-05
improve Debugging.getIdentifier
Alon Zakai
2011-08-05
Clarified empty loop to avoid closure compiler warning.
max99x
[next]