From df2efb797c1456258d6844b43271b0557754fbaf Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 8 Jun 2006 17:55:33 +0000 Subject: Adding support for compilation on both Lua 5.0 and Lua 5.1 --- doc/us/index.html | 19 ++++++++++--------- doc/us/manual.html | 14 ++++---------- 2 files changed, 14 insertions(+), 19 deletions(-) (limited to 'doc') diff --git a/doc/us/index.html b/doc/us/index.html index 814b910..b6325b6 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -66,17 +66,11 @@ systems offered by the standard Lua distribution.

the underlying directory structure and file attributes.

LuaFileSystem is free software and uses the same -license as Lua 5.0.

+license as Lua 5.1.

Status

-

Current version is 1.2 It was developed for Lua 5.0.

- -

Version 1.2 follows the -package model -for Lua 5.1 (see section Installation -for more details).

- +

Current version is 1.2.1. It was developed for both Lua 5.0 and Lua 5.1.

Download

@@ -91,6 +85,13 @@ LuaForge page.

History

+
Version 1.2.1 [?/Jun/2006]
+
+
    +
  • adapted to work on both Lua 5.0 and Lua 5.1
  • +
+
+
Version 1.2 [15/Mar/2006]
    @@ -139,7 +140,7 @@ Comments are welcome!

    Valid XHTML 1.0!

    -

    $Id: index.html,v 1.31 2006/03/23 20:44:00 carregal Exp $

    +

    $Id: index.html,v 1.32 2006/06/08 17:55:33 tomas Exp $

    diff --git a/doc/us/manual.html b/doc/us/manual.html index 922b27b..3d38aea 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html @@ -65,14 +65,8 @@ the underlying directory structure and file attributes.

    Installation

    -

    LuaFileSystem follows the -package model -for Lua 5.1, therefore it should be "installed". Refer to - -Compat-5.1 configuration section about how to install the compiled -binary properly. -The compiled binary should be copied to a directory in your -LUA_CPATH.

    +

    The LuaFileSystem compiled binary should be copied to a directory in your +LUA_CPATH. Lua 5.0 users should install Compat-5.1 also.

    Windows users can use the binary version of LuaFileSystem (lfs.dll) available at @@ -96,7 +90,7 @@ LuaFileSystem offers the following functions: The attributes are described as follows; attribute mode is a string, all the others are numbers, and the time related attributes use the same time reference of - os.time: + os.time:

    dev
    on Unix systems, this represents the device that the inode resides on. On Windows systems, @@ -217,7 +211,7 @@ LuaFileSystem offers the following functions:

    Valid XHTML 1.0!

    -

    $Id: manual.html,v 1.31 2006/03/15 20:29:15 carregal Exp $

    +

    $Id: manual.html,v 1.32 2006/06/08 17:55:33 tomas Exp $

    -- cgit v1.2.3-55-g6feb