1 Commits
1.7 ... start

Author SHA1 Message Date
tomas
b848b63be4 Importando 2004-07-27 14:15:24 +00:00
7 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"

View File

@@ -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"