2 files changed
+5
-4
lines changed- .ci/check_docs.sh+8
- .ci/docscov.sh+2-2
- .ci/install.bat+1-1
- .ci/make_rockspec.sh+1-1
- .ci/setup_lua.sh+6-1
- .ci/winmake.bat+48-15
- .gitattributes+3
- .github/workflows/ci.yml+23-7
- CMakeLists.txt+16-4
- Makefile+2
- README.md+2-2
- appveyor.yml+4-8
- deps/libuv+1-1
- deps/lua+1-1
- deps/lua-compat-5.3+1-1
- deps/lua.cmake+2-2
- deps/luajit+1-1
- docs/docgen.lua+874
- docs/docs.lua+4.8k
- docs/docs.md+863-340
- docs/meta.lua+4.5k
- luv-scm-0.rockspec+2-2
- src/constants.c+13
- src/fs.c+20-6
- src/handle.c+8-5
- src/lhandle.c+7
- src/loop.c+17-2
- src/lthreadpool.h+7-1
- src/luv.c+48-9
- src/luv.h+8-2
- src/misc.c+101-22
- src/pipe.c+6-1
- src/process.c+1-1
- src/synch.c+83
- src/test.c+153
- src/thread.c+97-19
- src/tty.c+8-1
- src/udp.c+68
- src/work.c+69-60
- tests/manual-test-exit.lua+1-1
- tests/manual-test-external-loop.lua+60
- tests/test-async.lua+1-3
- tests/test-coroutines-require.lua+51
- tests/test-dns.lua+6-6
- tests/test-fs.lua+133
- tests/test-metrics.lua+13-18
- tests/test-misc.lua+43
- tests/test-pipe.lua+13
- tests/test-thread.lua+38-11
- tests/test-tty.lua+4-4
- tests/test-udp.lua+86-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
118 | 119 | | |
119 | | - | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | | - | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
| |||
0 commit comments