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:           Sat Sep  4 11:02:36 UTC 2021

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

Log Message:
(devel/MoarVM) Updated 2021.07 to 2021.08

New in 2021.08

Core:
+ [2f5c21fb] Fix another bug in `MVM_str_hash_fsck`
+ [7355f744] Free filename if exception when loading bytecode
+ [8cc7fbdf,7907b85b,0c032a00,a81f129a,7f8bc1e7] Switch `MVM_coerce_n_s`
  to Ryū from Grisu3 with a `sprintf` fallback

JIT:
+ [2932ef5b] Add JIT templates for `(bind|get)attr(s)?_*`

Spesh:
+ [d4a8093e] Fix deadlock by untimely GC in multi-threaded programs
+ [a932b173] Fix spesh optimizing away still needed label register


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/MoarVM/PLIST
cvs rdiff -u -r1.19 -r1.20 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.30 pkgsrc/devel/MoarVM/Makefile:1.31
--- pkgsrc/devel/MoarVM/Makefile:1.30   Mon Aug 16 10:59:48 2021
+++ pkgsrc/devel/MoarVM/Makefile        Sat Sep  4 11:02:36 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/08/16 10:59:48 mef Exp $
+# $NetBSD: Makefile,v 1.31 2021/09/04 11:02:36 mef Exp $
 
-DISTNAME=      MoarVM-2021.07
+DISTNAME=      MoarVM-2021.08
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/PLIST
diff -u pkgsrc/devel/MoarVM/PLIST:1.11 pkgsrc/devel/MoarVM/PLIST:1.12
--- pkgsrc/devel/MoarVM/PLIST:1.11      Sat May 29 06:35:23 2021
+++ pkgsrc/devel/MoarVM/PLIST   Sat Sep  4 11:02:36 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2021/05/29 06:35:23 mef Exp $
+@comment $NetBSD: PLIST,v 1.12 2021/09/04 11:02:36 mef Exp $
 bin/moar
 include/moar/6model/6model.h
 include/moar/6model/bootstrap.h
@@ -136,7 +136,6 @@ include/moar/jit/label.h
 include/moar/jit/register.h
 include/moar/jit/tile.h
 include/moar/math/bigintops.h
-include/moar/math/grisu.h
 include/moar/math/num.h
 include/moar/memdebug.h
 include/moar/moar.h

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.19 pkgsrc/devel/MoarVM/distinfo:1.20
--- pkgsrc/devel/MoarVM/distinfo:1.19   Mon Aug 16 10:59:48 2021
+++ pkgsrc/devel/MoarVM/distinfo        Sat Sep  4 11:02:36 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2021/08/16 10:59:48 mef Exp $
+$NetBSD: distinfo,v 1.20 2021/09/04 11:02:36 mef Exp $
 
-SHA1 (MoarVM-2021.07.tar.gz) = 9fbfe70079fa8ced7a56731c754880b3ae69ce75
-RMD160 (MoarVM-2021.07.tar.gz) = fab74335e4c4ab7c35d687030ed167a3f3817834
-SHA512 (MoarVM-2021.07.tar.gz) = 7dffb8da9dd2720b9ff52f9a345e96a5dced5a2f1003270ef00a2b9244b4da4242e2d9890146d6648f9cfe7673c7c1433899bf3b2d7971e45496308d215d92f7
-Size (MoarVM-2021.07.tar.gz) = 5451296 bytes
+SHA1 (MoarVM-2021.08.tar.gz) = 75b7218914f3a302b4a6964a5ebeaff5ecb20f30
+RMD160 (MoarVM-2021.08.tar.gz) = 73ba479b173da4fa2fb73fbc286870fc1e51c210
+SHA512 (MoarVM-2021.08.tar.gz) = 6199871f51a4998e1b5260ba833e3bf09c6115e12334a94de5aa4135b93f8dc754967712ce8e092a36b4940368433be840cbf1a8ce7aec52219f768acd90078d
+Size (MoarVM-2021.08.tar.gz) = 13643526 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index