aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Collapse)Author
2011-10-08text fixAlon Zakai
2011-10-02fix math.hAlon Zakai
2011-09-26expose some things to ModuleAlon Zakai
2011-09-18more profiling toolsAlon Zakai
2011-09-18profiling optionAlon Zakai
2011-09-17generate FUNCTION_TABLE late so it uses aliases in postsets; fixes ammo.js bugAlon Zakai
2011-09-15Merge branch 'master' into llvm-svnAlon Zakai
2011-09-13faster shortcuts for sign/unsignAlon Zakai
2011-09-13fix bug in autodebugger outputAlon Zakai
2011-09-10force shifts on i64s to remain integersAlon Zakai
2011-09-08bindings generator fix +fixes for use of |this| instead of ModuleAlon Zakai
2011-08-31initial work to support resume, landingpad and insertvalueAlon Zakai
2011-08-30Merge pull request #75 from max99x/masterAlon Zakai
Eliminator update, strtox(), Closure compatibility and other fixes
2011-08-29make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ↵Alon Zakai
benchmark
2011-08-28Minor Closure Compiler compatibility fixes.max99x
2011-08-25Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).max99x
2011-08-23Made sure all preamble functions are exported.max99x
2011-08-23Minor library fix to prevent UgilfyJS from embedding nulls in output.max99x
2011-08-15expose get|setValueAlon Zakai
2011-08-13endianness runtime check for ta2Alon Zakai
2011-07-31Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();max99x
Updated all references to the above.
2011-07-31Reverted minor mismerged preamble.js change.max99x
2011-07-31Fixed allocate() ignoring ALLOC_NORMAL.max99x
2011-07-30print on the web using console.logAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
Filesystem, unistd, and others
2011-07-30Minor documentation and error message polish.max99x
2011-07-30Minor polish in response to review comments.max99x
2011-07-29setValue/getValue for easy runtime set/get on heapAlon Zakai
2011-07-28Implemented most of stdio.h and updated all references.max99x
2011-07-28Removed invalid null parameter from atexit callbacks;max99x
Truncating unicode in intArray(To|From)String.
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-07-12fscanfAlon Zakai
2011-07-07fixes for strict modeAlon Zakai
2011-06-26Fixes for review notes.max99x
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-25make globalConstructor a varAlon Zakai
2011-06-26Merge remote-tracking branch 'upstream/master'max99x
2011-06-25Style cleanup for the previous commit.max99x
2011-06-25export heaps when using typed arraysAlon Zakai
2011-06-25Made sure read() is defined locally rather than globally. This makesmax99x
no difference unless the module is wrapped in a closure.
2011-06-23minor fixes for mergeAlon Zakai
2011-06-24Merge remote branch 'upstream/master'tim.dawborn
2011-06-23fix bug with adding null terminator in readBinaryAlon Zakai
2011-06-23* propogated return value from main back to the return value from Module.runtim.dawborn
* improved the behaviour of ungetc * added optional argument to intArrayFromString to not add the trailing NULL -- useful when adding JS strings as the data in the virtual file system
2011-06-20fix typed array detectionAlon Zakai
2011-06-09fix warn64Alon Zakai
2011-06-09sign analyzer for ta==2Alon Zakai
2011-06-08remove unneeded initializeRuntimeAlon Zakai
2011-06-06logging fixAlon Zakai
2011-06-06SAFE_HEAP_LOG improvementsAlon Zakai