aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
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
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
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
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
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
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
2011-06-06fixes for USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05fix alignment issues with USE_TYPED_ARRAYS == 2Alon Zakai
2011-06-05generalize heap access generation with getHeapOffsetAlon Zakai
2011-06-04optimize Pointer_make (both input size and processing time)Alon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-27option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0Alon Zakai
2011-05-26improve AUTO_OPTIMIZEAlon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-24modify read() detection for closure compilerAlon Zakai
2011-05-22throw on xhr errors in browser read()Alon Zakai
2011-05-22note on CORRECT_OVERFLOWSAlon Zakai
2011-05-21SDL stuffAlon Zakai
2011-05-19SAFE_HEAP fixAlon Zakai
2011-05-16call SAFE_HEAP_ACCESS from SAFE_HEAP_COPY_HISTORYAlon Zakai