pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/MoarVM (devel/MoarVM) Updated 2022.06 to 2022.12
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ce211f4020b
branches: trunk
changeset: 389534:0ce211f4020b
user: mef <mef%pkgsrc.org@localhost>
date: Mon Dec 05 15:39:08 2022 +0000
description:
(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:
devel/MoarVM/Makefile | 5 ++---
devel/MoarVM/PLIST | 3 +--
devel/MoarVM/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 9 deletions(-)
diffs (44 lines):
diff -r 2c93a6964da0 -r 0ce211f4020b devel/MoarVM/Makefile
--- a/devel/MoarVM/Makefile Mon Dec 05 14:34:50 2022 +0000
+++ b/devel/MoarVM/Makefile Mon Dec 05 15:39:08 2022 +0000
@@ -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 -r 2c93a6964da0 -r 0ce211f4020b devel/MoarVM/PLIST
--- a/devel/MoarVM/PLIST Mon Dec 05 14:34:50 2022 +0000
+++ b/devel/MoarVM/PLIST Mon Dec 05 15:39:08 2022 +0000
@@ -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/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 -r 2c93a6964da0 -r 0ce211f4020b devel/MoarVM/distinfo
--- a/devel/MoarVM/distinfo Mon Dec 05 14:34:50 2022 +0000
+++ b/devel/MoarVM/distinfo Mon Dec 05 15:39:08 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index