pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/nqp
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.
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
Home |
Main Index |
Thread Index |
Old Index