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:           Thu Dec 10 23:16:49 UTC 2020

Modified Files:
        pkgsrc/devel/MoarVM: Makefile distinfo

Log Message:
(devel/MoarVM) Updated to 2020.11

New in 2020.11

6model:
+ [af9ebffb,ffc8a269,75177470,38a2f815,2e8b5657] Fix interning of parametrics
+ [3c5deb2f] Implement serialize/deserialize of CStr REPR
+ [a37cd763,cbb92b03,dfbdcc9d] Eliminate pointer mismatch warnings on big endian systems
+ [2a98b8f3] MVM_nativeref_{read,write}_lex_i should handle uint8, uint16, uint32
+ [608b90eb] No need to MVMROOT `root` twice in `get_attribute`

Core:
+ [88722e8e] Fix zeroing of reallocated memory in MVM_recalloc
+ [1eda12a0] Use `foo(void)` instead of just `foo()` for functions that take no arguments

Platform:
+ [18e6f94e] Import pthread on Windows to get a type

Strings:
+ [cefec1fb] Regenerate Unicode database files for v13.0, v13.1
+ [2cac07c9] Regenerate unicode_db to fix minor comment difference
+ [4ced726f] Use MVM_{malloc,realloc,calloc,free} consistency
+ [55964708] `swap_bytes` in utf16.c needs to also swap bytes on big endian platforms

Tooling/Build:
+ [f212c081] Update generation scripts for Unicode 13.0, 13.1
+ [004e4bc7] The probe for `pthread_setname_np` needs prototypes from <string.h>
+ [6a2284e6,aa83051a] Report the lines that caused coverage
+ [7167b3d1,56fca429] Remove unused, unneeded and misspelled block filter


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.13 -r1.14 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.22 pkgsrc/devel/MoarVM/Makefile:1.23
--- pkgsrc/devel/MoarVM/Makefile:1.22   Sat Oct 31 12:20:45 2020
+++ pkgsrc/devel/MoarVM/Makefile        Thu Dec 10 23:16:49 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/10/31 12:20:45 mef Exp $
+# $NetBSD: Makefile,v 1.23 2020/12/10 23:16:49 mef Exp $
 
-DISTNAME=      MoarVM-2020.10
+DISTNAME=      MoarVM-2020.11
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.13 pkgsrc/devel/MoarVM/distinfo:1.14
--- pkgsrc/devel/MoarVM/distinfo:1.13   Sat Oct 31 12:20:45 2020
+++ pkgsrc/devel/MoarVM/distinfo        Thu Dec 10 23:16:49 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2020/10/31 12:20:45 mef Exp $
+$NetBSD: distinfo,v 1.14 2020/12/10 23:16:49 mef Exp $
 
-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 (MoarVM-2020.11.tar.gz) = 949629b590edb0cd4eb468a59c5058ed87cf5fcf
+RMD160 (MoarVM-2020.11.tar.gz) = c19764d06e8050a726d21fdaaee305b8f667890d
+SHA512 (MoarVM-2020.11.tar.gz) = c3ffe128db43316f93ad19f2804cd963cd2613dc46ffd29b099a165f122f6e7fdf28ce0b6c226a31f44abaeca72468f6774c39ceac3cea992596e8ce042ae7a5
+Size (MoarVM-2020.11.tar.gz) = 5402860 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index