gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4973-g18dbd50d


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.2-stable, updated. gawk-4.1.0-4973-g18dbd50d
Date: Sun, 18 Dec 2022 14:15:23 -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  18dbd50d0c6a00a051e3b1b9e73b2d100a121e85 (commit)
      from  835a3966707389f4e92c28319795c4c4ee77a0d2 (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=18dbd50d0c6a00a051e3b1b9e73b2d100a121e85

commit 18dbd50d0c6a00a051e3b1b9e73b2d100a121e85
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Dec 18 21:15:03 2022 +0200

    Doc updates and fixes.

diff --git a/README_d/ChangeLog b/README_d/ChangeLog
index 61b517d2..32e0ff9a 100644
--- a/README_d/ChangeLog
+++ b/README_d/ChangeLog
@@ -1,3 +1,7 @@
+2022-12-18         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * README.macosx: Updated.
+
 2022-11-27         Arnold D. Robbins     <arnold@skeeve.com>
 
        * README.macosx: Updated.
diff --git a/README_d/README.macosx b/README_d/README.macosx
index 256a7de2..78497941 100644
--- a/README_d/README.macosx
+++ b/README_d/README.macosx
@@ -1,3 +1,15 @@
+Sun 18 Dec 2022 21:04:40 IST
+============================
+
+Overall, for both Intel and ARM Mac systems, the best bet is to install
+gawk using homebrew or macports.  Building from source runs into problems
+with the readline library. On ARM systems, you need to use
+`./configure --with-readline=/opt/homebrew/opt/readline'. Otherwise,
+using the gawk debugger causes gawk to crash as soon as you enter a line
+at the `gawk>' prompt. On Intel systems, we could not find a way to
+build gawk so that it wouldn't crash; therefore you would have to use
+`./configure --without-readline' to get a usable debugger.  Sheesh.
+
 Sun 27 Nov 2022 14:54:06 EST
 ============================
 
diff --git a/doc/ChangeLog b/doc/ChangeLog
index a3bd4820..91e693c8 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2022-12-18         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * gawktexi.in: Switch git:// URLs to https:// URLs for Github.
+
 2022-12-11         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Auto-set): Document PROCINFO["pma"].
diff --git a/doc/gawk.info b/doc/gawk.info
index 6b9a4467..d7af1ee4 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -32438,7 +32438,7 @@ Unix 'awk'
      made his implementation of 'awk' freely available.  You can
      retrieve it from GitHub:
 
-          git clone git://github.com/onetrueawk/awk bwkawk
+          git clone https://github.com/onetrueawk/awk bwkawk
 
      This command creates a copy of the Git (https://git-scm.com)
      repository in a directory named 'bwkawk'.  If you omit the last
@@ -32457,7 +32457,7 @@ Unix 'awk'
 
      As a side note, Dan Bornstein has created a Git repository tracking
      all the versions of BWK 'awk' that he could find.  It's available
-     at <git://github.com/danfuzz/one-true-awk>.
+     at <https://github.com/danfuzz/one-true-awk>.
 
 'mawk'
      Michael Brennan wrote an independent implementation of 'awk',
@@ -32748,6 +32748,8 @@ the repository using:
 
      git clone https://git.savannah.gnu.org/r/gawk.git
 
+(Using the 'https' URL is considered to be more secure.)
+
    Once you have made changes, you can use 'git diff' to produce a
 patch, and send that to the 'gawk' maintainer; see *note Bugs::, for how
 to do that.
@@ -39843,37 +39845,37 @@ Node: Performance bugs1301836
 Node: Asking for help1304757
 Node: Maintainers1306724
 Node: Other Versions1307731
-Node: Installation summary1316310
-Node: Notes1317650
-Node: Compatibility Mode1318444
-Node: Additions1319226
-Node: Accessing The Source1320151
-Node: Adding Code1321588
-Node: New Ports1328403
-Node: Derived Files1332778
-Ref: Derived Files-Footnote-11338437
-Ref: Derived Files-Footnote-21338472
-Ref: Derived Files-Footnote-31339067
-Node: Future Extensions1339181
-Node: Implementation Limitations1339839
-Node: Extension Design1341049
-Node: Old Extension Problems1342193
-Ref: Old Extension Problems-Footnote-11343711
-Node: Extension New Mechanism Goals1343768
-Ref: Extension New Mechanism Goals-Footnote-11347132
-Node: Extension Other Design Decisions1347321
-Node: Extension Future Growth1349434
-Node: Notes summary1350040
-Node: Basic Concepts1351198
-Node: Basic High Level1351879
-Ref: figure-general-flow1352161
-Ref: figure-process-flow1352847
-Ref: Basic High Level-Footnote-11356149
-Node: Basic Data Typing1356334
-Node: Glossary1359662
-Node: Copying1391549
-Node: GNU Free Documentation License1429092
-Node: Index1454212
+Node: Installation summary1316314
+Node: Notes1317654
+Node: Compatibility Mode1318448
+Node: Additions1319230
+Node: Accessing The Source1320155
+Node: Adding Code1321650
+Node: New Ports1328465
+Node: Derived Files1332840
+Ref: Derived Files-Footnote-11338499
+Ref: Derived Files-Footnote-21338534
+Ref: Derived Files-Footnote-31339129
+Node: Future Extensions1339243
+Node: Implementation Limitations1339901
+Node: Extension Design1341111
+Node: Old Extension Problems1342255
+Ref: Old Extension Problems-Footnote-11343773
+Node: Extension New Mechanism Goals1343830
+Ref: Extension New Mechanism Goals-Footnote-11347194
+Node: Extension Other Design Decisions1347383
+Node: Extension Future Growth1349496
+Node: Notes summary1350102
+Node: Basic Concepts1351260
+Node: Basic High Level1351941
+Ref: figure-general-flow1352223
+Ref: figure-process-flow1352909
+Ref: Basic High Level-Footnote-11356211
+Node: Basic Data Typing1356396
+Node: Glossary1359724
+Node: Copying1391611
+Node: GNU Free Documentation License1429154
+Node: Index1454274
 
 End Tag Table
 
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 03328c1c..c359e8e9 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -44334,7 +44334,7 @@ You can retrieve it from GitHub:
 
 @cindex @command{git} utility
 @example
-git clone git://github.com/onetrueawk/awk bwkawk
+git clone https://github.com/onetrueawk/awk bwkawk
 @end example
 
 @noindent
@@ -44355,7 +44355,7 @@ for a list of extensions in this @command{awk} that are 
not in POSIX @command{aw
 
 As a side note, Dan Bornstein has created a Git repository tracking
 all the versions of BWK @command{awk} that he could find. It's
-available at @uref{git://github.com/danfuzz/one-true-awk}.
+available at @uref{https://github.com/danfuzz/one-true-awk}.
 
 @cindex Brennan, Michael
 @cindex @command{mawk} utility
@@ -44718,6 +44718,9 @@ can still access the repository using:
 git clone https://git.savannah.gnu.org/r/gawk.git
 @end example
 
+@noindent
+(Using the @code{https} URL is considered to be more secure.)
+
 Once you have made changes, you can use @samp{git diff} to produce a
 patch, and send that to the @command{gawk} maintainer; see @ref{Bugs},
 for how to do that.
diff --git a/doc/gawktexi.in b/doc/gawktexi.in
index 9823ac03..2c7e47fa 100644
--- a/doc/gawktexi.in
+++ b/doc/gawktexi.in
@@ -43149,7 +43149,7 @@ You can retrieve it from GitHub:
 
 @cindex @command{git} utility
 @example
-git clone git://github.com/onetrueawk/awk bwkawk
+git clone https://github.com/onetrueawk/awk bwkawk
 @end example
 
 @noindent
@@ -43170,7 +43170,7 @@ for a list of extensions in this @command{awk} that are 
not in POSIX @command{aw
 
 As a side note, Dan Bornstein has created a Git repository tracking
 all the versions of BWK @command{awk} that he could find. It's
-available at @uref{git://github.com/danfuzz/one-true-awk}.
+available at @uref{https://github.com/danfuzz/one-true-awk}.
 
 @cindex Brennan, Michael
 @cindex @command{mawk} utility
@@ -43533,6 +43533,9 @@ can still access the repository using:
 git clone https://git.savannah.gnu.org/r/gawk.git
 @end example
 
+@noindent
+(Using the @code{https} URL is considered to be more secure.)
+
 Once you have made changes, you can use @samp{git diff} to produce a
 patch, and send that to the @command{gawk} maintainer; see @ref{Bugs},
 for how to do that.

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

Summary of changes:
 README_d/ChangeLog     |  4 +++
 README_d/README.macosx | 12 +++++++++
 doc/ChangeLog          |  4 +++
 doc/gawk.info          | 68 ++++++++++++++++++++++++++------------------------
 doc/gawk.texi          |  7 ++++--
 doc/gawktexi.in        |  7 ++++--
 6 files changed, 65 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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