Skip to content

Commit

Permalink
foldcase: bump PBC_COMPAT to 13.1
Browse files Browse the repository at this point in the history
for the changed ops.

Update the native_pbc's for it
  • Loading branch information
Reini Urban committed Feb 16, 2016
1 parent 177ae32 commit 5976fa2
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions PBC_COMPAT
Expand Up @@ -25,6 +25,7 @@

# please insert tab separated entries at the top of the list

13.1 2016.02.15 rurban add foldcase op, 8.2.0
13.0 2012.12.04 rurban opslib bytecode version, threads, Proxy
12.1 2012.09.03 rurban moved dynpmc os back to pmc
12.0 2011.10.18 dukeleto released 3.9.0
Expand Down
Binary file modified t/native_pbc/integer_4_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/integer_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_4_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_16_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/number_8_8_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_4_le.pbc
Binary file not shown.
Binary file modified t/native_pbc/string_8_le.pbc
Binary file not shown.
2 changes: 1 addition & 1 deletion tools/dev/mk_native_pbc
Expand Up @@ -112,7 +112,7 @@ fi
echo ""
if [ "$1" != "--noconf" ]; then
make -s prog-clean
perl Configure.pl --debugging $conf --nomanicheck --without-icu --without-pcre --without-gmp --without-libffi
perl Configure.pl $conf --nomanicheck --without-icu --without-pcre --without-gmp --without-libffi
fi
tail myconfig
make -s parrot parrot_config pbc_dump || exit 1
Expand Down

0 comments on commit 5976fa2

Please sign in to comment.