[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4991-g1bcf38aa
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4991-g1bcf38aa |
Date: |
Sun, 5 Feb 2023 11:43:54 -0500 (EST) |
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.2-stable has been updated
via 1bcf38aaf4dd205a64747ef10b7d847ffe49265b (commit)
from ef06cfd9b39fa79f2e31e74a5759869adb3fe4a9 (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=1bcf38aaf4dd205a64747ef10b7d847ffe49265b
commit 1bcf38aaf4dd205a64747ef10b7d847ffe49265b
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Feb 5 18:43:35 2023 +0200
Small typo fix.
diff --git a/io.c b/io.c
index fd830c08..2addce0c 100644
--- a/io.c
+++ b/io.c
@@ -3844,7 +3844,7 @@ errno_io_retry(void)
/*
* get_a_record --- read a record from IOP into out,
- * return length of EOF, set RT.
+ * return length or EOF, set RT.
* Note that errcode is never NULL, and the caller initializes *errcode to 0.
* If I/O would block, return -2.
*/
-----------------------------------------------------------------------
Summary of changes:
io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4991-g1bcf38aa,
Arnold Robbins <=