This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
When endian-swapping in pack, simply copy the bytes in reverse order.
authorNicholas Clark <nick@ccl4.org>
Tue, 7 May 2013 15:39:42 +0000 (17:39 +0200)
committerNicholas Clark <nick@ccl4.org>
Mon, 20 May 2013 19:19:44 +0000 (21:19 +0200)
commit3a88beaa68dbb5bad93145daa0c829e0aeb40adb
treee88eb77f378f70b75005cdd6bca49727761cfe42
parentaaec8192358ffb8080ad85754ea9aeca93b06c8b
When endian-swapping in pack, simply copy the bytes in reverse order.

This should restore support for big endian Crays. It doesn't support
mixed-endian systems.
embed.fnc
pp_pack.c
proto.h