[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4001-g772a11f
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4001-g772a11f |
Date: |
Thu, 25 Jun 2020 12:38:42 -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 772a11f4ac0553cf8e9eeb37b3f6aa12ac5581ea (commit)
via c30b1f502704ca1234ee8d7d7964e91424bb9dce (commit)
from 31ff9bd0b178ee32288b148b89c5fb3a48abdaf9 (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=772a11f4ac0553cf8e9eeb37b3f6aa12ac5581ea
commit 772a11f4ac0553cf8e9eeb37b3f6aa12ac5581ea
Merge: c30b1f5 31ff9bd
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Jun 25 19:38:31 2020 +0300
Merge branch 'gawk-5.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into
gawk-5.1-stable
diff --cc doc/ChangeLog
index 8a2a648,ab5a3cc..c1df31f
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,8 -1,8 +1,13 @@@
+2020-06-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Applied some more troff "lint" fixes.
+ Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
+
+ 2020-06-15 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawkinet.texi: Small fixes, and revise the indexing to use
+ new Texinfo features.
+
2020-06-14 Arnold D. Robbins <arnold@skeeve.com>
* gawkworkflow.texi: Revise indexing to use new Texinfo features.
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=c30b1f502704ca1234ee8d7d7964e91424bb9dce
commit c30b1f502704ca1234ee8d7d7964e91424bb9dce
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Thu Jun 25 19:37:35 2020 +0300
Fixes in gawk.1.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 4f7eb96..8a2a648 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-25 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawk.1: Applied some more troff "lint" fixes.
+ Thanks to Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
+
2020-06-14 Arnold D. Robbins <arnold@skeeve.com>
* gawkworkflow.texi: Revise indexing to use new Texinfo features.
diff --git a/doc/gawk.1 b/doc/gawk.1
index 4c90585..8005c26 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -915,7 +915,6 @@ values for the fields.
.SS Built-in Variables
.IR Gawk\^ "'s"
built-in variables are:
-.PP
.TP "\w'\fBFIELDWIDTHS\fR'u+1n"
.B ARGC
The number of command line arguments (does not include options to
@@ -1682,7 +1681,6 @@ String constants in \*(AK are sequences of characters
enclosed
between double quotes (like \fB"value"\fR). Within strings, certain
.I "escape sequences"
are recognized, as in C. These are:
-.PP
.TP "\w'\fB\e\^\fIddd\fR'u+1n"
.B \e\e
A literal backslash.
@@ -2206,7 +2204,6 @@ and input/output statements
available are patterned after those in C.
.SS Operators
The operators in \*(AK, in order of decreasing precedence, are:
-.PP
.TP "\w'\fB*= /= %= ^=\fR'u+1n"
.BR ( \&.\|.\|. )
Grouping
@@ -2314,7 +2311,6 @@ as follows:
.RE
.SS "I/O Statements"
The input/output statements are as follows:
-.PP
.TP "\w'\fBprintf \fIfmt, expr-list\fR'u+1n"
\fBclose(\fIfile \fR[\fB, \fIhow\fR]\fB)\fR
Close file, pipe or coprocess.
@@ -2830,7 +2826,6 @@ two-way I/O operator.
Similar, but use UDP/IP instead of TCP/IP.
.SS Numeric Functions
\*(AK has the following built-in arithmetic functions:
-.PP
.TP "\w'\fBsrand(\fR[\fIexpr\^\fR]\fB)\fR'u+1n"
.BI atan2( y , " x" )
Return the arctangent of
@@ -2896,7 +2891,6 @@ number generator.
.SS String Functions
.I Gawk
has the following built-in string functions:
-.PP
.TP "\w'\fBsprintf(\^\fIfmt\fB\^, \fIexpr-list\^\fB)\fR'u+1n"
\fBasort(\fIs \fR[\fB, \fId\fR [\fB, \fIhow\fR] ]\fB)\fR
Return the number of elements in the source
@@ -3253,7 +3247,6 @@ that contain time stamp information,
.I gawk
provides the following functions for obtaining time stamps and
formatting them.
-.PP
.TP "\w'\fBsystime()\fR'u+1n"
\fBmktime(\fIdatespec\fR [\fB, \fIutc-flag\fR]\fB)\fR
Turn
@@ -3373,7 +3366,6 @@ bits.
\fBxor(\fIv1\fB, \fIv2 \fR[, ...]\fB)\fR
Return the bitwise XOR of the values provided in the argument list.
There must be at least two.
-.PP
.SS Type Functions
The following functions provide type related information about
their arguments.
@@ -3588,7 +3580,6 @@ causes
.I gawk
to dump the profile and function call stack and then exit.
.SH INTERNATIONALIZATION
-.PP
String constants are sequences of characters enclosed in double
quotes. In non-English speaking environments, it is possible to mark
strings in the \*(AK program as requiring translation to the local
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 5 +++++
doc/gawk.1 | 9 ---------
2 files changed, 5 insertions(+), 9 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-4001-g772a11f,
Arnold Robbins <=