Skip to content

Commit

Permalink
20171017
Browse files Browse the repository at this point in the history
	+ add Debian compile/link flags to test-package.
	+ cleanup spurious warnings from latest gcc.
	+ changes for Original-Mawk #48:
	  + add checks for stack overflow and underflow
	  + increase stack limit to 1024
	+ updated configure macros
	+ update config.guess and config.sub

20161120
	+ add runtime check for assignments to OFMT and CONVFMT to ensure
	  they use a single parameter (Original-Mawk #47).
	+ repair build for --with-valgrind, broken in 20160930 const-fixes.

20161107
	+ correct sign-extension from 20160615 change to rand() (report by
	  Christian Neukirchen).

20160930
	+ optimize closes on regular expressions to filter out redundant
	  wildcards, fixing a special case leftover by changes in 20100224
	  (Original-Mawk #34).
	+ add regular-expressions to the -Wdump option when using mawk's
	  built-in regular expressions.
	+ fix a sign-extension in character-class parser (Original-Mawk #46).
	+ minor optimizations.
	+ improve use of const in tables.

20160927
	+ allow single-quote as a flag in printf, to complete the change
	  for LC_NUMERIC in 20121129 (report by Graham Monteith).
	+ revert one of the fixes made for a Coverity warning about loss of
	  precision in 20121209, which unnecessarily exposed a different
	  problem (Original-Mawk #45).

20160918
	+ simplify "system()" function by calling C "system()" function, and
	  use POSIX macros for wait-status to provide a less-ambiguous return
	  value (suggested by Aharon Robbins).
	+ add a null-pointer check in bi_mktime (patch by Ismael Luceno).

20160905
	+ escape '/' in range for test/reg4.awk to allow test-comparison with
	  gawk and BWK.
	+ updated configure macros, e.g., for compiler warnings and static
	  analysis:
	  + CF_CC_ENV_FLAGS
	  + CF_GNU_SOURCE
	  + CF_PROG_LINT
	  + CF_RAND
	  + CF_XOPEN_SOURCE
	+ minor build-fix for HPUX 11.11 "make", which is confused by the
	  recursive use of "make" in clean/distclean rules.
	+ amend fix for Gentoo #424137 to eliminate a memory leak when opening
	  files (Original-Mawk #44).
	+ update config.guess and config.sub

20160615
	+ correct range when using system rand() function, which was 0..2
	  rather than 0..1 on BSD systems (report/patch by Masaki Waga).

20160313
	+ correct order of checks for machine state in REtest which caused an
	  out-of-bounds reference (Original-Mawk #36).

20160226
	+ update COPYING from
	  https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
	  (Original-Mawk #38).
	+ minor updates to configure script macros
	+ update config.guess and config.sub
  • Loading branch information
wiz committed Feb 15, 2019
1 parent 882c917 commit ff8c944
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions lang/mawk/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.31 2016/02/25 14:42:56 jperkin Exp $
# $NetBSD: Makefile,v 1.32 2019/02/15 19:51:43 wiz Exp $

DISTNAME= mawk-1.3.4-20150503
DISTNAME= mawk-1.3.4-20171017
PKGNAME= ${DISTNAME:S/-20/.20/}
CATEGORIES= lang
MASTER_SITES= ftp://invisible-island.net/mawk/
MASTER_SITES= ftp://ftp.invisible-island.net/mawk/
EXTRACT_SUFX= .tgz

MAINTAINER= cheusov@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions lang/mawk/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.18 2015/11/03 22:50:38 agc Exp $
$NetBSD: distinfo,v 1.19 2019/02/15 19:51:43 wiz Exp $

SHA1 (mawk-1.3.4-20150503.tgz) = a59374ef412c0b04322b5e4a74303375d46fe7a8
RMD160 (mawk-1.3.4-20150503.tgz) = 30843d6f84b04403c48f64fe0fddcd6c74131d32
SHA512 (mawk-1.3.4-20150503.tgz) = ac9dde6948328d8db94458448abdf7389f8862ae6093315dd19ed9d1cbeab60fca1fc7b084cda4ce09505010f7108612585e3c4ba9663ddf3adb869bf1d9d7b6
Size (mawk-1.3.4-20150503.tgz) = 468794 bytes
SHA1 (mawk-1.3.4-20171017.tgz) = 06bae1055464c86c6f679a28e61626ed80f579c4
RMD160 (mawk-1.3.4-20171017.tgz) = 1c2d5dbcf0f3e69177c3039d6b702d9725040462
SHA512 (mawk-1.3.4-20171017.tgz) = 4ed6ca0ecca12e7409d3d364b72dc6a2b411c61bf53fe8aa0b0cac65a3bdb941921c0b81d94f34c8ac9f4922c8c7566d347b5e6b5c74518ae3a88904f9e20f27
Size (mawk-1.3.4-20171017.tgz) = 460819 bytes

0 comments on commit ff8c944

Please sign in to comment.