bug-findutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] Adopt the use of the gnulib module isblank


From: James Youngman
Subject: [PATCH 4/5] Adopt the use of the gnulib module isblank
Date: Thu, 8 Apr 2010 02:44:53 +0100

Signed-off-by: James Youngman <address@hidden>
---
 ChangeLog            |    3 +++
 import-gnulib.config |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fc5b655..e72586f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-04-08  James Youngman  <address@hidden>
 
+       Adopt the use of the gnulib module isblank.
+       (modules): Add isblank.
+
        Adopt the use of the gnulib module faccessat.
        * import-gnulib.config (modules): Add faccessat.
        * find/pred.c (struct access_check_args): Delete.
diff --git a/import-gnulib.config b/import-gnulib.config
index 6186b7c..65009c7 100644
--- a/import-gnulib.config
+++ b/import-gnulib.config
@@ -31,13 +31,11 @@ update-copyright
 # consider using getsubopt (for -D)
 # consider using gnu-web-doc-update
 # consider using idprov-drop and privset for locate
-# consider using isblank in xargs
 # consider using long-options
 # consider using manywarnings
 # consider using nproc in xargs
 # consider using pmccabe2html
 # consider using readlink
-# consider using same-inode
 # consider using selinux-h
 # consider using gendocs
 # consider using sig2str in xargs
@@ -53,6 +51,7 @@ update-copyright
 
 # Considered, but no:
 # consider using autobuild (the information is not usually interesting for us)
+# consider using same-inode (we don't keep a full struct stat for the ref file)
 
 # Modules needed for findutils.
 # We need regex to ensure that we can build on platforms like
@@ -97,6 +96,7 @@ human
 idcache
 inline
 inttypes
+isblank
 locale
 lstat
 malloc
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]