summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-09-20 10:03:21 -0300
committerHisham Muhammad <hisham@gobolinux.org>2011-09-20 10:03:21 -0300
commit46d742071513076f50cf19af5d4e236e72ea9f14 (patch)
tree8b3e40cea2a95f5ec37994b345b15b18b787034f
parentfe8e151ea9358fd809c40f6fa0d5a9e6bc4fa5eb (diff)
downloadluafilesystem-46d742071513076f50cf19af5d4e236e72ea9f14.tar.gz
luafilesystem-46d742071513076f50cf19af5d4e236e72ea9f14.tar.bz2
luafilesystem-46d742071513076f50cf19af5d4e236e72ea9f14.zip
Edited index.html via GitHub
-rw-r--r--index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.html b/index.html
index f41f146..31bb5bf 100644
--- a/index.html
+++ b/index.html
@@ -83,9 +83,11 @@ page.</p>
83 83
84<dl class="history"> 84<dl class="history">
85 <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> 85 <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt>
86 <dd><ul>
86 <li>Added explicit next and close methods to second return value of lfs.dir 87 <li>Added explicit next and close methods to second return value of lfs.dir
87(the directory object), for explicit iteration or explicit closing.</li> 88(the directory object), for explicit iteration or explicit closing.</li>
88 <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li> 89 <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li>
90 </ul></dd>
89 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> 91 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt>
90 <dd> 92 <dd>
91 <ul> 93 <ul>