gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3835-g199bd4


From: Andrew J. Schorr
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-3835-g199bd46
Date: Wed, 16 Oct 2019 18:39:53 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  199bd468bee3f038e03d7186de0d8510c9c72274 (commit)
      from  71f74c483838db2e18a7756469aa8c7edc76c33f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=199bd468bee3f038e03d7186de0d8510c9c72274

commit 199bd468bee3f038e03d7186de0d8510c9c72274
Author: Andrew J. Schorr <address@hidden>
Date:   Wed Oct 16 18:39:26 2019 -0400

    Improve filefuncs man page to explain what's in the name field returned by 
stat.

diff --git a/extension/ChangeLog b/extension/ChangeLog
index fef2eb7..f85683a 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-16         Andrew J. Schorr      <address@hidden>
+
+       * filefuncs.3am: Enhance the stat() documentation to explain that
+       the returned "name" value equals the argument to the function.
+
 2019-08-21         Arnold D. Robbins     <address@hidden>
 
        * filefuncs.c: Fix a typo in a comment. Update copyright year.
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am
index 1ccf98f..c1c189a 100644
--- a/extension/filefuncs.3am
+++ b/extension/filefuncs.3am
@@ -56,7 +56,8 @@ fills the
 array with information retrieved from the filesystem, as follows:
 .TP
 \fBstatdata["name"]\fP
-The name of the file.
+The name of the file, equal to the first argument passed to
+.BR stat() .
 .TP
 \fBstatdata["dev"]\fP
 Corresponds to the

-----------------------------------------------------------------------

Summary of changes:
 extension/ChangeLog     | 5 +++++
 extension/filefuncs.3am | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
gawk



reply via email to

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