This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pack/unpack fixes from Wolfgang Laun:
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 May 2003 05:33:43 +0000 (05:33 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 5 May 2003 05:33:43 +0000 (05:33 +0000)
commit7accc089c4644f7a60f6877ea3a436c5f3cc9651
tree486442465c54bfc5d61770a0ba2dc8d31e434a22
parent9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0
pack/unpack fixes from Wolfgang Laun:
- fix bug in UNICOS (where SIZE16 != sizeof(short))
- introduce and use new internal pack/unpack API
  (packlist, unpackstring)
  that does away with the unused arguments in the old API
  (pack_cat, unpack_str).

p4raw-id: //depot/perl@19416
embed.fnc
embed.h
global.sym
pod/perlapi.pod
pp_pack.c
proto.h