diff options
author | mef <mef@pkgsrc.org> | 2020-12-10 23:16:49 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-12-10 23:16:49 +0000 |
commit | 62fd9613eec7c86df2c2b3f60c8dcdcc5cc48693 (patch) | |
tree | 3c6be6e1606f5cb74807001a624f351ce54b3e7c /devel/MoarVM | |
parent | 983d6744280feb86a02e2d0ed18d70176d28359f (diff) | |
download | pkgsrc-62fd9613eec7c86df2c2b3f60c8dcdcc5cc48693.tar.gz |
(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
Diffstat (limited to 'devel/MoarVM')
-rw-r--r-- | devel/MoarVM/Makefile | 4 | ||||
-rw-r--r-- | devel/MoarVM/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/MoarVM/Makefile b/devel/MoarVM/Makefile index c627af877bf..245c0a7f4ca 100644 --- a/devel/MoarVM/Makefile +++ b/devel/MoarVM/Makefile @@ -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/ diff --git a/devel/MoarVM/distinfo b/devel/MoarVM/distinfo index caf5cc81f41..c430c615dc7 100644 --- a/devel/MoarVM/distinfo +++ b/devel/MoarVM/distinfo @@ -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 |