Geth MoarVM: 1fca17994d | (Samantha McVey)++ | src/strings/windows1252.c
Add windows1251/2 support for replacements with > 1 chars

This adds support in MVM_string_windows125X_decode for using replacements which have more than one grapheme in them. Previously this function only supported replacements with one grapheme in them.
MVM_string_windows125X_decodestream still only supports single grapheme replacements for now.
02:07
samcv hmm what is the best way to test decodestream functions? reading a file handle i guess? 02:09
didn't implement multiple replacements yet because i haven't written tests yet for that function. 02:10
Geth MoarVM/maybe_fix_big_endian: 8fa756e869 | (Timo Paulssen)++ | src/core/validation.c
perhaps this will fix moar on big endian machines
18:18
FROGGS timotimo: latest moar+nqp+rakudo passes all tests for me on mips 21:37
mipsel is still building
FROGGS src/math/bigintops.c:971:13: error: ‘MP_GEN_RANDOM_MAX’ undeclared (first use in this function) 23:42
if (MP_GEN_RANDOM_MAX >= abs(smallint_max)) {
^~~~~~~~~~~~~~~~~
src/math/bigintops.c:971:13: note: each undeclared identifier is reported only once for each function it appears in
timotimo^^
timotimo huh 23:43
is RAND_MAX available? because that's what it is #defined to be 23:44
FROGGS how can I check? 23:45
btw, I'm using system's libtommath, maybe there is a newer version
ohh yes, there is a newer one...
timotimo yeah, maybe they changed something 23:46
FROGGS yeah, bigintops got compiled successfully
that mipsel chroot is more than one year old, so that explains it 23:47