This is a read-only mirror of the main lua-osx repository.
Go to file
Lorenzo Cogotti abb3d56a45 [luacompat] luaL_pushfail() was actually introduced with Lua 5.3. 2022-12-12 15:47:34 +01:00
.gitignore [.gitignore] Add .gitignore file. 2022-12-11 18:35:17 +01:00
LICENSE [LICENSE] Improve formatting 2022-12-11 18:33:47 +01:00
Makefile [*] First commit. 2022-12-11 18:58:11 +01:00
README.md Initial commit 2022-12-10 17:44:03 +01:00
config.macosx [*] First commit. 2022-12-11 18:58:11 +01:00
config.mk [*] First commit. 2022-12-11 18:58:11 +01:00
config.unix [*] First commit. 2022-12-11 18:58:11 +01:00
config.win [*] First commit. 2022-12-11 18:58:11 +01:00
dir_unix.c [*] First commit. 2022-12-11 18:58:11 +01:00
dir_win32.c [*] First commit. 2022-12-11 18:58:11 +01:00
luacompat.h [luacompat] luaL_pushfail() was actually introduced with Lua 5.3. 2022-12-12 15:47:34 +01:00
osx-scm-1.rockspec [rockspec] Add LuaRocks rock file. 2022-12-11 19:38:35 +01:00
osx.c [osx.c] Add directory __tostring() metamethod. 2022-12-12 12:35:48 +01:00
osx.h [*] First commit. 2022-12-11 18:58:11 +01:00
osx_dir.h [*] First commit. 2022-12-11 18:58:11 +01:00
xconf.h [*] First commit. 2022-12-11 18:58:11 +01:00

README.md

lua-osx

Portable low-level filesystem and OS interface for Lua.