aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-07-15refactor Pointer_make into allocateAlon Zakai
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-08Added hyperbolic math functions;max99x
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-03commentAlon Zakai
2011-07-03Merge pull request #43 from max99x/masterkripken
2011-07-04Added reference to the folder-reading d8 bug.max99x
2011-07-03posix_memalignAlon Zakai
2011-07-03Minor polish to the last few commits; no change in functionality.max99x
2011-07-03Implemented a large part of <time.h>.max99x
2011-07-03Implemented a little more of fstat(), getcwd();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 fun...Alon Zakai
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 cle...Alon Zakai
2011-06-29Minor polish:max99x
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) ver...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 as...max99x
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-27Added exponent handling to strtod().max99x
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-26Fixed function indexing issues between parent and child;max99x
2011-06-25remove second unneeded unlink in libraryAlon Zakai
2011-06-25Style cleanup for the previous commit.max99x
2011-06-25indexize Math.* properly. fixes issue 29Alon Zakai
2011-06-25Fixed stdin() returning undefined in browser cotext if the usermax99x
2011-06-25Added basic support for dynamic module loading.max99x
2011-06-24Additional IO functions support (pull 31)tim.dawborn
2011-06-24fix and optimize library aliases by making them refer instead of copyAlon Zakai
2011-06-24Added some libc I/O stubs to get Python module importing to work:max99x
2011-06-24* corrected support for fileno(FILE *)tim.dawborn
2011-06-24Merge remote branch 'upstream/master'tim.dawborn
2011-06-23getcharAlon Zakai
2011-06-23* correction to fputs -- it should not add a trailing \n (puts does, fputs do...tim.dawborn