diff options
author | mef <mef@pkgsrc.org> | 2020-10-31 12:20:45 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-10-31 12:20:45 +0000 |
commit | 41204183cfdc9bf5ca250be8edf7959024cec4de (patch) | |
tree | e8d39dc4a1512d5714683ee8e798b56bb98d903e /devel/MoarVM | |
parent | 887e3a738d0e6bc9bb91171b7377fc9ea298db32 (diff) | |
download | pkgsrc-41204183cfdc9bf5ca250be8edf7959024cec4de.tar.gz |
(devel/MoarVM) Updated 2020.09 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 (limited to 'devel/MoarVM')
-rw-r--r-- | devel/MoarVM/Makefile | 4 | ||||
-rw-r--r-- | devel/MoarVM/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/MoarVM/Makefile b/devel/MoarVM/Makefile index 2effd0b956d..c627af877bf 100644 --- a/devel/MoarVM/Makefile +++ b/devel/MoarVM/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2020/10/03 14:05:15 mef Exp $ +# $NetBSD: Makefile,v 1.22 2020/10/31 12:20:45 mef Exp $ -DISTNAME= MoarVM-2020.09 +DISTNAME= MoarVM-2020.10 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ diff --git a/devel/MoarVM/distinfo b/devel/MoarVM/distinfo index 83f865dd2dc..caf5cc81f41 100644 --- a/devel/MoarVM/distinfo +++ b/devel/MoarVM/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2020/10/03 14:05:15 mef Exp $ +$NetBSD: distinfo,v 1.13 2020/10/31 12:20:45 mef Exp $ -SHA1 (MoarVM-2020.09.tar.gz) = 7eda245bf9325fb011039059b4b303046a6399ea -RMD160 (MoarVM-2020.09.tar.gz) = 42f478efe0b12d2bc0a4f9c6eefcbfac162cef37 -SHA512 (MoarVM-2020.09.tar.gz) = 3859e96e6861dc7bf3f64708db33bb9a761b7a7bc3a05655424d6c27010cf6f01e73066e26bff7256f58ed4044f9aee2f186c886a419c3d6aff23f75102f6c48 -Size (MoarVM-2020.09.tar.gz) = 5361349 bytes +SHA1 (MoarVM-2020.10.tar.gz) = 7b2d26697f79970653c34a08dcb49d484a0fbfa0 +RMD160 (MoarVM-2020.10.tar.gz) = beaed2096cafa8e1953d4c0dafeb45d92a961db3 +SHA512 (MoarVM-2020.10.tar.gz) = 5251d564909313ca7a660d462370e899d415cbd0b493da189abde952d80992c3e04525b2d8ae5066c9c4ea2c99860e38f9a8beaee4ea0d53d9b32973104fa7d3 +Size (MoarVM-2020.10.tar.gz) = 5362845 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf |