Age | Commit message (Expand) | Author |
2012-09-11 | fix 'segfault' in strtod (fixes test_sscanf) | Alon Zakai |
2012-09-11 | fix handling of (null) printing | Alon Zakai |
2012-09-09 | fix for sys/times() implementation | Mokhtar Naamani |
2012-09-05 | typeid improvements | Alon Zakai |
2012-09-04 | fixed htonl | Mokhtar Naamani |
2012-08-27 | clean up atoX a little and add testing | Alon Zakai |
2012-08-27 | Merge pull request #548 from andreabedini/gh-141 | Alon Zakai |
2012-08-28 | Fix missing return in atof() | Andrea Bedini |
2012-08-25 | Use strto{l,l,ll,d} for ato{i,l,ll,d} repectively, as does glibc (see gh-141). | Andrea Bedini |
2012-08-22 | use Math.random() in rand(). This gives properly random results, unlike befor... | Alon Zakai |
2012-08-14 | fix sign checks in strncasecmp and memcmp | Alon Zakai |
2012-08-13 | compare unsigned values in str[n]cmp | Alon Zakai |
2012-08-08 | make dataFile contents easier to understand | Alon Zakai |
2012-08-08 | labs | Alon Zakai |
2012-08-03 | optimize pread inner loop | Alon Zakai |
2012-08-03 | add FS.checkStreams and fix some minor misuses | Alon Zakai |
2012-08-03 | properly account for the difference between dup2 and fcntl/F_DUPFD | Alon Zakai |
2012-08-03 | fix handling of null-holes in FS.streams | Alon Zakai |
2012-08-03 | keep FS.streams dense by allocating stdin, stdout, stderr in low memory, and ... | Alon Zakai |
2012-07-22 | test + fix for continuing to load despite bad audios | Alon Zakai |
2012-07-22 | refactor preload processing into plugins | Alon Zakai |
2012-07-19 | fix strstr | Alon Zakai |
2012-07-19 | rewrite strstr to do c-style comparisons, to avoid js regexp search artifacts | Alon Zakai |
2012-07-18 | add runDependency tracking and fix detected bugs | Alon Zakai |
2012-07-18 | balance runDependencies in createPreloadedFile | Alon Zakai |
2012-07-18 | fix relative paths in preloading and add testing | Alon Zakai |
2012-07-18 | use createPreloadedFile in file packager | Alon Zakai |
2012-07-18 | refactor file preloading to happen in FS.createPreloadedFile, so that not onl... | Alon Zakai |
2012-07-18 | fix powf -> pow | Alon Zakai |
2012-07-17 | use unget properly in scanString, so it works in fscanf and not just sscanf | Alon Zakai |
2012-07-16 | optimize bswap | Alon Zakai |
2012-07-15 | remove whitespace at beginning of sscanf, fixes #512 | Alon Zakai |
2012-07-15 | utf parsing in writeStringToMemory as well | Alon Zakai |
2012-07-14 | refactor utf8processing | Alon Zakai |
2012-07-14 | utf-8 support | Alon Zakai |
2012-07-12 | Merge pull request #380 from linghuye/master | Alon Zakai |
2012-07-09 | llvm umul|add intrinsics | Alon Zakai |
2012-07-09 | Add llvm_uadd_with_overflow_i8 function | Aleksander Guryanov |
2012-06-26 | fix lseek bug with devices | Alon Zakai |
2012-06-12 | emscripten_random | Alon Zakai |
2012-06-11 | export some filesystem commands through closure | Alon Zakai |
2012-06-08 | remove Array_copy and String_copy; they are hard to implement in a fast way t... | Alon Zakai |
2012-06-08 | optimize Array_copy | Alon Zakai |
2012-05-31 | make strtod properly handle .5 etc | Alon Zakai |
2012-05-31 | Adding LLVM intrinsic llvm_uadd_with_overflow_i16. | Adrian Taylor |
2012-05-29 | Fix behavior strndup whern size <= 0, in this case strndup returns empty string | Aleksander Guryanov |
2012-05-28 | Fix size of new string (0 +1->size +1) | Aleksander Guryanov |
2012-05-28 | Add implementation of strndup function and test for it | Aleksander Guryanov |
2012-05-26 | fix strtod behavior on non-ints | Alon Zakai |
2012-05-24 | make fgetc return the char value as unsigned (in a signed int) | Alon Zakai |