[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4311-g0aa4362
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4311-g0aa4362 |
Date: |
Thu, 23 Sep 2021 08:15:44 -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, gawk-5.1-stable has been updated
via 0aa436242079ab162deec10459446acc33b6f8ee (commit)
from 09fa9d26d41cc70e63469522d71674883bae5521 (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=0aa436242079ab162deec10459446acc33b6f8ee
commit 0aa436242079ab162deec10459446acc33b6f8ee
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Sep 23 14:46:56 2021 +0300
Small cleanup in gawkapi.h.
diff --git a/ChangeLog b/ChangeLog
index aff57a3..3c69485 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-23 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawkapi.h: Some clean-up of comments in the header file.
+
2021-09-12 Arnold D. Robbins <arnold@skeeve.com>
* interpret.h: Remove subscript_in_array variable.
diff --git a/gawkapi.h b/gawkapi.h
index 54130b1..7eccc70 100644
--- a/gawkapi.h
+++ b/gawkapi.h
@@ -149,6 +149,7 @@ typedef struct awk_input {
int fd; /* file descriptor */
#define INVALID_HANDLE (-1)
void *opaque; /* private data for input parsers */
+
/*
* The get_record function is called to read the next record of data.
*
@@ -187,8 +188,8 @@ typedef struct awk_input {
const awk_fieldwidth_info_t **field_width);
/*
- * No argument prototype on read_func to allow for older systems
- * whose headers are not up to date.
+ * This replaces the POSIX read() system call. Use it if you want to
+ * manage reading raw bytes yourself, and let gawk parse the record.
*/
ssize_t (*read_func)(int, void *, size_t);
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
gawkapi.h | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4311-g0aa4362,
Arnold Robbins <=