mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 19:13:05 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b848b63be4 |
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
|
||||
T= luafilesystem
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ Comments are welcome!
|
||||
<p>
|
||||
<hr>
|
||||
<small>
|
||||
$Id: index.html,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
$Id: index.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
</small>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -71,7 +71,7 @@ THE SOFTWARE.
|
||||
<!-- ===================================================================== -->
|
||||
<HR>
|
||||
<SMALL>
|
||||
$Id: license.html,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
$Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
</SMALL>
|
||||
|
||||
</BODY>
|
||||
|
||||
@@ -137,7 +137,7 @@ LuaFileSystem offers the following functions:
|
||||
|
||||
<hr>
|
||||
<small>
|
||||
$Id: manual.html,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
$Id: manual.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
</small>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
** luafilesystem.lock (fh, mode)
|
||||
** luafilesystem.unlock (fh)
|
||||
**
|
||||
** $Id: luafilesystem.c,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
** $Id: luafilesystem.c,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Define 'chdir' for systems that do not implement it */
|
||||
/* $Id: luafilesystem.h,v 1.1 2004/07/27 14:15:24 tomas Exp $ */
|
||||
/* $Id: luafilesystem.h,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ */
|
||||
#ifdef NO_CHDIR
|
||||
#define chdir(p) (-1)
|
||||
#define chdir_error "Function 'chdir' not provided by system"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
-- $Id: t_luafilesystem.lua,v 1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
-- $Id: t_luafilesystem.lua,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $
|
||||
if not luafilesystem and loadlib then
|
||||
local libname = "LIB_NAME"
|
||||
local libopen = "luaopen_luafilesystem"
|
||||
|
||||
Reference in New Issue
Block a user