SHA256
1
0
forked from pool/gawk

Accepting request 1037573 from home:Andreas_Schwab:Factory

- Update to gawk 5.2.1
  * Issues related to the sign of NaN and Inf values on RiscV have
    been fixed
  * A few issues with the debugger have been fixed.
  * More subtle issues with untyped array elements being passed to
    functions have been fixed.
  * The rwarray extension's readall() function has had some bugs fixed.
  * The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on
    S/390x.
- double-free.patch, pma.patch, nan-sign.patch: Removed

OBS-URL: https://build.opensuse.org/request/show/1037573
OBS-URL: https://build.opensuse.org/package/show/Base:System/gawk?expand=0&rev=94
This commit is contained in:
2022-11-23 13:32:48 +00:00
committed by Git OBS Bridge
parent 687b58aa8b
commit ebff2d7486
9 changed files with 29 additions and 152 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 23 09:15:25 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Update to gawk 5.2.1
* Issues related to the sign of NaN and Inf values on RiscV have
been fixed
* A few issues with the debugger have been fixed.
* More subtle issues with untyped array elements being passed to
functions have been fixed.
* The rwarray extension's readall() function has had some bugs fixed.
* The PMA allocator is now supported on FreeBSD, OpenBSD and Linux on
S/390x.
- double-free.patch, pma.patch, nan-sign.patch: Removed
-------------------------------------------------------------------
Sat Sep 24 08:40:01 UTC 2022 - Andreas Schwab <schwab@suse.de>