aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2014-01-21Workaround glew linkage issue, see https://github.com/kripken/emscripten/issu...Jukka Jylänki
2014-01-21Move workaround for emscripten from include/exception to library.js.Bruce Mitchener
2014-01-16add fnmatch; fixes #20021.9.3Alon Zakai
2014-01-15add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14Alon Zakai
2014-01-15remove musl use of fwritex1.8.13Alon Zakai
2014-01-15Fill in undefined math symbols.Bruce Mitchener
2014-01-14fix wprintf-related bug that bit fastcomp1.8.11Alon Zakai
2014-01-14Merge pull request #2009 from waywardmonkeys/updates2Alon Zakai
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2014-01-14Expand aliases for strto*_l() to short functions.Bruce Mitchener
2014-01-14Move err/warn/etc from libc to libcextra.Bruce Mitchener
2014-01-14Replace getopt_long with musl version.Bruce Mitchener
2014-01-14stdlib/strtod.c is no longer used.Bruce Mitchener
2014-01-14Replace implementation of warn*/err*.Bruce Mitchener
2014-01-14Fix asm2 compilation where __toread was used.Bruce Mitchener
2014-01-14Note change in signgam implementation from upstream.Bruce Mitchener
2014-01-13add fputwc, which enables wprintf1.8.9Alon Zakai
2014-01-14Move scalbn to libc to fix broken functionality. Disable test on x86.Bruce Mitchener
2014-01-14Add lots of math functions.Bruce Mitchener
2014-01-14Make lgamma and friends work, add test.Bruce Mitchener
2014-01-14Add gamma functions.Bruce Mitchener
2014-01-14Add strtod(), wcstod(), wcstol() and friends.Bruce Mitchener
2014-01-13Missing string.h functionality.Bruce Mitchener
2014-01-13Update libcxx to current version.Bruce Mitchener
2014-01-13Update to current libcxxabi for new exception code.Bruce Mitchener
2013-12-31implementation of libuuidFraser Adams
2013-12-20Also give the ability to print out function parameters in the callstack with ...Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai
2013-11-15mention inline asm() syntax in EM_ASM commentAlon Zakai
2013-11-14Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6Alon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-07Bump version & regen symbols for libcxx.Bruce Mitchener
2013-11-07Don't use atomic as that breaks our version of clang.Bruce Mitchener
2013-11-07Update libcxx to 194185, 2013-11-07.Bruce Mitchener
2013-11-06Merge pull request #1748 from caiiiycuk/fix_sdl_colorsAlon Zakai
2013-11-02regex implementation from musl.Bruce Mitchener
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-30Fix SDL_SetColors && SDL_envetsAleksander Guryanov
2013-10-29use double for emscripten_get_now, to not lose precision from performance.now...Alon Zakai
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
2013-10-18add vector.hAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-09-26Add iconv from musl.Bruce Mitchener
2013-09-26Add wprintf, swprintf, vswprintf, vfwprintf, etc.Bruce Mitchener
2013-09-26Add a lot of locale code.Bruce Mitchener
2013-09-24Mark __assert_fail as _Noreturn.Bruce Mitchener