doc f7abe7
[p5sagit/p5-mst-13.2.git] / pp_pack.c
2005-01-13 Nicholas Clark Turn the unreachable code into assertions. (So prove...
2005-01-13 Nicholas Clark Source code tidy up - avoid assigning to sv.
2005-01-13 Nicholas Clark The leaktesting of NEWSV() is long dead, so create...
2005-01-13 Nicholas Clark Refactor all the unpack checksum-or-not logic to avoid...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-05-04 Marcus Holland-Moritz Add byte-order group modifiers to (un)pack templates.
2004-04-29 Marcus Holland-Moritz More unpack cleanups.
2004-04-29 Marcus Holland-Moritz CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
2004-04-27 Marcus Holland-Moritz Cleanup variables in S_(un)pack_rec().
2004-04-23 Marcus Holland-Moritz byte-order modifiers for (un)pack templates
2004-04-06 Marcus Holland-Moritz Make the ! suffix handle n/N/v/V as signed integers
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-17 Paul Green Refactor VOS patches for bleadperl and perl-5.8.x
2004-01-03 Rafael Garcia-Suarez Tidy up change #18751, so that the second parameter...
2003-10-06 LAUN Wolfgang Re: [doc-PATCH] for unpack_str() and question
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.