From b848b63be4c39129248e1049f61964a23668c16c Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 27 Jul 2004 14:15:24 +0000 Subject: Importando --- Makefile | 2 +- doc/us/index.html | 2 +- doc/us/license.html | 2 +- doc/us/manual.html | 2 +- luafilesystem.c | 2 +- luafilesystem.h | 2 +- t_luafilesystem.lua | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 7e0e577..b7f6719 100644 --- a/Makefile +++ b/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 diff --git a/doc/us/index.html b/doc/us/index.html index 6b81ad9..da590df 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -106,7 +106,7 @@ Comments are welcome!


-$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 $ diff --git a/doc/us/license.html b/doc/us/license.html index f01eb86..2054270 100644 --- a/doc/us/license.html +++ b/doc/us/license.html @@ -71,7 +71,7 @@ THE SOFTWARE.
-$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 $ diff --git a/doc/us/manual.html b/doc/us/manual.html index 374d033..ccabb2d 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -137,7 +137,7 @@ LuaFileSystem offers the following functions:
-$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 $ diff --git a/luafilesystem.c b/luafilesystem.c index 57167ea..ea0c1f7 100644 --- a/luafilesystem.c +++ b/luafilesystem.c @@ -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 diff --git a/luafilesystem.h b/luafilesystem.h index 6178dd7..da8a4dd 100644 --- a/luafilesystem.h +++ b/luafilesystem.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" diff --git a/t_luafilesystem.lua b/t_luafilesystem.lua index eb12afb..a1f4041 100644 --- a/t_luafilesystem.lua +++ b/t_luafilesystem.lua @@ -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" -- cgit v1.2.3-55-g6feb