aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-07-14bustage fix for strict mode js (duplicate entries in ERRNO_MESSAGES)Alon Zakai
2011-07-14Removed errno global since it's implemented via __errno_location().max99x
2011-07-14Added errno and glibc-defined error codes; implemented strerror().max99x
2011-07-13Fixed finite() and isinf(), added tests for it.max99x
2011-07-13Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-12fscanfAlon Zakai
2011-07-09Merge pull request #47 from max99x/masterkripken
Emscripten.py rewrite
2011-07-08Merge remote-tracking branch 'upstream/master'max99x
2011-07-08Added hyperbolic math functions;max99x
Fixed trailing zero stripping in formatString().
2011-07-07fixes for strict modeAlon Zakai
2011-07-07Rewrite of emscripten.py:max99x
* Uses option arguments instead of positional ones. * Allows linking to dlmalloc. * Accepts both .bc and .ll files and takes care of annotations. * Allows running the LLVM optimization pass automatically. * Updated test runner to use the new emscripten.py interface. Refactoring: * Moved settings.py to root folder. It no longer applies just to tests. * Updated references to settings.py. * Added an __init__.py to tools, so we don't have to hack around imports.
2011-07-07Added proper clock() test; fixed inverted clock() sign.max99x
2011-07-06Merge remote-tracking branch 'upstream/master'max99x
2011-07-06Fixed time.h timezone bug.max99x
2011-07-04support for llvm aliasesAlon Zakai
2011-07-03commentAlon Zakai
2011-07-03Merge pull request #43 from max99x/masterkripken
More library functions
2011-07-04Added reference to the folder-reading d8 bug.max99x
2011-07-03commentsAlon Zakai
2011-07-03posix_memalignAlon Zakai
2011-07-03Minor polish to the last few commits; no change in functionality.max99x
2011-07-03Merge remote-tracking branch 'upstream/master'max99x
2011-07-03Implemented a large part of <time.h>.max99x
2011-07-03Implemented a little more of fstat(), getcwd();max99x
Fixed minor Python test formatting mistake (test passes either way).
2011-07-02update commented-out closure option in shellAlon Zakai
2011-07-01handle complex expressions in br. fixes issue 39Alon Zakai
2011-07-01Merge remote-tracking branch 'upstream/master'max99x
2011-07-01Added some missing functionality to stat(), sysconf().max99x
2011-06-30refactoring+cleanup, to add type info where it was missing. allows proper ↵Alon Zakai
function indexing by type, and not recognizing the identifier. fixes issue 38
2011-06-29backout previous broken commitAlon Zakai
2011-06-30Merge remote-tracking branch 'upstream/master'max99x
2011-06-29indexize external functions (for shared libraries, primarily), +some code ↵Alon Zakai
cleanup around that. fixed issues 38
2011-06-29Minor polish:max99x
* Removed auto-added `.js` from dynamically loaded libs. * Removed redundant bit fiddling in _formatString. Uses unSign/reSign instead.
2011-06-28Merge pull request #37 from max99x/masterkripken
Printf/_formatString polish
2011-06-28support for blockaddress/indirectbr. fixes issue 34Alon Zakai
2011-06-28Added proper argument size support to _formatString/printf.max99x
2011-06-28Proper handling of unknown specifiers in _formatString/printf; minor refactor.max99x
2011-06-28Properly padding infinity/NaN in _formatString/printf.max99x
2011-06-28Added support for %n in _formatString/printf.max99x
2011-06-28Replaced brainded float formatting with a much cleaner (and more precise) ↵max99x
version.
2011-06-27Merge remote-tracking branch 'upstream/master'max99x
2011-06-27Fixed some strict mode problems; added test for -Infinity.max99x
2011-06-27Fixed unsigned number printing; updated Lua test with correct format (same ↵max99x
as GCC produces).
2011-06-27Minor printf() bugfix.max99x
2011-06-27Fixed a few boneheaded mistakes; added test for strtod().max99x
2011-06-27Implemented a GCC-alike printf/_formatString.max99x
2011-06-27Support for negative infinity in IEEEUnHex().max99x
2011-06-26cleanup: do indexizeFunctions inside finalizeLLVMParameterAlon Zakai
2011-06-26optimize inclusion of default library itemsAlon Zakai
2011-06-27Added exponent handling to strtod().max99x