info-gnu
[Top][All Lists]
Advanced

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

Gawk 5.2.2 released!


From: Aharon Robbins
Subject: Gawk 5.2.2 released!
Date: Sun, 14 May 2023 19:53:53 +0300
User-agent: Heirloom mailx 12.5 6/20/10

Greetings all.

This note announces the next release of GNU Awk: version 5.2.2.

The following files may be retrieved via HTTPS from
https://ftp.gnu.org/gnu/gawk:

-rw-r--r-- 1 arnold arnold  708232 May 11 17:33 gawk-5.2.1-5.2.2.diff.gz
-rw-rw-r-- 1 arnold arnold 6648714 May  7 21:37 gawk-5.2.2.tar.gz
-rw-rw-r-- 1 arnold arnold 3272115 May  7 21:37 gawk-5.2.2.tar.lz
-rw-rw-r-- 1 arnold arnold 3402872 May  7 21:37 gawk-5.2.2.tar.xz

This is a bug-fix release.  The relevant part of the NEWS file is appended
below. A diff file from the previous release (which should be applied
by running it through /bin/sh) is included.

The online manuals have also been updated.

The usual GNU build incantation should be used:

        tar -xpvzf gawk-5.2.2.tar.gz
        cd gawk-5.2.2
        ./configure && make && make check

Please use the buggawk script to report bugs. If it doesn't
work for you, then send email to bug-gawk@gnu.org.

NOTE that the manual's instructions for sending bug reports were
updated for the 5.2.0 release. Please review them carefully before
submitting a report!

ONLY bug reports should be submitted to the bug-gawk list. All other
questions should use the relatively new help-gawk@gnu.org mailing list.

Enjoy!

Arnold Robbins (on behalf of all the gawk developers)
arnold@skeeve.com
------------------------------------------------------------
   Copyright (C) 2019, 2020, 2021, 2022, 2023 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.2.1 to 5.2.2
---------------------------

1. Infrastructure upgrades: makeinfo 7.0.1 must be used to format
   the manual.  As a result, the manual can also now be formatted
   with LaTeX by running it through `makeinfo --latex'.

2. Gawk no longer builds an x86_64 executable on M1 macOS systems.
   This means that PMA is unavailable on those systems.

3. Gawk will now diagnose if a heap file was created with a different
   setting of -M/--bignum than in the current invocation and exit with
   a fatal message if so.

4. Gawk no longer "leaks" its free list of NODEs in the heap file, resulting
   in much more efficient usage of persistent storage.

5. PROCINFO["pma"] exists if the PMA allocator is compiled into gawk.
   Its value is the PMA version.

6. The time extension is no longer deprecated. The strptime() function
   from gawkextlib's timex extension has been added to it.

7. Better information is passed to input parsers for when they want to
   decide whether or not to take control of a file. In particular, the
   readdir extension is simplified for Windows because of this.

8. The various PNG files are now installed for Info and HTML. The
   images files now have gawk_ prefixed names to avoid any conflicts
   with other installed PNG file names.

9. As usual, there have been several minor code cleanups and bug fixes.
   See the ChangeLog for details.



reply via email to

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