summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Collapse)AuthorAgeFilesLines
* unpack P* uses random length for itemWolfgang Laun2001-11-271-0/+2
| | | | | Message-ID: <200111261956320450.01E7217F@smtp.chello.at> p4raw-id: //depot/perl@13288
* Z*/[AZa]* fails to pack length properlyWolfgang Laun2001-11-211-1/+1
| | | | | Message-ID: <200111211023160020.0050BD28@smtp.chello.at> p4raw-id: //depot/perl@13163
* unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test fromJarkko Hietaniemi2001-09-241-1/+3
| | | | | Wolfgang Laun <Wolfgang.Laun@alcatel.at> p4raw-id: //depot/perl@12180
* Re: scalar context unpack bugsNicholas Clark2001-09-221-27/+8
| | | | | Message-ID: <20010922230755.O4971@plum.flirble.org> p4raw-id: //depot/perl@12144
* Re: n questions (was Re: 4 questions about pack/unpack) Nicholas Clark2001-09-201-59/+108
| | | | | Message-ID: <20010920142708.X4971@plum.flirble.org> p4raw-id: //depot/perl@12092
* Fix unpack U to be the reverse of pack UJarkko Hietaniemi2001-09-111-1/+13
| | | | | | (but implement unpack U0U as a backdoor to get the UTF-8 malformed warnings from un-UTF-8 data) p4raw-id: //depot/perl@11993
* Re: Fixed pack problem - sort ofNicholas Clark2001-07-021-1/+0
| | | | | Message-ID: <20010702205919.F59620@plum.flirble.org> p4raw-id: //depot/perl@11107
* Split off the pack/unpack code, from Nicholas Clark.Jarkko Hietaniemi2001-06-181-0/+1825
p4raw-id: //depot/perl@10685