Commit Graph

292 Commits

Author SHA1 Message Date
6fd6ad92fa Trying to fix timegm 2019-05-27 12:09:04 -07:00
dd30595358 Trying to fix issues 2019-05-24 13:30:41 -07:00
dd9c5774f3 Separate fpathconf from pathconf 2019-05-24 12:15:52 -07:00
c7dceba0d8 Improved formatting 2019-05-24 12:09:00 -07:00
f79ff8b542 Merge branch 'master' into feature/jq 2019-05-21 17:15:12 -07:00
490b94b814 Fix linting 2019-05-21 19:12:35 +02:00
34e16d4a84 Move ucontext related functions to their own namespace 2019-05-20 22:54:58 +02:00
8995060f9b Mocks for _getcontext, _makecontext, _setcontext and _swapcontext 2019-05-19 20:53:24 +02:00
f8cfb04e29 _alarm() 2019-05-19 20:24:49 +02:00
2eb5ca1e48 _gai_strerror() 2019-05-19 20:16:00 +02:00
7690febe77 getnameinfo() 2019-05-19 19:37:57 +02:00
ad8178bb2a [pthread] rwlock_destroy(), rwlock_init() and rwlock_wrlock() 2019-05-19 19:16:04 +02:00
8f345dc284 Updated imports required for jq. Added get_str method in VarArgs 2019-05-18 12:38:22 -07:00
4760840a77 move stdout capture from runtime core to dev-utils 2019-05-17 15:48:30 -07:00
ec9c5360ef move stdio capture into runtime_core; rm emscripten dep in wasi 2019-05-17 13:30:10 -07:00
b9bb310215 add wasi regression test system 2019-05-17 12:09:31 -07:00
4ddffb8285 Update libraries versions to 0.4.2 2019-05-16 14:39:13 -07:00
2aefa731a6 Add deny for unreachable patterns and unused unsafe 2019-05-12 00:33:02 -05:00
85158ac22a Add some initial deny for unused_imports and unused_variables
Additional unused variable fix on unix

Remove unused import on unix

Remove unused windows import
2019-05-11 09:23:25 -05:00
e5dc94c7d6 update version number to 0.4.1 2019-05-06 18:02:39 -07:00
e40b4a2c39 fix debug code 2019-05-06 14:58:44 -07:00
91d01d1c05 clean up warnings 2019-05-06 14:17:23 -07:00
ab184aceea Update emscripten to run JSC 2019-05-06 14:05:04 -07:00
8f345e9e8c Fixed ioctl in Unix. Fixed provied main arguments 2019-05-05 13:55:40 -07:00
789af39f9e Improved ioctl calls 2019-05-05 12:31:31 -07:00
f076c04b76 Moved from println to debug the emscripten entrypoint statement 2019-05-05 12:14:25 -07:00
341766dee5 Fixed format 2019-05-05 12:09:55 -07:00
2ba680ad2f Improved rename function 2019-05-05 12:09:27 -07:00
10a965cc1e Added few syscalls to run optipng 2019-05-05 11:24:57 -07:00
90dd4bc458 Fix emtests 2019-05-05 11:21:28 -07:00
353ff60c0f add misc changes while debugging 2019-05-03 17:34:57 -07:00
2646765671 Merge branch 'master' into update-version-numbers-to-4 2019-05-01 09:27:38 -07:00
747e5321a2 Fixed issues. Updated CHANGELOG 2019-04-30 12:05:13 -07:00
ce140463d6 Merge branch 'master' into feature/jsc-emscripten 2019-04-30 11:47:28 -07:00
e68f5e10e4 Improved emscripten functions to be able to run jsc 2019-04-30 11:47:03 -07:00
8acf9edf67 Remove unneeded returns 2019-04-29 23:45:38 -05:00
d020ffd759 update version to 0.4.0 2019-04-29 13:26:51 -07:00
a4170d4495 Improved fault debugging with emscripten 2019-04-27 12:53:13 -07:00
74b6ba4eaf Return type normalization, and change return errors from imported functions 2019-04-22 11:42:52 -07:00
6c158a93bf Added imports to be able to run Imagemagick 2019-04-17 17:42:21 -07:00
d507253372 update crate version numbers to 0.3.0 2019-04-12 12:19:46 -07:00
9c12b3f7f1 update changelog 2019-04-12 11:22:01 -07:00
d67bfdb2c5 Renamed dynasm backend to singlepass 2019-04-11 12:44:03 -07:00
e620d6bef9 Fix formatting 2019-04-10 10:29:35 -07:00
1ee5e7cde6 Remove unsafe setjmp / longjmp implementation 2019-04-09 19:01:51 -07:00
02ed9f0e5f Reenabled longjmp 🎉 2019-04-09 18:33:53 -07:00
b2446b567e Uncommented some longjmp tests 2019-04-09 17:49:26 -07:00
ffe00da678 Improved invoke certain functions 2019-04-09 17:48:42 -07:00
782bb384ad Cleanup 2019-04-09 17:09:33 -07:00
fec65a262e implement emscripten resize_heap 2019-04-09 17:09:33 -07:00