@@ -32,6 +32,38 @@ <h1>MoarVM</h1>
32
32
< li > < a href ="contributing.html "> Contributing</ a > </ li >
33
33
</ ul >
34
34
</ nav >
35
+ < div class ="panel panel-default ">
36
+ < div class ="panel-heading ">
37
+ < h3 class ="panel-title "> 2025.01</ h3 >
38
+ </ div >
39
+ < div class ="panel-body ">
40
+ < p > Core:
41
+ * [caf97bf0] Fix MVM_setjmp on 32bit Windows
42
+ * [df1715d6] Micro-optimize P6opaque's get_attribute() (#1884)
43
+ * [7d15fcab] Remove temporary define for migrating Rakudo extops (#1671)
44
+ * [4f183bc0] Fix OS-is-windows check that doesn't work in this file
45
+ * [9a1aebb3] Use correct fallthrough annotation (#1885)
46
+ * [fa5bfd92] Port over "cache devshell dll location" from rakudo CI
47
+ * [1c2ea87e] Install gdb extension (#1848)</ p >
48
+
49
+ < p > Documentation:
50
+ * [8102c510] beautify release_guide.md</ p >
51
+
52
+ < p > JIT:
53
+ * [dd98cb2e] Don't try to enable the JIT unless it's possible (#1887)</ p >
54
+
55
+ < p > Spesh:
56
+ * [52d3452e] Guard against out-of-bounds jumps in spesh arg guard program.</ p >
57
+
58
+ < p > CI:
59
+ * [777294c4] Maybe the order jobs are started is alphabetical?
60
+ * [c1d1f60e] Fix format specifiers clang on OSX complains about
61
+ * [1f5bf409] GH Actions: Remove the deprecated macos-12 runner
62
+ * [afc8354b] Do not persist tokens in CI artifacts
63
+ * [6f3f53c4] Change comment style because gcc complains</ p >
64
+ < p > < a href ="releases/MoarVM-2025.01.tar.gz " class ="btn btn-primary " role ="button "> Download</ a > </ p >
65
+ </ div >
66
+ </ div >
35
67
< div class ="panel panel-default ">
36
68
< div class ="panel-heading ">
37
69
< h3 class ="panel-title "> 2024.12</ h3 >
@@ -637,7 +669,7 @@ <h3 class="panel-title">2022.12</h3>
637
669
< li > Protect the two property code lookup hashes being set up with a mutex
638
670
[9bc1beed]</ li >
639
671
< li > Add fallback resolver [43e60db9][a6fbcf6b][35064bf9][c89c3ec8][5d0f92c6]</ li >
640
- < li > Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
672
+ < li > Add definition of AI_NUMERICSERV, fixes build on MacOS 10.6 for ppc
641
673
[976c1168]</ li >
642
674
< li > Add unsigned comparison ops (eq, ne, (l|g)(e|t)) [c77dc1d4]</ li >
643
675
< li > Add chown op [c69534c6][a1cbb9c4]</ li >
0 commit comments