aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-08-27Fixed strdup() address/value switch.max99x
2011-08-27Implemented realpath().max99x
2011-08-27Made isatty() always fail. We don't support proper terminal control anyway.max99x
2011-08-27Fixed missing path in streams of files created using open().max99x
2011-08-27Fixed stdin failure in strict mode.max99x
2011-08-26optimize generateStructTypes and flattenAlon Zakai
2011-08-26Switched from "var x = function x() {}" to plain "function x() {}" for lib ↵max99x
functions.
2011-08-25Reverted getc()/putc() buffers to static, but via a postset;max99x
Style fixes in response to code review.
2011-08-25Style fixes in response to code review. No change in functionality.max99x
2011-08-25Prevented library stubs from overwriting LL declarations in the JSifier.max99x
2011-08-25Switched getc/putc buffers to be allocated on the stack.max99x
2011-08-25Moved errno buffer out of $FS.max99x
2011-08-25Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it.max99x
2011-08-25Updated uses of varargs in the library to C style.max99x
2011-08-25Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).max99x
2011-08-25Added an "ignore" parameter to makeGetValue().max99x
2011-08-25JSifier and Intertyper changes to support external varargs functions.max99x
2011-08-25Made intertyper track whether external functions have varargs.max99x
2011-08-25Fixed usage of parent global vars inside shared libs.max99x
2011-08-25Merge remote-tracking branch 'upstream/master'max99x
2011-08-24whitespaceAlon Zakai
2011-08-24fix bug with not signing/unsigning pointer typesAlon Zakai
2011-08-24tweak some allocations in library to prevent problems with debug printing ↵Alon Zakai
inside malloc calls
2011-08-24Prevented quoting of library object properties (Closure Compiler compatibility).max99x
2011-08-23Made sure all preamble functions are exported.max99x
2011-08-23Implemented rand(), rand_r() and srand() using a simple Linear Congruential ↵max99x
Generator.
2011-08-23Added strcoll() and strtoul() and improved strtol().max99x
2011-08-23Merge remote-tracking branch 'upstream/master'max99x
2011-08-23Minor library fix to prevent UgilfyJS from embedding nulls in output.max99x
2011-08-21add missing blockaddr supportAlon Zakai
2011-08-21add x86_fastcallccAlon Zakai
2011-08-20Fix for IE9 which has no XMLHttpRequest.overrideMimeType().max99x
2011-08-18Added always-failing stubs for str[fp]time() and getdate().max99x
2011-08-18Optimized strdup(), which is a CPython bottleneck.max99x
2011-08-17Merge remote-tracking branch 'upstream/master'max99x
2011-08-17Implemented nl_langinfo().max99x
2011-08-15allow generateStructInfo to work at runtime with structMetadataAlon Zakai
2011-08-15expose get|setValueAlon Zakai
2011-08-14fix bug with storing aggregatesAlon Zakai
2011-08-14DISABLE_EXCEPTIONS optionAlon Zakai
2011-08-14allow walking of allocatedNum in alloca itemsAlon Zakai
2011-08-14handle i1 in signalyzerAlon Zakai
2011-08-13endianness runtime check for ta2Alon Zakai
2011-08-09simplify unreachable js annotationAlon Zakai
2011-08-07filesystem workaround for closure compiler, +closure compiler testAlon Zakai
2011-08-07clearer warnings about 64-bit opsAlon Zakai
2011-08-05Merge pull request #63 from max99x/masterkripken
Various fixes resulting form Python testing
2011-08-06Replaced "new Date.getTime()" with "Date.now()";max99x
Added a note about shared lib static allocations.
2011-08-05improve Debugging.getIdentifierAlon Zakai
2011-08-05Clarified empty loop to avoid closure compiler warning.max99x