This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement IV/UV/NV/long double pack/unpack with
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Feb 2002 14:25:18 +0000 (14:25 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 22 Feb 2002 14:25:18 +0000 (14:25 +0000)
commit92d4199913c78fe1b6c74c29bb6882f389270aa8
treec9dd006e9358dfe6e8b085ad5255ddc559cb5ece
parenta8373f85cdf8db0f23cb2c640d18875deb1b4d44
Implement IV/UV/NV/long double pack/unpack with
template letters j/J/F/D (the latter two have been
undocumented aliases of f/d).

p4raw-id: //depot/perl@14832
pod/perlfunc.pod
pod/perltodo.pod
pp_pack.c
t/op/pack.t