aboutsummaryrefslogtreecommitdiff
path: root/system/include
AgeCommit message (Collapse)Author
2013-03-05Add support for getopt/getopt_longmanuels
2013-03-05Merge pull request #908 from waywardmonkeys/fix-typosAlon Zakai
Fix typos.
2013-03-05Merge pull request #909 from waywardmonkeys/fix-stdbool-hAlon Zakai
Ensure __bool_true_false_are_defined is defined.
2013-03-04disable emscripten_jcache_printf in non-C++Alon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04Ensure __bool_true_false_are_defined is defined.Bruce Mitchener
Previously, when compiling in C++ mode, this wasn't defined which led to test failures for the libcxx test suite. This now behaves like it does on other platforms.
2013-03-04Fix typos.Bruce Mitchener
2013-02-04GLES 1.1 headersAlon Zakai
2013-02-04gc.h: Missing include guards.Bruce Mitchener
2013-02-04dlfcn.h: Missing include guards.Bruce Mitchener
2013-02-01Merge pull request #820 from waywardmonkeys/sys-featuresAlon Zakai
Move some definitions to sys/features.
2013-02-01Move some definitions to sys/features.Bruce Mitchener
This moves some feature flags to sys/features.h where they belong and gives them the same values that are established in the settings file. Fixes #812.
2013-02-01Support GC_get_heap_size().Bruce Mitchener
2013-02-01Add support for GC_REALLOC().Bruce Mitchener
2013-02-01Add GC support for GC_MALLOC_UNCOLLECTABLE.Bruce Mitchener
2013-01-28Fix select.hAleksander Guryanov
2013-01-26fix sockaddr_storage and sockaddr_inAlon Zakai
2013-01-15Add id_t from FreeBSD headers, which is e.g. used by libarchiveLCID Fire
2013-01-15Fix __gid_t_defined and __uid_t_define single definition ("once") handling.LCID Fire
2013-01-08refactor networking code to start supporting multiple backendsAlon Zakai
2013-01-07wget2 docsAlon Zakai
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
2013-01-06sysexits.hAlon Zakai
2013-01-01deprecate EMSCRIPTEN_KEEPALIVE - add your functions to EXPORTED_FUNCTIONS ↵Alon Zakai
instead
2012-12-30emscripten_async_wget_dataAlon Zakai
2012-12-28Add comment,test,authors. Change indentation and comma spaceAnthony Liot
Modify the indentation Add Author Add comment Add test inside runner.py
2012-12-21fix missing returns in embind codeAlon Zakai
2012-12-13Add emscripten_async_wget2 with progress callbackAnthony Liot
Send request Post & Get with progress callback Add sample HTTP using emscripten_async_wget2
2012-11-30Fixed embind for non-void non-const class methods (with test).Dominic Wong
2012-11-23fix socket.hAlon Zakai
2012-11-21emscripten_run_script_stringAlon Zakai
2012-11-20gc additionsAlon Zakai
2012-11-20define GC_finalization_procAlon Zakai
2012-11-20networking and sockets header additionsAlon Zakai
2012-11-19socket.h additions and fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19un.h fixesAlon Zakai
2012-11-19un.hAlon Zakai
2012-11-19sa_sigactionAlon Zakai
2012-11-19netdb.h additionsAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19header fixesAlon Zakai
2012-11-19socket.h additionsAlon Zakai
2012-11-19ioctl.h additionsAlon Zakai
2012-11-19resource.h additionsAlon Zakai
2012-11-19statvfs.h additionsAlon Zakai
2012-11-19fcntl additionsAlon Zakai
2012-11-19limits.h additionsAlon Zakai
2012-11-19add dlfcn constantAlon Zakai