pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nqp (lang/nqp) Updated 2020.08.02 to 2020.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/839f5e3c92b3
branches:  trunk
changeset: 441275:839f5e3c92b3
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 31 12:25:12 2020 +0000

description:
(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

diffstat:

 lang/nqp/Makefile |   4 ++--
 lang/nqp/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 59cee909ab11 -r 839f5e3c92b3 lang/nqp/Makefile
--- a/lang/nqp/Makefile Sat Oct 31 12:21:01 2020 +0000
+++ b/lang/nqp/Makefile Sat Oct 31 12:25:12 2020 +0000
@@ -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}/
diff -r 59cee909ab11 -r 839f5e3c92b3 lang/nqp/distinfo
--- a/lang/nqp/distinfo Sat Oct 31 12:21:01 2020 +0000
+++ b/lang/nqp/distinfo Sat Oct 31 12:25:12 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index