Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

The meek shall inherit the earth; the rest of us will go to the stars.


devel / comp.lang.awk / Beta release of gawk 5.1.1

SubjectAuthor
* Beta release of gawk 5.1.1Arnold Robbins
+- Re: Beta release of gawk 5.1.1m b
`* Re: Beta release of gawk 5.1.1J Naman
 `- Re: Beta release of gawk 5.1.1J Naman

1
Beta release of gawk 5.1.1

<si730s$vbl$1@gioia.aioe.org>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=902&group=comp.lang.awk#902

  copy link   Newsgroups: comp.lang.awk
Path: i2pn2.org!i2pn.org!aioe.org!W0lEM7RDEdtPdPYuJk3NRA.user.46.165.242.75.POSTED!not-for-mail
From: arnold@skeeve.com (Arnold Robbins)
Newsgroups: comp.lang.awk
Subject: Beta release of gawk 5.1.1
Date: Sun, 19 Sep 2021 10:22:21 -0000 (UTC)
Organization: Aioe.org NNTP Server
Message-ID: <si730s$vbl$1@gioia.aioe.org>
Injection-Info: gioia.aioe.org; logging-data="32117"; posting-host="W0lEM7RDEdtPdPYuJk3NRA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
X-Newsreader: trn 4.0-test77 (Sep 1, 2010)
X-Notice: Filtered by postfilter v. 0.9.2
Originator: arnold@skeeve.com (Arnold Robbins)
 by: Arnold Robbins - Sun, 19 Sep 2021 10:22 UTC

This note is to announce the BETA release of GNU Awk 5.1.1.

It is available from:

http://www.skeeve.com/gawk/gawk-5.1.1f.tar.gz

This is a bug fix release.

The important part of the NEWS file is below.

As far as I can tell, the documentation and code have both hit the
freeze point.

So, why do a beta release? So that you, yes you, the end user, can see
if anything I've done breaks gawk for you. Then you can TELL ME ABOUT
IT so that I can fix it for the final release.

Thanks,

Arnold Robbins
arnold@skeeve.com
---------------------------------------------
Copyright (C) 2019, 2020, 2021 Free Software Foundation, Inc.

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.

Changes from 5.1.0 to 5.1.1
---------------------------

1. Infrastructure upgrades: Bison 3.8, Gettext 0.20.2, Automake 1.16.4,
and (will wonders never cease) Autoconf 2.71.

2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
second destination array is supplied. Similarly, using either array as
the second argument is now a fatal error. Additionally, using either
array as the destination for split(), match(), etc. also causes a
fatal error.

3. The new -I/--trace option prints a trace of the byte codes as they
are executed.

4. A number of subtle bugs relating to MPFR mode that caused differences
between regular operation and MPFR mode have been fixed.

5. The API now handles MPFR/GMP values slightly differently, requiring
different memory management for those values. See the manual for the
details if you have an extension using those values. As a result,
the minor version was incremented.

6. $0 and the fields are now cleared before starting a BEGINFILE rule.

7. The duplication of m4 and build-aux directories between the main
directory and the extension directory has been removed. This
simplifies the distribution.

8. The test suite has been improved, making it easier to run the entire
suite with -M. Use `GAWK_TEST_ARGS=-M make check' to do so.

9. Profiling and pretty-printing output has been modified slightly so
that functions are presented in a reasonable order with respect
to the namespaces that contain them.

10. Several example programs in the manual have been updated to their
modern POSIX equivalents.

11. Handling of Infinity and NaN values has been improved.

12. There has been a general tightening up of the use of const and
of types.

13. The "no effect" lint warnings have been fixed up and now behave
more sanely.

14. The manual has been updated with much more information about what is
and is not a bug, and the changes in the gawk mailing lists.

15. Similar to item #4 above, division by zero is now fatal in MPFR
mode, as it is in regular mode.

16. There have been numerous minor code cleanups and bug fixes. See the
ChangeLog for details.
--
Aharon (Arnold) Robbins arnold AT skeeve DOT com

Re: Beta release of gawk 5.1.1

<c350b6a1-f74d-45bb-8ddd-2fc04975640en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=903&group=comp.lang.awk#903

  copy link   Newsgroups: comp.lang.awk
X-Received: by 2002:ad4:4689:: with SMTP id bq9mr22965414qvb.48.1632103308583;
Sun, 19 Sep 2021 19:01:48 -0700 (PDT)
X-Received: by 2002:a25:9001:: with SMTP id s1mr27829219ybl.191.1632103308443;
Sun, 19 Sep 2021 19:01:48 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.awk
Date: Sun, 19 Sep 2021 19:01:48 -0700 (PDT)
In-Reply-To: <si730s$vbl$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=67.86.72.69; posting-account=jPktRAoAAACgggcXvB_XFvQ59_bGHopW
NNTP-Posting-Host: 67.86.72.69
References: <si730s$vbl$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <c350b6a1-f74d-45bb-8ddd-2fc04975640en@googlegroups.com>
Subject: Re: Beta release of gawk 5.1.1
From: mbsans1@gmail.com (m b)
Injection-Date: Mon, 20 Sep 2021 02:01:48 +0000
Content-Type: text/plain; charset="UTF-8"
 by: m b - Mon, 20 Sep 2021 02:01 UTC

On Sunday, September 19, 2021 at 6:22:24 AM UTC-4, Arnold Robbins wrote:
> This note is to announce the BETA release of GNU Awk 5.1.1.
>
> It is available from:
>
> http://www.skeeve.com/gawk/gawk-5.1.1f.tar.gz
>
> This is a bug fix release.
>
> The important part of the NEWS file is below.
>
> As far as I can tell, the documentation and code have both hit the
> freeze point.
>
> So, why do a beta release? So that you, yes you, the end user, can see
> if anything I've done breaks gawk for you. Then you can TELL ME ABOUT
> IT so that I can fix it for the final release.
>
> Thanks,
>
> Arnold Robbins
> arn...@skeeve.com
> ---------------------------------------------
> Copyright (C) 2019, 2020, 2021 Free Software Foundation, Inc.
>
> Copying and distribution of this file, with or without modification,
> are permitted in any medium without royalty provided the copyright
> notice and this notice are preserved.
>
> Changes from 5.1.0 to 5.1.1
> ---------------------------
>
> 1. Infrastructure upgrades: Bison 3.8, Gettext 0.20.2, Automake 1.16.4,
> and (will wonders never cease) Autoconf 2.71.
>
> 2. asort and asorti now allow FUNCTAB and SYMTAB as the first argument if a
> second destination array is supplied. Similarly, using either array as
> the second argument is now a fatal error. Additionally, using either
> array as the destination for split(), match(), etc. also causes a
> fatal error.
>
> 3. The new -I/--trace option prints a trace of the byte codes as they
> are executed.
>
> 4. A number of subtle bugs relating to MPFR mode that caused differences
> between regular operation and MPFR mode have been fixed.
>
> 5. The API now handles MPFR/GMP values slightly differently, requiring
> different memory management for those values. See the manual for the
> details if you have an extension using those values. As a result,
> the minor version was incremented.
>
> 6. $0 and the fields are now cleared before starting a BEGINFILE rule.
>
> 7. The duplication of m4 and build-aux directories between the main
> directory and the extension directory has been removed. This
> simplifies the distribution.
>
> 8. The test suite has been improved, making it easier to run the entire
> suite with -M. Use `GAWK_TEST_ARGS=-M make check' to do so.
>
> 9. Profiling and pretty-printing output has been modified slightly so
> that functions are presented in a reasonable order with respect
> to the namespaces that contain them.
>
> 10. Several example programs in the manual have been updated to their
> modern POSIX equivalents.
>
> 11. Handling of Infinity and NaN values has been improved.
>
> 12. There has been a general tightening up of the use of const and
> of types.
>
> 13. The "no effect" lint warnings have been fixed up and now behave
> more sanely.
>
> 14. The manual has been updated with much more information about what is
> and is not a bug, and the changes in the gawk mailing lists.
>
> 15. Similar to item #4 above, division by zero is now fatal in MPFR
> mode, as it is in regular mode.
>
> 16. There have been numerous minor code cleanups and bug fixes. See the
> ChangeLog for details.
> --
> Aharon (Arnold) Robbins arnold AT skeeve DOT com

Thanks Arnold and the team for your continuous work with gawk! As it being my preferred tool, I appreciate the regular updates, upgrades and the new great features of gawk!

Re: Beta release of gawk 5.1.1

<8310933b-faa0-47d9-a5b1-bc40546cb2bdn@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=904&group=comp.lang.awk#904

  copy link   Newsgroups: comp.lang.awk
X-Received: by 2002:a0c:f3c6:: with SMTP id f6mr7130522qvm.33.1632116673351;
Sun, 19 Sep 2021 22:44:33 -0700 (PDT)
X-Received: by 2002:a5b:603:: with SMTP id d3mr29373708ybq.421.1632116673034;
Sun, 19 Sep 2021 22:44:33 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.awk
Date: Sun, 19 Sep 2021 22:44:32 -0700 (PDT)
In-Reply-To: <si730s$vbl$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=96.255.232.150; posting-account=BcR7vAoAAABY9YgIIYIhD68t7wwjMvJW
NNTP-Posting-Host: 96.255.232.150
References: <si730s$vbl$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8310933b-faa0-47d9-a5b1-bc40546cb2bdn@googlegroups.com>
Subject: Re: Beta release of gawk 5.1.1
From: jnaman2@gmail.com (J Naman)
Injection-Date: Mon, 20 Sep 2021 05:44:33 +0000
Content-Type: text/plain; charset="UTF-8"
Lines: 5
 by: J Naman - Mon, 20 Sep 2021 05:44 UTC

On Sunday, 19 September 2021 at 06:22:24 UTC-4, Arnold Robbins wrote:
> This note is to announce the BETA release of GNU Awk 5.1.1.
> --
> Aharon (Arnold) Robbins arnold AT skeeve DOT com

Many thanks to A.R. and entire Gawk development team!

Re: Beta release of gawk 5.1.1

<ae099f51-92b2-4a1e-87af-2f70beccaa08n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=923&group=comp.lang.awk#923

  copy link   Newsgroups: comp.lang.awk
X-Received: by 2002:a05:620a:444d:: with SMTP id w13mr8671229qkp.315.1632458363803;
Thu, 23 Sep 2021 21:39:23 -0700 (PDT)
X-Received: by 2002:a25:7396:: with SMTP id o144mr319759ybc.452.1632458363422;
Thu, 23 Sep 2021 21:39:23 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.awk
Date: Thu, 23 Sep 2021 21:39:23 -0700 (PDT)
In-Reply-To: <8310933b-faa0-47d9-a5b1-bc40546cb2bdn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=96.255.232.150; posting-account=BcR7vAoAAABY9YgIIYIhD68t7wwjMvJW
NNTP-Posting-Host: 96.255.232.150
References: <si730s$vbl$1@gioia.aioe.org> <8310933b-faa0-47d9-a5b1-bc40546cb2bdn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ae099f51-92b2-4a1e-87af-2f70beccaa08n@googlegroups.com>
Subject: Re: Beta release of gawk 5.1.1
From: jnaman2@gmail.com (J Naman)
Injection-Date: Fri, 24 Sep 2021 04:39:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 18
 by: J Naman - Fri, 24 Sep 2021 04:39 UTC

On Monday, 20 September 2021 at 01:44:34 UTC-4, J Naman wrote:
> On Sunday, 19 September 2021 at 06:22:24 UTC-4, Arnold Robbins wrote:
> > This note is to announce the BETA release of GNU Awk 5.1.1.
> > --
> > Aharon (Arnold) Robbins arnold AT skeeve DOT com

If anyone cares, I built and now run Gawk5.1.1f on Windows 10 x86_64-bit, which, for me, is a step up from the 32-bit Windows32 ports (which I use on 5 PCs locally). Gawk5.1.1f was built and used 'out of the box' on Windows WSL2 DISTRO_NAME='Ubuntu-20.04'. I love being able to invoke Ubuntu commands and tools from Win10 and vice versa. Most of my text data lives on the Windows file system. Note: this isn't a cross-compile, it is a Ubuntu build.
There are some requirements that older, smaller systems might not meet. WSL requires virtualization be turned on in BIOS/UEFI, recent CPU, latest version of Win 10, etc.

The Cygwin 64-bit version also was "built and used 'out of the box'", as described in the User’s Guide for GNU Awk. It works well, but is more difficult (for me) to easily deal with the Win & Cygwin file systems.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor