Age | Commit message (Expand) | Author |
2013-11-21 | add some support for le32=2 mode, where varargs is just 4-byte aligned | Alon Zakai |
2013-11-18 | fix a bug in the accept call in library.js whereby if accept was called with ... | Fraser Adams |
2013-11-17 | fix some leaked globals; fixes #1823 | Alon Zakai |
2013-11-17 | EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM... | Alon Zakai |
2013-11-16 | fix clock_getres for higher-resolution timing we now support; improves #1795 | Alon Zakai |
2013-11-15 | precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7 | Alon Zakai |
2013-11-12 | don't print anything in exit(); fixes #1791 | Alon Zakai |
2013-11-11 | Merge pull request #1774 from fadams/fix-getaddrinfo-null-hints | Alon Zakai |
2013-11-11 | Replaced loop in gai_strerror with writeAsciiToMemory call and made the comme... | Fraser Adams |
2013-11-10 | use writeAsciiToMemory in library.js in more places | Alon Zakai |
2013-11-10 | nanosleep - don't write to rmtp if it's NULL | ToadKing |
2013-11-10 | Changed library.js line 7509 to use hint !== 0 test vice hint != 0 | Fraser Adams |
2013-11-09 | Provided an implementation for gai_strerror and gave getaddrinfo sensible def... | Fraser Adams |
2013-11-08 | Merge branch 'master' of github.com:bobroberts177/emscripten into incoming | Alon Zakai |
2013-11-08 | no-op for __builtin_prefetch; fixes #1765 | Alon Zakai |
2013-11-05 | stub for pthread_rwlock_init | Alon Zakai |
2013-11-05 | handle errors in ioctl | Alon Zakai |
2013-11-05 | Fix dependencies on DNS | bobroberts177 |
2013-11-04 | fake dladdr | Alon Zakai |
2013-11-04 | pthread_mutexattr_setpshared stub | Alon Zakai |
2013-11-04 | Give names to most manually assigned functions in the .js files, in form "var... | Jukka Jylänki |
2013-10-30 | make sure the eval in emscripten_run_script_string emits a string | Alon Zakai |
2013-10-30 | begin to add emscripten_float32x4_signmask | Alon Zakai |
2013-10-29 | optimize scanString to not run the regex more than once | Alon Zakai |
2013-10-28 | small whitespace style fix | Alon Zakai |
2013-10-26 | fixed float read performance in _scanString | icetooth |
2013-10-12 | use stackTrace in various places | Alon Zakai |
2013-10-12 | demangle stacks in abort(), using new stackTrace utility | Alon Zakai |
2013-10-06 | make EM_ASM use strings on the heap, so it works in asm, and cache the genera... | Alon Zakai |
2013-10-02 | fix misc library asm validations | Alon Zakai |
2013-10-02 | optimize Math.x to Math_x | Alon Zakai |
2013-10-01 | Break up mkstemp impl to provide mktemp impl. | Bruce Mitchener |
2013-09-30 | fix other.test_static_link | Alon Zakai |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-27 | - made chdir use FS.chdir | Anthony Pesch |
2013-09-26 | Merge pull request #1669 from ngld/fix-sscanf-whitespace | Alon Zakai |
2013-09-26 | Add wprintf, swprintf, vswprintf, vfwprintf, etc. | Bruce Mitchener |
2013-09-26 | Implement locale-ignoring strcoll_l. | Bruce Mitchener |
2013-09-26 | Add a lot of locale code. | Bruce Mitchener |
2013-09-25 | Replace references to QUANTUM_SIZE with C_STRUCTS equivalents. | ngld |
2013-09-25 | Add timeb.h to struct_info.json | ngld |
2013-09-25 | Fix #1668: whiteSpace in _scanString should use only char codes as keys not c... | ngld |
2013-09-25 | Simple implementation of newlocale / freelocale. | Bruce Mitchener |
2013-09-24 | Merge pull request #1625 from ngld/dprintf | Alon Zakai |
2013-09-19 | Implement missing 'space' formatting flag | Ranger Harke |
2013-09-19 | Fix bug with forced display of sign on negative integers | Ranger Harke |
2013-09-19 | Fix bug with zero-padded negative integers | Ranger Harke |
2013-09-19 | Correct typo. | ngld |
2013-09-18 | Fix #1632: Correctly handle the optional 0x prefix for hex numbers (%x/%X). | ngld |
2013-09-17 | Implemented dprintf. (Fixes #1250) | ngld |