This is a read-only mirror of the main lua-osx repository.
Go to file
Lorenzo Cogotti 31bc1077c1 [osx.c] Rework directory iteration.
- add opendir() to open a directory and return it.
- add directory listfiles() method, returning all remaining entries as
  an array
- rework directory iteration
2022-12-12 00:42:36 +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 [*] First commit. 2022-12-11 18:58:11 +01:00
osx-scm-1.rockspec [rockspec] Add LuaRocks rock file. 2022-12-11 19:38:35 +01:00
osx.c [osx.c] Rework directory iteration. 2022-12-12 00:42:36 +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.