:utf8 works only with perlio.
[p5sagit/p5-mst-13.2.git] / pp_pack.c
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.