summaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2007-11-28 15:26:13 +0000
committerMike Mason <ms13sp@gmail.com>2007-11-28 15:26:13 +0000
commitdbddbd9b0cec1bfe8e92a39552b28ab2f11195d9 (patch)
tree94bf4751bfb9f58f6854244d98d9cfac1852fc03 /lib/README
parent7538b26d89faab270cd90ea72415d4dd2c988708 (diff)
downloadacf-core-dbddbd9b0cec1bfe8e92a39552b28ab2f11195d9.tar.bz2
acf-core-dbddbd9b0cec1bfe8e92a39552b28ab2f11195d9.tar.xz
added split and join to fs.lua and gave them function names so we don't have to strsplit = require split. Added a date string to table function in date.lua
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@378 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index 038ec0d..0d650dc 100644
--- a/lib/README
+++ b/lib/README
@@ -2,7 +2,7 @@ Brief discription of libs so far. For more info see
http://wiki.alpinelinux.org/w/index.php?title=ACF_Libraries
date.lua - Date and Time functions
-fs.lua - Many file type functions. May need to be renamed
+fs.lua - Many file,string,and table type functions. May need to be renamed
join.lua - Takes a table and given a delimeter makes it into a string
pidof.lua - Process libraries not provided by LPOSIX
split.lua - Take a delimeted string and makes it into a table