From 4330375cb7ce3495c90817856d3c3dc320c6bd25 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Mon, 17 Aug 2009 21:38:03 +0200 Subject: Next release, tag 1.0.10. --- CHANGES | 10 ++++++++++ fs.lua | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b71b55b..351a8cf 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +commit 44cd53f3884e044818e8d56edce7e41c50bbdeab +Author: Adrian C. (anrxc) +Date: Mon Aug 17 21:34:36 2009 +0200 + + Updated the CHANGES file in preparation for a new tag. + + There were not many changes recently, but much more people are taking + the tarball instead of the development code so they will benefit from + the recent fixes and extended documentation. + commit 7ad474bcbc8554dfba32c641dc8969239dcff7da Author: Joerg Jaspert Date: Sun Aug 16 13:10:39 2009 +0200 diff --git a/fs.lua b/fs.lua index 0b6fbd9..01d902a 100644 --- a/fs.lua +++ b/fs.lua @@ -26,7 +26,7 @@ local function worker(format) -- table for each mount point with gmatch local size, used, avail, usep, mount = -- Instead match all at once, including network file systems - line:match('^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$') + line:match("^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$") fs_info["{"..mount.." size}"] = size fs_info["{"..mount.." used}"] = used -- cgit v1.2.3