Geth MoarVM: ugexe++ created pull request #807:
Bump libuv version 1.19.2
02:06
Geth MoarVM: ugexe++ created pull request #808:
Use uv_fs_copyfile api
02:08
MoarVM: ugexe++ created pull request #809:
Add getppid op
02:09
Geth MoarVM: 08cdc20201 | (Nick Logan)++ | 3rdparty/libuv
Bump libuv version 1.19.2

Resolves #757
07:47
MoarVM: 1849ae6d60 | niner++ (committed using GitHub Web editor) | 3rdparty/libuv
Merge pull request #807 from ugexe/upgrade-libuv

Bump libuv version 1.19.2
travis-ci MoarVM build passed. niner 'Merge pull request #807 from ugexe/upgrade-libuv 08:02
travis-ci.org/MoarVM/MoarVM/builds/344683057 github.com/MoarVM/MoarVM/compare/3...49ae6d6015
Geth MoarVM: 4ff0badcf2 | (Nick Logan)++ | src/io/fileops.c
Use uv_fs_copyfile api

uv_fs_copyfile uses CopyFileW on windows and copyfile(3) on OSX
  (when available), while otherwise falling back to using a loop +
uv_fs_sendfile (similar to the code this replaces).
  See: #719
08:14
MoarVM: 4226137ddb | niner++ (committed using GitHub Web editor) | src/io/fileops.c
Merge pull request #808 from ugexe/uv_fs_copyfile

Use uv_fs_copyfile api
MoarVM: 9936bccab5 | (Nick Logan)++ | 8 files
Add getppid op

Allows a child process to get the parent process id, and thus guess if it has become orphaned.
  See: #748
08:24
MoarVM: 642a2afa8b | niner++ (committed using GitHub Web editor) | 8 files
Merge pull request #809 from ugexe/getppid

Add getppid op