mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-23 19:43:06 +00:00
Compare commits
1 Commits
symlink_ta
...
start
| 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
|
T= luafilesystem
|
||||||
|
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ Comments are welcome!
|
|||||||
<p>
|
<p>
|
||||||
<hr>
|
<hr>
|
||||||
<small>
|
<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>
|
</small>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ THE SOFTWARE.
|
|||||||
<!-- ===================================================================== -->
|
<!-- ===================================================================== -->
|
||||||
<HR>
|
<HR>
|
||||||
<SMALL>
|
<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>
|
</SMALL>
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ LuaFileSystem offers the following functions:
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
<small>
|
<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>
|
</small>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
** luafilesystem.lock (fh, mode)
|
** luafilesystem.lock (fh, mode)
|
||||||
** luafilesystem.unlock (fh)
|
** 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>
|
#include <errno.h>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/* Define 'chdir' for systems that do not implement it */
|
/* 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
|
#ifdef NO_CHDIR
|
||||||
#define chdir(p) (-1)
|
#define chdir(p) (-1)
|
||||||
#define chdir_error "Function 'chdir' not provided by system"
|
#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
|
if not luafilesystem and loadlib then
|
||||||
local libname = "LIB_NAME"
|
local libname = "LIB_NAME"
|
||||||
local libopen = "luaopen_luafilesystem"
|
local libopen = "luaopen_luafilesystem"
|
||||||
|
|||||||
Reference in New Issue
Block a user