Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0200E1A923D for ; Sat, 31 Oct 2020 12:25:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8522A84D51; Sat, 31 Oct 2020 12:25:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0CEAA84D02 for ; Sat, 31 Oct 2020 12:25:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id z643O3LzNn-P for ; Sat, 31 Oct 2020 12:25:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7771584CE9 for ; Sat, 31 Oct 2020 12:25:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6FAB8FB28; Sat, 31 Oct 2020 12:25:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160414711274180" MIME-Version: 1.0 Date: Sat, 31 Oct 2020 12:25:12 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/lang/nqp To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20201031122512.6FAB8FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160414711274180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Oct 31 12:25:12 UTC 2020 Modified Files: pkgsrc/lang/nqp: Makefile distinfo Log Message: (lang/nqp) Updated 2020.08.02 to 2020.10 2020.10 6model: [fb992950] Add MVM_str_hash_iterator_target_deleted() for HASH_DEBUG_ITER Core: [df77d3cf] Simplify and optimize isprime_I [8852896d] A more complete fix for the hash max probe distance bug [a27c7882] Make lookup table in MVP_round_up_log_base2() based on uint8_t [0015fd05] Re-instate meaningful hash iterator debugging inside HASH_DEBUG_ITER [60070970] oops if MVM_fixed_size_alloc() is called for a size of 0 bytes Debug Server: [3c3a24bf] Fix two *printf size warnings reported on ILP32 platforms IO: [95d21703] Minor optimization of MVM_file_isexecutable on Windows [882dbf04] Add a function to fix up the STD IO handles Strings: [a989f7b5] char can be unsigned. Rewrite the "is it ASCII?" test to handle this too Tooling/Build: [dc50eddd] For the pthread_setname_np probe, use an auto char array instead of malloc [4f5787d3] Create a unicode.c with #include directives instead of generating it with cat To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/lang/nqp/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/nqp/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160414711274180 Content-Disposition: inline Content-Length: 1605 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/nqp/Makefile diff -u pkgsrc/lang/nqp/Makefile:1.26 pkgsrc/lang/nqp/Makefile:1.27 --- pkgsrc/lang/nqp/Makefile:1.26 Sun Sep 13 14:28:35 2020 +++ pkgsrc/lang/nqp/Makefile Sat Oct 31 12:25:12 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2020/09/13 14:28:35 mef Exp $ +# $NetBSD: Makefile,v 1.27 2020/10/31 12:25:12 mef Exp $ -DISTNAME= nqp-2020.08.2 +DISTNAME= nqp-2020.10 CATEGORIES= lang perl6 #MASTER_SITES= ${MASTER_SITE_GITHUB:=perl6/} MASTER_SITES= https://github.com/perl6/nqp/releases/download/${PKGVERSION_NOREV}/ Index: pkgsrc/lang/nqp/distinfo diff -u pkgsrc/lang/nqp/distinfo:1.9 pkgsrc/lang/nqp/distinfo:1.10 --- pkgsrc/lang/nqp/distinfo:1.9 Sun Sep 13 14:28:35 2020 +++ pkgsrc/lang/nqp/distinfo Sat Oct 31 12:25:12 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/09/13 14:28:35 mef Exp $ +$NetBSD: distinfo,v 1.10 2020/10/31 12:25:12 mef Exp $ -SHA1 (nqp-2020.08.2.tar.gz) = fdb8bcdb7497d8b9584961f68380b02d5729621e -RMD160 (nqp-2020.08.2.tar.gz) = 06aa7fa20bec76ba2c6295ebbdacc2ec19347a01 -SHA512 (nqp-2020.08.2.tar.gz) = 2fb222ea74903e62c83cab5e7bca8ca73dc7570d641a89df71552ebb68a1298673c3db550ea512ddc9fde345bb8ceb1566fa196e080e1e66aa5ff4a2650c1335 -Size (nqp-2020.08.2.tar.gz) = 3952493 bytes +SHA1 (nqp-2020.10.tar.gz) = 3d3f6b1ebd410c1ce3c5f0a65197a0eaa069d000 +RMD160 (nqp-2020.10.tar.gz) = fef7a499c6958d79eefba23c6d01f226afd541b4 +SHA512 (nqp-2020.10.tar.gz) = 279715fa0b2012852cc31b9e7898092510a1ba76005576a3ffe38f9dc8e9c002a4161be8f0b66e38c501e656a8124a320dbf2c90c89f53e57d0950e1baa1ea2b +Size (nqp-2020.10.tar.gz) = 3954398 bytes --_----------=_160414711274180--