summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2011-07-23Added unistd tests; fixed a lot of unistd bugs and deficiencies.max99x
2011-07-23Resolved some old filesystem TODOs.max99x
2011-07-22Added FS.analyzePath() which will simplify some library functions.max99x
2011-07-22Fixed INCLUDE_FULL_LIBRARY including __deps and __postset fields.max99x
2011-07-22Initial implementation of <unistd.h>. Completely untested.max99x
2011-07-22Minor filesystem polish.max99x
2011-07-22Refactored the new struct layouter to work with QUANTUM_SIZE != 4.max99x
2011-07-20add basic support for binding functions with default valuesAlon Zakai
2011-07-21Fix for struct metadata parser; structs can reference preceding member arrays.max99x
2011-07-21Implemented <poll.h>.max99x
2011-07-21Implemented <fcntl.h>.max99x
2011-07-20Minor polish for FS; added isDevice to simplify device testing.max99x
2011-07-20Updated python.ll to a new 2.7.2 build with metadata.max99x