aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-31Fixed ctype to force testing of __ctype_b_loc.max99x
2011-07-30isupper, islowerAlon Zakai
2011-07-30print on the web using console.logAlon Zakai
2011-07-30improve support for binary xhrsAlon Zakai
2011-07-30let Module specify argumentsAlon Zakai
2011-07-30fix for running emscripten on a file in the local directoryAlon Zakai
2011-07-30workarounds for js engine bugsAlon Zakai
2011-07-30Added various library functions, mostly as stubs, aliases or TODOs;max99x
Now every function used by CPython is implemented or marked with a TODO.
2011-07-30Fixed ctype.h implementation; added test for it.max99x
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-29make sure we have one test without -gAlon Zakai
2011-07-29llvm expAlon Zakai
2011-07-29temporily disable strict modeAlon Zakai
2011-07-29add missing __depsAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
Filesystem, unistd, and others
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-30Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-30Fixed /dev/tty: was stdin+stderr, now stdin+stdout.max99x
2011-07-30Minor documentation and error message polish.max99x
2011-07-30Minor polish in response to review comments.max99x
2011-07-29js engine and emmaken fixesAlon Zakai
2011-07-29fixes for strict mode warnings in compilerAlon Zakai
2011-07-29updates for latest spidermonkey trunkAlon Zakai
2011-07-29Implemented support for environment variables.max99x
2011-07-29setValue/getValue for easy runtime set/get on heapAlon Zakai
2011-07-29Implemented sys/utsname.h.max99x
2011-07-29Made stime() set errno; style micro-polish.max99x
2011-07-29Added some missing math.h aliases and functions.max99x
2011-07-29Polish for ctype.h.max99x
2011-07-28Implemented most of stdio.h and updated all references.max99x
2011-07-28Added a --disable-cms argument to the poppler test to avoid using lcms.max99x
2011-07-28Removed invalid null parameter from atexit callbacks;max99x
Truncating unicode in intArray(To|From)String.
2011-07-28Ignore duplicate struct member metadata.max99x
2011-07-27implement C++ function hiding in bindings generatorAlon Zakai
2011-07-26fix bug with destructor arguments in bindings generatorAlon Zakai
2011-07-26optimize bindings generator a little moreAlon Zakai
2011-07-26optimize bindings generator a littleAlon Zakai
2011-07-25improve function overloading in bindings generatorAlon Zakai
2011-07-24improve bindings processor support to modify multi-line patternsAlon Zakai
2011-07-24fix for binding static functionsAlon Zakai
2011-07-23support for binding static functionsAlon Zakai
2011-07-23fixes for binding constructors with default argumentsAlon Zakai
2011-07-24Made sure generateStructInfo() silently returns null on failure.max99x
2011-07-24Fixed unistd sleep test to be more flexible.max99x
2011-07-24Added _formatString() special-case for null values (similar to glibc).max99x
2011-07-23support for default arguments in bindingsAlon Zakai
2011-07-23paper typosAlon Zakai
2011-07-23Fixed a silly global variable leakage in a test.max99x
2011-07-23Updated the Lua build with metadata.max99x
2011-07-23Removed some leftover unnecessary code from the struct layout parser;max99x
Removed an extra define in emmaken.py, previously added by mistake.