gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-299


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2999-g4703b75
Date: Tue, 31 Jul 2018 00:29:30 -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-4.2-stable has been updated
       via  4703b75c618070d88f9e2eff084ca8119980bd9c (commit)
       via  749475a8a2f335dcc4d837d8c5dba5795d9e891d (commit)
      from  c12c743fe36b77877f59aeb00da65481e50f8efa (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=4703b75c618070d88f9e2eff084ca8119980bd9c

commit 4703b75c618070d88f9e2eff084ca8119980bd9c
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jul 31 07:26:59 2018 +0300

    Minor doc fixes.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index e883fd7..51f1912 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,9 @@
+2018-07-31         Arnold D. Robbins     <address@hidden>
+
+       * gawktexi.in (Two-way I/O): Fix some typos.
+       * gawkworkflow.texi (Configuring git): Correct some
+       command usages. Thanks to Antonio Columbo for the fix.
+
 2018-07-31         Ralph Corderoy        <address@hidden>
 
        * gawk.1: Avoid hyphenation in gawk email address.
diff --git a/doc/gawk.info b/doc/gawk.info
index 807fe8a..bc245e3 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -23480,7 +23480,7 @@ and infinity values.  The solution implemented in 
'gawk' is as follows:
      'gawk' ignores case in the four special values.  Thus, '+nan' and
      '+NaN' are the same.
 
-   Besides handling imput, 'gawk' also needs to print "correct" values
+   Besides handling input, 'gawk' also needs to print "correct" values
 on output when a value is either NaN or infinity.  Starting with version
 4.2.2, for such values 'gawk' prints one of the four strings just
 described: '+inf', '-inf', '+nan', or '-nan'.  Similarly, in POSIX mode,
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 675985e..6db3a2a 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -32700,9 +32700,9 @@ $ @kbd{echo 0xDeadBeef | gawk '@{ print $1 + 0 @}'}
 Thus, @samp{+nan} and @samp{+NaN} are the same.
 @end itemize
 
-Besides handling imput, @command{gawk} also needs to print ``correct'' values 
on
-output when a value is either NaN or infinity. Starting with version 4.2.2,
-for such values @command{gawk} prints one of the four strings
+Besides handling input, @command{gawk} also needs to print ``correct'' values 
on
+output when a value is either NaN or infinity. Starting with @value{PVERSION}
+4.2.2, for such values @command{gawk} prints one of the four strings
 just described: @samp{+inf}, @samp{-inf}, @samp{+nan}, or @samp{-nan}.
 Similarly, in POSIX mode, @command{gawk} prints the result of
 the system's C @code{printf()} function using the @code{%g} format string
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 795c5c0..2a2fdd4 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -31674,9 +31674,9 @@ $ @kbd{echo 0xDeadBeef | gawk '@{ print $1 + 0 @}'}
 Thus, @samp{+nan} and @samp{+NaN} are the same.
 @end itemize
 
-Besides handling imput, @command{gawk} also needs to print ``correct'' values 
on
-output when a value is either NaN or infinity. Starting with version 4.2.2,
-for such values @command{gawk} prints one of the four strings
+Besides handling input, @command{gawk} also needs to print ``correct'' values 
on
+output when a value is either NaN or infinity. Starting with @value{PVERSION}
+4.2.2, for such values @command{gawk} prints one of the four strings
 just described: @samp{+inf}, @samp{-inf}, @samp{+nan}, or @samp{-nan}.
 Similarly, in POSIX mode, @command{gawk} prints the result of
 the system's C @code{printf()} function using the @code{%g} format string
diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi
index 2b97139..90b3c78 100644
--- a/doc/gawkworkflow.texi
+++ b/doc/gawkworkflow.texi
@@ -28,10 +28,10 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
address@hidden UPDATE-MONTH November, 2017
address@hidden UPDATE-MONTH July, 2018
 
 @set TITLE Participating in @command{gawk} Development
address@hidden EDITION 0.7
address@hidden EDITION 0.71
 
 @iftex
 @set DOCUMENT booklet
@@ -903,8 +903,8 @@ the @command{gawk} maintainer recommends that you use are:
 @cindex configuration setting, @code{push.default}
 @cindex configuration setting, @code{pager.status}
 @example
-$ @kbd{git config --global push.default=simple}    @ii{Only push current 
branch}
-$ @kbd{git config --global pager.status=true}      @ii{Use pager for output 
of} git status
+$ @kbd{git config --global push.default simple}    @ii{Only push current 
branch}
+$ @kbd{git config --global pager.status true}      @ii{Use pager for output 
of} git status
 @end example
 
 @cindex @file{.gitconfig} file

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=749475a8a2f335dcc4d837d8c5dba5795d9e891d

commit 749475a8a2f335dcc4d837d8c5dba5795d9e891d
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Jul 31 07:23:27 2018 +0300

    Avoid hyphenation in bug email address in the man page.

diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1c21510..e883fd7 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-31         Ralph Corderoy        <address@hidden>
+
+       * gawk.1: Avoid hyphenation in gawk email address.
+
 2018-07-25         Arnold D. Robbins     <address@hidden>
 
        * gawktexi.in (Two-way I/O): Add a nice example on buffering
diff --git a/doc/gawk.1 b/doc/gawk.1
index 0359b9d..a244869 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -4050,7 +4050,7 @@ and which ports are currently supported.
 If you find a bug in
 .IR gawk ,
 please send electronic mail to
-.BR address@hidden .
+.BR address@hidden .
 Please include your operating system and its revision, the version of
 .I gawk
 (from

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

Summary of changes:
 doc/ChangeLog         | 10 ++++++++++
 doc/gawk.1            |  2 +-
 doc/gawk.info         |  2 +-
 doc/gawk.texi         |  6 +++---
 doc/gawktexi.in       |  6 +++---
 doc/gawkworkflow.texi |  8 ++++----
 6 files changed, 22 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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