fixes for installperl and the vmsdebug build on VMS
[p5sagit/p5-mst-13.2.git] / pp_pack.c
2003-05-05 Jarkko Hietaniemi pack/unpack fixes from Wolfgang Laun:
2003-05-01 Robin Barker RE: perl@19333
2003-04-26 Jarkko Hietaniemi Integrate:
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-17 LAUN Wolfgang pack changes and related fixes
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-19 Chip Salzenberg Support one-parameter unpack(), which unpacks $_.
2002-10-12 Nicholas Clark Re: [perl #17772] pack "w" /* this cannot happen ;...
2002-06-14 Craig A. Berry assorted help for older VMS systems
2002-05-30 Nick Ing-Simmons Integrate all but lib/File/stat.t which seems broken.
2002-05-29 Nicholas Clark pack 'w' should be using NV, not double
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-12 Nicholas Clark Re: OK, what did I break in unpack?
2002-04-03 Paul Green pp_pack.c - remove SIGFPE on VOS
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Jarkko Hietaniemi Support Unicode 3.1 names, names without the (XX),...
2002-03-24 Dave Mitchell pack('w') 64-bit buffer overflow
2002-03-23 Jarkko Hietaniemi Purify: Array bounds read: could read one character...
2002-03-18 Nicholas Clark another pack "w" thing
2002-03-11 Paul Marquess more warnings tidyup
2002-03-05 Jarkko Hietaniemi Must have a return.
2002-02-22 Jarkko Hietaniemi Implement IV/UV/NV/long double pack/unpack with
2002-02-22 Ilya Zakharevich pack with a human face: part ]|[
2002-02-22 Jarkko Hietaniemi Make measure_struct a file static.
2002-02-22 Jarkko Hietaniemi croak() needs context.
2002-02-22 Ilya Zakharevich pack with a human face: the sequel
2002-02-21 Ilya Zakharevich grouping in pack/unpack
2002-02-20 Audrey Tang Add missing Tolkien quotes to *.c
2002-02-20 Jarkko Hietaniemi Forgot from #14790.
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.