This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document known UNICOS/mk deficiency.
[perl5.git] / pp_pack.c
2002-02-22 Jarkko HietaniemiImplement IV/UV/NV/long double pack/unpack with
2002-02-22 Ilya Zakharevichpack with a human face: part ]|[
2002-02-22 Jarkko HietaniemiMake measure_struct a file static.
2002-02-22 Jarkko Hietaniemicroak() needs context.
2002-02-22 Ilya Zakharevichpack with a human face: the sequel
2002-02-21 Ilya Zakharevichgrouping in pack/unpack
2002-02-20 Audrey TangAdd missing Tolkien quotes to *.c
2002-02-20 Jarkko HietaniemiForgot from #14790.
2002-02-13 Jarkko HietaniemiDuh.
2002-02-10 Jarkko HietaniemiEBCDIC: the low 256 needs to be shuffled also
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2001-12-10 Wolfgang LaunRe: [ID 20011209.005] perl "u2" eats RAM
2001-11-27 Wolfgang Laununpack P* uses random length for item
2001-11-21 Wolfgang LaunZ*/[AZa]* fails to pack length properly
2001-09-24 Jarkko Hietaniemiunpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-22 Nicholas ClarkRe: scalar context unpack bugs
2001-09-20 Nicholas ClarkRe: n questions (was Re: 4 questions about pack/unpack)
2001-09-11 Jarkko HietaniemiFix unpack U to be the reverse of pack U
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Nicholas ClarkRe: Fixed pack problem - sort of
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.