1 Commits
v1_0 ... 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

View File

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

View File

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

View File

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

View File

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

View File

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

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
local libname = "LIB_NAME"
local libopen = "luaopen_luafilesystem"