-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d5959a
commit fe02ab2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luv
updated
14 files
+25 −0 | .ci/make_rockspec.sh | |
+22 −2 | .travis.yml | |
+20 −15 | CMakeLists.txt | |
+0 −5 | Makefile | |
+1 −1 | appveyor.yml | |
+0 −14 | bump.sh | |
+1 −1 | deps/libuv | |
+2 −2 | luv-scm-0.rockspec | |
+2 −2 | rockspecs/luv-scm-0.rockspec | |
+11 −1 | src/luv.c | |
+0 −4 | src/luv.h | |
+55 −0 | src/misc.c | |
+18 −1 | src/poll.c | |
+11 −1 | tests/test-misc.lua |