This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POD fix.
[perl5.git] / pp_pack.c
2002-04-02 Jarkko HietaniemiWhat started as a small nit (the charnames test, nit...
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiSupport Unicode 3.1 names, names without the (XX),...
2002-03-24 Dave Mitchellpack('w') 64-bit buffer overflow
2002-03-23 Jarkko HietaniemiPurify: Array bounds read: could read one character...
2002-03-18 Nicholas Clarkanother pack "w" thing
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-05 Jarkko HietaniemiMust have a return.
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.