pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/MoarVM



Module Name:    pkgsrc
Committed By:   mef
Date:           Mon Dec  5 15:39:08 UTC 2022

Modified Files:
        pkgsrc/devel/MoarVM: Makefile PLIST distinfo

Log Message:
(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]


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/MoarVM/PLIST
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/MoarVM/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/MoarVM/Makefile
diff -u pkgsrc/devel/MoarVM/Makefile:1.38 pkgsrc/devel/MoarVM/Makefile:1.39
--- pkgsrc/devel/MoarVM/Makefile:1.38   Tue Jun 28 11:31:38 2022
+++ pkgsrc/devel/MoarVM/Makefile        Mon Dec  5 15:39:08 2022
@@ -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/
 

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.14 pkgsrc/devel/MoarVM/PLIST:1.15
--- pkgsrc/devel/MoarVM/PLIST:1.14      Sun Mar 13 06:09:21 2022
+++ pkgsrc/devel/MoarVM/PLIST   Mon Dec  5 15:39:08 2022
@@ -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

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.27 pkgsrc/devel/MoarVM/distinfo:1.28
--- pkgsrc/devel/MoarVM/distinfo:1.27   Wed Jun  8 11:49:14 2022
+++ pkgsrc/devel/MoarVM/distinfo        Mon Dec  5 15:39:08 2022
@@ -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