-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule bee.lua
updated
8 files
+1 −1 | 3rd/lua/lgc.c | |
+1 −1 | 3rd/lua/lmathlib.c | |
+3 −3 | 3rd/lua/lua.h | |
+1 −1 | 3rd/lua/lvm.c | |
+15 −34 | bee/net/bpoll_osx.cpp | |
+1 −1 | binding/lua_epoll.cpp | |
+1 −0 | binding/lua_filesystem.cpp | |
+1 −0 | binding/lua_select.cpp |
Submodule luamake
updated
11 files
+1 −1 | bee.lua | |
+8 −5 | compile/ninja/android.ninja | |
+8 −5 | compile/ninja/freebsd.ninja | |
+8 −5 | compile/ninja/linux.ninja | |
+8 −5 | compile/ninja/macos.ninja | |
+9 −6 | compile/ninja/mingw.ninja | |
+10 −6 | compile/ninja/msvc.ninja | |
+8 −5 | compile/ninja/netbsd.ninja | |
+8 −5 | compile/ninja/openbsd.ninja | |
+1 −1 | scripts/version.lua | |
+2 −1 | scripts/writer.lua |