summaryrefslogtreecommitdiff
path: root/lang/mawk
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-05-13 01:47:57 +0000
committerwen <wen@pkgsrc.org>2013-05-13 01:47:57 +0000
commitb98cd340665e5c1000b05baef672bb6a0ae7ef74 (patch)
tree9e449c9f3d3e922ebbded0499e4e92ad1e741197 /lang/mawk
parentf4fb95f5a2e974d96d50bd19bc9d6f69a45b6a30 (diff)
downloadpkgsrc-b98cd340665e5c1000b05baef672bb6a0ae7ef74.tar.gz
Update to 1.3.4.20130219
Upstream changes: 20130219 + modify missing-operand check in rexp.c to allow the case of empty "()", matching behavior of gawk and BWK (report by Arkadiusz Miskiewicz). + revert in-progress change to gsub retain ifdef'd for additional development since it did not handle array as the second parameter (report by Arkadiusz Miskiewicz). 20121209 + build-fix for cygwin in matherr.c, which declares a different type for _LIB_VERSION + add missing "-f" option in examples/gdecl.awk + fix a regression in fflush, ensuring that it returns an error if the argument does not match any output filename (report by Nathan Weeks). + modify wording of configure --help message to make it clear that the default for --with-builtin-regex uses the builtin regular expression engine of mawk. + fix issues reported by Coverity scan. Most of these were minor, and were addressed by modifying the source to allow Coverity to improve its analysis of the code. + amend support for LC_NUMERIC by translating period to the local decimal separator as needed to work with strtod() which is used to validate decimal constants when scanning source files. This fixes an infinite loop with mawk 'BEGIN { print 1.0 }' (report by Jan Psota). + regenerate man/mawk.doc, overlooked in previous updates.
Diffstat (limited to 'lang/mawk')
-rw-r--r--lang/mawk/Makefile4
-rw-r--r--lang/mawk/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/mawk/Makefile b/lang/mawk/Makefile
index 3f4dcba1478..84ad818e19d 100644
--- a/lang/mawk/Makefile
+++ b/lang/mawk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2012/12/02 10:28:41 cheusov Exp $
+# $NetBSD: Makefile,v 1.28 2013/05/13 01:47:57 wen Exp $
#
-DISTNAME= mawk-1.3.4-20121129
+DISTNAME= mawk-1.3.4-20130219
PKGNAME= ${DISTNAME:S/-20/.20/}
CATEGORIES= lang
MASTER_SITES= ftp://invisible-island.net/mawk/
diff --git a/lang/mawk/distinfo b/lang/mawk/distinfo
index 7413571a3d9..f301d109ec3 100644
--- a/lang/mawk/distinfo
+++ b/lang/mawk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2012/12/02 10:28:41 cheusov Exp $
+$NetBSD: distinfo,v 1.15 2013/05/13 01:47:57 wen Exp $
-SHA1 (mawk-1.3.4-20121129.tgz) = 3c03ae4d24861a09bce527513d59e9011496d462
-RMD160 (mawk-1.3.4-20121129.tgz) = c43474bf01057b8ba17cd3bd4caafd16be56b25b
-Size (mawk-1.3.4-20121129.tgz) = 351557 bytes
+SHA1 (mawk-1.3.4-20130219.tgz) = 8d972199614a1bbe42c5508fdaa9ff764130d8b1
+RMD160 (mawk-1.3.4-20130219.tgz) = 7a35327d50bdd923a04b48eb00830eaf2b8d9f3d
+Size (mawk-1.3.4-20130219.tgz) = 354004 bytes