gawk: update to version 5.2.1
authorDaniel Golle <daniel@makrotopia.org>
Mon, 19 Dec 2022 21:39:38 +0000 (21:39 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 20 Dec 2022 01:44:21 +0000 (01:44 +0000)
commitcd62b2332b5d3c891afe950c6c6db5c32334121d
tree372b56b5ceaba48fe45a2ab7d6318c51be9f00a7
parent3e01bcde1e673bb0badce50b9fff640e00fd5ec3
gawk: update to version 5.2.1

Changes from 5.2.0 to 5.2.1
---------------------------

1. Infrastructure upgrades: PMA version Avon 8.

2. Issues related to the sign of NaN and Inf values on RiscV have
   been fixed; gawk now gives identical results on that platform as
   it does on others.

3. A few issues with the debugger have been fixed.

4. More subtle issues with untyped array elements being passed to
   functions have been fixed.

5. The rwarray extension's readall() function has had some bugs fixed.

6. The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on S/390x.
   Is is now supported also on both Intel and M1 macOS systems.

7. There have been several minor code cleanups and bug fixes. See the
   ChangeLog for details.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
utils/gawk/Makefile