bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] New module 'stat-size'.


From: Jim Meyering
Subject: Re: [PATCH] New module 'stat-size'.
Date: Sat, 11 Jun 2011 08:32:39 +0200

James Youngman wrote:
> * modules/stat-size: New module.  Provides macros for accessing
> file size information in instances of struct stat.  Depends on the
> fileblocks module because it calls st_blocks.
> * lib/stat-size.h: New file, adapted from coreutils' system.h.
> * doc/gnulib.texi: Include stat-size.texi.
> * doc/stat-size.texi: Documentation for this module.
> * m4/stat-size.m4: New file; defines gl_STAT_SIZE.
> * m4/fileblocks.m4: Mention that stat-size depends on the call to
> AC_STRUCT_ST_BLOCKS.
> ---
>  ChangeLog          |   13 ++++++
>  doc/gnulib.texi    |    4 ++
>  doc/stat-size.texi |   25 ++++++++++++
>  lib/stat-size.h    |  111 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  m4/fileblocks.m4   |    4 ++
>  m4/stat-size.m4    |   14 +++++++
>  modules/stat-size  |   24 +++++++++++
>  7 files changed, 195 insertions(+), 0 deletions(-)
>  create mode 100644 doc/stat-size.texi
>  create mode 100644 lib/stat-size.h
>  create mode 100644 m4/stat-size.m4
>  create mode 100644 modules/stat-size

This looks fine.
Thanks again.



reply via email to

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