mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-23 19:43:06 +00:00
packaging for version 1.5.0
This commit is contained in:
18
README
18
README
@@ -14,26 +14,18 @@ LuaRocks Installation
|
||||
---------------------
|
||||
luarocks install luafilesystem
|
||||
|
||||
Unix Installation
|
||||
-----------------
|
||||
To install on Linux/OSX/BSD, please edit the config file and then call
|
||||
|
||||
make
|
||||
make install
|
||||
|
||||
The last step may require root privileges.
|
||||
|
||||
Windows Installation
|
||||
--------------------
|
||||
To install on Windows, please copy lfs.dll to your package.cpath directory
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
Please check the documentation at /doc/us/ for more information.
|
||||
Please check the documentation at doc/us/ for more information.
|
||||
|
||||
History
|
||||
-------
|
||||
|
||||
Version 1.5.0 [20/Oct/2009]
|
||||
* added explicit next and close methods to second return value of lfs.dir (the directory object), for explicit iteration or explicit closing.
|
||||
* added directory locking via lfs.lock_dir function (see the manual).
|
||||
|
||||
Version 1.4.2 [03/Feb/2009]
|
||||
|
||||
* fixed bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).
|
||||
|
||||
Reference in New Issue
Block a user