This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [perl #24493] install.html not working
[perl5.git] / pp_pack.c
2003-10-06 LAUN WolfgangRe: [doc-PATCH] for unpack_str() and question
2003-05-05 Jarkko Hietaniemipack/unpack fixes from Wolfgang Laun:
2003-05-01 Robin BarkerRE: perl@19333
2003-04-26 Jarkko HietaniemiIntegrate:
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-17 LAUN Wolfgangpack changes and related fixes
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-19 Chip SalzenbergSupport one-parameter unpack(), which unpacks $_.
2002-10-12 Nicholas ClarkRe: [perl #17772] pack "w" /* this cannot happen ;...
2002-06-14 Craig A. Berryassorted help for older VMS systems
2002-05-30 Nick Ing-SimmonsIntegrate all but lib/File/stat.t which seems broken.
2002-05-29 Nicholas Clarkpack 'w' should be using NV, not double
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-04-12 Nicholas ClarkRe: OK, what did I break in unpack?
2002-04-03 Paul Greenpp_pack.c - remove SIGFPE on VOS
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.