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
/
tests
/
runner.py
Age
Commit message (
Expand
)
Author
2011-08-28
Fix for field size in _scanString().
max99x
2011-08-28
Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().
max99x
2011-08-27
Simplified strdup(); added test for it in test_strings.
max99x
2011-08-27
Disabled tests that are now incompatible with _t2;
max99x
2011-08-26
Switched from "var x = function x() {}" to plain "function x() {}" for lib fu...
max99x
2011-08-25
Style fixes in response to code review. No change in functionality.
max99x
2011-08-25
Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it.
max99x
2011-08-25
Added vprintf() test;
max99x
2011-08-25
Fixed test_dlfcn_varargs (still failing, but correct expectations).
max99x
2011-08-25
Added a failing test for calling parent vararg functions inside shared libs.
max99x
2011-08-25
Fixed usage of parent global vars inside shared libs.
max99x
2011-08-24
fix bug with not signing/unsigning pointer types
Alon Zakai
2011-08-24
Added eliminator test to the runner.
max99x
2011-08-23
Implemented rand(), rand_r() and srand() using a simple Linear Congruential G...
max99x
2011-08-23
Added strcoll() and strtoul() and improved strtol().
max99x
2011-08-23
Merge remote-tracking branch 'upstream/master'
max99x
2011-08-21
comment
Alon Zakai
2011-08-18
benchmark fixes
Alon Zakai
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-14
test for DISABLE_EXCEPTIONS
Alon Zakai
2011-08-14
preparation for further ta2 optimizations
Alon Zakai
2011-08-07
filesystem workaround for closure compiler, +closure compiler test
Alon Zakai
2011-08-07
disable part I of scriptaclass due to possible v8 bug
Alon Zakai
2011-08-06
bindings generator fixes for latest CppHeaderParser
Alon Zakai
2011-08-02
Polish for dlfcn.h.
max99x
2011-08-02
Switched file timestamps from Date objects to numbers.
max99x
2011-08-02
Added --dlmalloc to the Python test.
max99x
2011-07-31
fix rounding issue with getloadavg test and ta2
Alon Zakai
2011-07-31
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-31
Fixed ctype to force testing of __ctype_b_loc.
max99x
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
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
Minor polish in response to review comments.
max99x
2011-07-29
js engine and emmaken fixes
Alon Zakai
2011-07-29
updates for latest spidermonkey trunk
Alon Zakai
2011-07-29
Implemented support for environment variables.
max99x
2011-07-29
Implemented sys/utsname.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-25
improve function overloading in bindings generator
Alon Zakai
2011-07-23
support for binding static functions
Alon Zakai
2011-07-24
Added _formatString() special-case for null values (similar to glibc).
max99x
[next]