diff options
author | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-07-27 14:15:24 +0000 |
commit | b848b63be4c39129248e1049f61964a23668c16c (patch) | |
tree | 65283841059d6471bce9aa00973d6db9be572d2c | |
parent | 8addf14a396466982f62503a6dfa5793a53b1b8e (diff) | |
download | luafilesystem-start.tar.gz luafilesystem-start.tar.bz2 luafilesystem-start.zip |
Importandostart
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/us/index.html | 2 | ||||
-rw-r--r-- | doc/us/license.html | 2 | ||||
-rw-r--r-- | doc/us/manual.html | 2 | ||||
-rw-r--r-- | luafilesystem.c | 2 | ||||
-rw-r--r-- | luafilesystem.h | 2 | ||||
-rw-r--r-- | t_luafilesystem.lua | 2 |
7 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 1 | # $Id: Makefile,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
2 | 2 | ||
3 | T= luafilesystem | 3 | T= luafilesystem |
4 | 4 | ||
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! | |||
106 | <p> | 106 | <p> |
107 | <hr> | 107 | <hr> |
108 | <small> | 108 | <small> |
109 | $Id: index.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 109 | $Id: index.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
110 | </small> | 110 | </small> |
111 | 111 | ||
112 | </body> | 112 | </body> |
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. | |||
71 | <!-- ===================================================================== --> | 71 | <!-- ===================================================================== --> |
72 | <HR> | 72 | <HR> |
73 | <SMALL> | 73 | <SMALL> |
74 | $Id: license.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 74 | $Id: license.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
75 | </SMALL> | 75 | </SMALL> |
76 | 76 | ||
77 | </BODY> | 77 | </BODY> |
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: | |||
137 | 137 | ||
138 | <hr> | 138 | <hr> |
139 | <small> | 139 | <small> |
140 | $Id: manual.html,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 140 | $Id: manual.html,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
141 | </small> | 141 | </small> |
142 | 142 | ||
143 | </body> | 143 | </body> |
diff --git a/luafilesystem.c b/luafilesystem.c index 57167ea..ea0c1f7 100644 --- a/luafilesystem.c +++ b/luafilesystem.c | |||
@@ -9,7 +9,7 @@ | |||
9 | ** luafilesystem.lock (fh, mode) | 9 | ** luafilesystem.lock (fh, mode) |
10 | ** luafilesystem.unlock (fh) | 10 | ** luafilesystem.unlock (fh) |
11 | ** | 11 | ** |
12 | ** $Id: luafilesystem.c,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 12 | ** $Id: luafilesystem.c,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <errno.h> | 15 | #include <errno.h> |
diff --git a/luafilesystem.h b/luafilesystem.h index 6178dd7..da8a4dd 100644 --- a/luafilesystem.h +++ b/luafilesystem.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* Define 'chdir' for systems that do not implement it */ | 1 | /* Define 'chdir' for systems that do not implement it */ |
2 | /* $Id: luafilesystem.h,v 1.1 2004/07/27 14:15:24 tomas Exp $ */ | 2 | /* $Id: luafilesystem.h,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ */ |
3 | #ifdef NO_CHDIR | 3 | #ifdef NO_CHDIR |
4 | #define chdir(p) (-1) | 4 | #define chdir(p) (-1) |
5 | #define chdir_error "Function 'chdir' not provided by system" | 5 | #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 @@ | |||
1 | -- $Id: t_luafilesystem.lua,v 1.1 2004/07/27 14:15:24 tomas Exp $ | 1 | -- $Id: t_luafilesystem.lua,v 1.1.1.1 2004/07/27 14:15:24 tomas Exp $ |
2 | if not luafilesystem and loadlib then | 2 | if not luafilesystem and loadlib then |
3 | local libname = "LIB_NAME" | 3 | local libname = "LIB_NAME" |
4 | local libopen = "luaopen_luafilesystem" | 4 | local libopen = "luaopen_luafilesystem" |