Skip to content

Commit

Permalink
update libuv subproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen von Takach committed Oct 17, 2017
1 parent c6c1282 commit 6663fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: ruby
rvm:
- ruby-2.3.3
- ruby-2.3.4
- ruby-2.4.1
- ruby-head
- rubinius-3.76
- jruby-9.1.8.0
- jruby-9.1.10.0
- jruby-head
branches:
only:
Expand Down
2 changes: 1 addition & 1 deletion ext/libuv
Submodule libuv updated 67 files
+1 −0 .mailmap
+16 −0 AUTHORS
+182 −0 ChangeLog
+2 −0 Makefile.am
+3 −2 SUPPORTED_PLATFORMS.md
+1 −1 appveyor.yml
+1 −0 checksparse.sh
+3 −8 common.gypi
+1 −1 configure.ac
+169 −1 docs/src/fs.rst
+8 −6 docs/src/guide/threads.rst
+1 −1 docs/src/stream.rst
+1 −0 docs/src/threading.rst
+6 −0 include/uv-errno.h
+93 −0 include/uv-unix.h
+2 −2 include/uv-version.h
+25 −0 include/uv-win.h
+16 −1 include/uv.h
+28 −21 src/unix/android-ifaddrs.c
+5 −1 src/unix/bsd-ifaddrs.c
+11 −3 src/unix/core.c
+165 −12 src/unix/fs.c
+23 −5 src/unix/fsevents.c
+2 −1 src/unix/internal.h
+2 −1 src/unix/kqueue.c
+1 −1 src/unix/loop.c
+17 −7 src/unix/netbsd.c
+121 −26 src/unix/os390-syscalls.c
+1 −0 src/unix/os390-syscalls.h
+31 −10 src/unix/os390.c
+1 −0 src/unix/poll.c
+8 −14 src/unix/proctitle.c
+1 −1 src/unix/stream.c
+0 −1 src/unix/sunos.c
+72 −23 src/unix/thread.c
+36 −0 src/unix/tty.c
+5 −3 src/unix/udp.c
+1 −1 src/win/error.c
+226 −322 src/win/fs.c
+2 −0 src/win/pipe.c
+5 −2 src/win/process.c
+1 −1 src/win/signal.c
+15 −0 src/win/tcp.c
+5 −0 src/win/thread.c
+1 −1 src/win/timer.c
+81 −37 src/win/tty.c
+2 −2 src/win/util.c
+4 −0 src/win/winapi.h
+2 −2 test/benchmark-pump.c
+0 −1 test/runner-win.c
+12 −7 test/runner.c
+2 −0 test/test-fork.c
+164 −0 test/test-fs-copyfile.c
+221 −4 test/test-fs.c
+21 −0 test/test-list.h
+20 −0 test/test-mutexes.c
+2 −1 test/test-poll.c
+1 −0 test/test-signal-multiple-loops.c
+5 −1 test/test-spawn.c
+13 −0 test/test-tcp-oob.c
+57 −0 test/test-tcp-open.c
+14 −8 test/test-thread.c
+4 −4 test/test-udp-ipv6.c
+2 −1 test/test-udp-multicast-join6.c
+5 −5 tools/vswhere_usability_wrapper.cmd
+13 −17 uv.gyp
+2 −0 vcbuild.bat

0 comments on commit 6663fb4

Please sign in to comment.