aboutsummaryrefslogtreecommitdiff
path: root/utils/gawk
Commit message (Collapse)AuthorAge
* gawk: update to 5.3.0krant2024-02-11
| | | | Signed-off-by: krant <aleksey.vasilenko@gmail.com>
* gawk: disable mpfr detectionTianling Shen2023-06-06
| | | | | | | | | | | | | Disable mpfr detection to fix a build error due to (unncessary) missing dependency: ``` Package gawk is missing dependencies for the following libraries: libgmp.so.10 libmpfr.so.6 ``` Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* gawk: update to version 5.2.1Daniel Golle2022-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* gawk: update to version 5.2.0Daniel Golle2022-10-07
| | | | | | | For changes see ChangeLog file[1]. [1]: https://git.savannah.gnu.org/cgit/gawk.git/plain/ChangeLog?h=gawk-5.2.0 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gawk: update to version 5.1.1Daniel Golle2021-11-15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gawk: update to version 5.1.0Daniel Golle2020-06-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gawk: Update to 5.0.1Rosen Penev2019-10-31
| | | | | | | | Fixed license information. Small Makefile rearangements for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* gawk: update to version 5.0.0Daniel Golle2019-05-10
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gawk: Update to 4.2.1Rosen Penev2018-06-09
| | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* utils/gawk: Fix packageDaniel Engberg2017-12-12
| | | | | | | Remove igawk references as it's obsolete and not provided anymore. Reported here: https://github.com/openwrt/packages/issues/5110 Fix package URL Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* gawk: update to version 4.2.0Daniel Golle2017-11-07
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* gawk: add GNU awk packageDaniel Golle2017-07-05
Coexists peacefully with busybox' awk. Signed-off-by: Daniel Golle <daniel@makrotopia.org>