Skip to content

Commit

Permalink
mawk: update to 20200120
Browse files Browse the repository at this point in the history
20200120
	+ resync with my-autoconf.
	+ fix typos found with codespell.
	+ when reading input in interactive mode, provide for extending the
	  buffer size for very long lines (Original-Mawk #59).

20200106
	+ correct line-number shown in too-many-arguments error message for
	  the case where the function is a forward reference (report by
	  "mukti").
	+ fix install for manpage when configure --srcdir option is used
	  (report by Rajeev V Pillai).
	+ use both CFLAGS/LDFLAGS when linking in makefile (report by
	  Rajeev V Pillai).
	+ fix clang-9 warning in bi_funct.c (report by Rajeev V Pillai).
	+ minor improvement to gcc warning options, from vile

20191231
	+ updated configure macros
	+ update config.guess and config.sub

20190203
	+ improve manpage formatting, e.g., for man2html
	+ improve debug-traces

20190129
	+ eliminate non-portable tdestroy() from zmalloc no-leaks code.
	+ updated configure macros
	+ update config.guess and config.sub

20181114
	+ revert a change for memory-leaks which made the forced-exit via a
	  user function inconsistent with earlier versions (report by Sihera
	  Andre).
	+ amend a change for memory-leaks to avoid a double-free (Original-Mawk
	  #56).
  • Loading branch information
dhgutteridge committed Mar 2, 2021
1 parent 21a5673 commit afc41b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lang/mawk/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.33 2019/06/22 11:37:13 nia Exp $
# $NetBSD: Makefile,v 1.34 2021/03/02 02:53:40 gutteridge Exp $

DISTNAME= mawk-1.3.4-20171017
DISTNAME= mawk-1.3.4-20200120
PKGNAME= ${DISTNAME:S/-20/.20/}
CATEGORIES= lang
MASTER_SITES= ftp://ftp.invisible-island.net/mawk/
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.19 2019/02/15 19:51:43 wiz Exp $
$NetBSD: distinfo,v 1.20 2021/03/02 02:53:40 gutteridge Exp $

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
SHA1 (mawk-1.3.4-20200120.tgz) = 502ce0f90a0379d248b3c6c8fb67bed88061306e
RMD160 (mawk-1.3.4-20200120.tgz) = 4b845606dae6ae259f507f9ad3f08d02c4f48586
SHA512 (mawk-1.3.4-20200120.tgz) = 14d9a6642ce931bf6457d248fc2d6da4f0ea7541976ca282ea708b26df048f86fdf92c27f72d497501ccd43a244d1d1a606f1a2f266a7558306fea35dcc3041b
Size (mawk-1.3.4-20200120.tgz) = 468855 bytes

0 comments on commit afc41b9

Please sign in to comment.