diff options
author | mef <mef@pkgsrc.org> | 2022-12-05 15:39:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2022-12-05 15:39:08 +0000 |
commit | 962bb1d041a8a5277c7edb4920231a6199c9b018 (patch) | |
tree | b471947d5b873aee79806c2b44204a87ca7b1007 /devel/MoarVM | |
parent | 94c380f8711df3406fc7bdf71a3a77d67426c289 (diff) | |
download | pkgsrc-962bb1d041a8a5277c7edb4920231a6199c9b018.tar.gz |
(devel/MoarVM) Updated 2022.06 to 2022.12
New in 2022.12
Core:
+ Protect the two property code lookup hashes being set up with a mutex
[9bc1beed]
+ Add fallback resolver [43e60db9][a6fbcf6b][35064bf9][c89c3ec8][5d0f92c6]
+ Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
[976c1168]
+ Add unsigned comparison ops (eq, ne, (l|g)(e|t)) [c77dc1d4]
+ Add chown op [c69534c6][a1cbb9c4]
+ Reset errno to error of latest call to mkdir [4089a869]
Documentation:
GC:
+ Remove the fixed size allocator (FSA) [2a8c494e]
JIT:
Spesh:
+ use correct format string in spesh log skip line [4575c474]
Strings:
+ Use 2-char-at-a-time version of jeaiii's itoa [fd0cadbf]
New in 2022.07
Core:
+ Attempt at implementing a "bytecode-size" dispatch [cc49dcf9]
+ Error message fix - one usually connects *to* things [79bb406d]
Documentation:
GC:
+ Run finalizers even with tc->last_handler_result [3796890b]
JIT:
Spesh:
+ Set facts on disp prog translation of int and num lits [09ce373a]
+ Commit some missed uint things [ced36686]
Diffstat (limited to 'devel/MoarVM')
-rw-r--r-- | devel/MoarVM/Makefile | 5 | ||||
-rw-r--r-- | devel/MoarVM/PLIST | 3 | ||||
-rw-r--r-- | devel/MoarVM/distinfo | 8 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/MoarVM/Makefile b/devel/MoarVM/Makefile index c2901ba9f40..39b65ea3262 100644 --- a/devel/MoarVM/Makefile +++ b/devel/MoarVM/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2022/06/28 11:31:38 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2022/12/05 15:39:08 mef Exp $ -DISTNAME= MoarVM-2022.06 -PKGREVISION= 1 +DISTNAME= MoarVM-2022.12 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ diff --git a/devel/MoarVM/PLIST b/devel/MoarVM/PLIST index 5d38fa48947..2254fcb8f93 100644 --- a/devel/MoarVM/PLIST +++ b/devel/MoarVM/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2022/03/13 06:09:21 mef Exp $ +@comment $NetBSD: PLIST,v 1.15 2022/12/05 15:39:08 mef Exp $ bin/moar include/mimalloc/mimalloc-atomic.h include/mimalloc/mimalloc-internal.h @@ -75,7 +75,6 @@ include/moar/core/continuation.h include/moar/core/dll.h include/moar/core/exceptions.h include/moar/core/ext.h -include/moar/core/fixedsizealloc.h include/moar/core/fixkey_hash_table.h include/moar/core/fixkey_hash_table_funcs.h include/moar/core/frame.h diff --git a/devel/MoarVM/distinfo b/devel/MoarVM/distinfo index 30dec756c59..7f7c95073f0 100644 --- a/devel/MoarVM/distinfo +++ b/devel/MoarVM/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2022/06/08 11:49:14 mef Exp $ +$NetBSD: distinfo,v 1.28 2022/12/05 15:39:08 mef Exp $ -BLAKE2s (MoarVM-2022.06.tar.gz) = b08ca9a79360be984ffef8b6fc1a36ca0edc9451ef9701522e2d0af57288f953 -SHA512 (MoarVM-2022.06.tar.gz) = 2a47fcd2e3d8ed0bd3845ec04f0bb8ead87190985e7b83acfa4f726ccc0f544d93bfb7fad5dcedfd09739c41632abb1618a128936a1053c5b0b85ca1857f87c3 -Size (MoarVM-2022.06.tar.gz) = 14867282 bytes +BLAKE2s (MoarVM-2022.12.tar.gz) = 98663bd828f028db78d030be0cf57b40da1791c1dafa373cd65af774df74310f +SHA512 (MoarVM-2022.12.tar.gz) = 875d2e6f604470e5ccdc8456891e36b9945c3b42da9459a2989a9695e2b3a66b819542c5846a16cc5c27025b0bfd7b8bc2c9a662e82ce8a44293e0c61291cd5e +Size (MoarVM-2022.12.tar.gz) = 14865827 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf |