summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+11
* Add byte-order group modifiers to (un)pack templates.Marcus Holland-Moritz2004-05-041-15/+45
* More unpack cleanups.Marcus Holland-Moritz2004-04-291-19/+13
* CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.Marcus Holland-Moritz2004-04-291-11/+0
* Cleanup variables in S_(un)pack_rec().Marcus Holland-Moritz2004-04-271-117/+116
* byte-order modifiers for (un)pack templatesMarcus Holland-Moritz2004-04-231-46/+268
* Make the ! suffix handle n/N/v/V as signed integersMarcus Holland-Moritz2004-04-061-2/+102
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Refactor VOS patches for bleadperl and perl-5.8.xPaul Green2004-01-171-2/+8
* Tidy up change #18751, so that the second parameter to unpack()Rafael Garcia-Suarez2004-01-031-2/+1
* Re: [doc-PATCH] for unpack_str() and questionLAUN Wolfgang2003-10-061-1/+3
* pack/unpack fixes from Wolfgang Laun:Jarkko Hietaniemi2003-05-051-6/+46
* RE: perl@19333Robin Barker2003-05-011-1/+1
* Integrate:Jarkko Hietaniemi2003-04-261-1/+1
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* pack changes and related fixesLAUN Wolfgang2003-03-171-580/+667
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Support one-parameter unpack(), which unpacks $_.Chip Salzenberg2003-02-191-1/+2
* Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallaciousNicholas Clark2002-10-121-4/+14
* assorted help for older VMS systemsCraig A. Berry2002-06-141-0/+22
* pack 'w' should be using NV, not doubleNicholas Clark2002-05-291-9/+9
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-14/+14
* Re: OK, what did I break in unpack?Nicholas Clark2002-04-121-0/+36
* pp_pack.c - remove SIGFPE on VOSPaul Green2002-04-031-0/+28
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-2/+2
* Support Unicode 3.1 names, names without the (XX), and BOM.Jarkko Hietaniemi2002-03-281-2/+6
* pack('w') 64-bit buffer overflowDave Mitchell2002-03-241-1/+1
* Purify: Array bounds read: could read one character past the end.Jarkko Hietaniemi2002-03-231-2/+3
* another pack "w" thingNicholas Clark2002-03-181-13/+9
* more warnings tidyupPaul Marquess2002-03-111-6/+6
* Must have a return.Jarkko Hietaniemi2002-03-051-0/+1
* Implement IV/UV/NV/long double pack/unpack withJarkko Hietaniemi2002-02-221-33/+185
* pack with a human face: part ]|[Ilya Zakharevich2002-02-221-25/+81
* Make measure_struct a file static.Jarkko Hietaniemi2002-02-221-1/+1
* croak() needs context.Jarkko Hietaniemi2002-02-221-30/+30
* pack with a human face: the sequelIlya Zakharevich2002-02-221-14/+186
* grouping in pack/unpackIlya Zakharevich2002-02-211-125/+260
* Add missing Tolkien quotes to *.cAudrey Tang2002-02-201-0/+8
* Forgot from #14790.Jarkko Hietaniemi2002-02-201-2/+21
* Duh.Jarkko Hietaniemi2002-02-131-3/+3
* EBCDIC: the low 256 needs to be shuffled alsoJarkko Hietaniemi2002-02-101-3/+3
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Re: [ID 20011209.005] perl "u2" eats RAMWolfgang Laun2001-12-101-1/+1
* unpack P* uses random length for itemWolfgang Laun2001-11-271-0/+2
* Z*/[AZa]* fails to pack length properlyWolfgang Laun2001-11-211-1/+1
* unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test fromJarkko Hietaniemi2001-09-241-1/+3
* Re: scalar context unpack bugsNicholas Clark2001-09-221-27/+8
* Re: n questions (was Re: 4 questions about pack/unpack) Nicholas Clark2001-09-201-59/+108
* Fix unpack U to be the reverse of pack UJarkko Hietaniemi2001-09-111-1/+13
* Re: Fixed pack problem - sort ofNicholas Clark2001-07-021-1/+0