The test requires perlio.
[p5sagit/p5-mst-13.2.git] / pp_pack.c
2002-02-13 Jarkko Hietaniemi Duh.
2002-02-10 Jarkko Hietaniemi EBCDIC: the low 256 needs to be shuffled also
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2001-12-10 Wolfgang Laun Re: [ID 20011209.005] perl "u2" eats RAM
2001-11-27 Wolfgang Laun unpack P* uses random length for item
2001-11-21 Wolfgang Laun Z*/[AZa]* fails to pack length properly
2001-09-24 Jarkko Hietaniemi unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test...
2001-09-22 Nicholas Clark Re: scalar context unpack bugs
2001-09-20 Nicholas Clark Re: n questions (was Re: 4 questions about pack/unpack)
2001-09-11 Jarkko Hietaniemi Fix unpack U to be the reverse of pack U
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-02 Nicholas Clark Re: Fixed pack problem - sort of
2001-06-18 Jarkko Hietaniemi Split off the pack/unpack code, from Nicholas Clark.