summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* signed/unsigned help for pp_pack.cCraig A. Berry2005-02-211-9/+9
* Re: encoding neutral unpackTon Hospel2005-02-141-327/+656
* [perl #34076] P/p pack formats only recognize literal undef perl-5.8.0@ton.iguana.be2005-02-081-4/+4
* [perl #34062] pack Z0 destroys the character before perl-5.8.0@ton.iguana.be2005-02-081-1/+1
* Re: encoding neutral unpackTon Hospel2005-02-021-2/+7
* Re: encoding neutral unpackTon Hospel2005-02-021-0/+4
* Re: encoding neutral unpackTon Hospel2005-02-021-2/+5
* Re: encoding neutral unpackTon Hospel2005-01-311-1/+1
* Retrieve the flag bit that only 'p' uses, so that it is spare forNicholas Clark2005-01-271-5/+14
* Make the byte order modifers < and > and the sign modifier ! (forNicholas Clark2005-01-271-27/+105
* Re: [PATCH] do not assume quads or long doublesJarkko Hietaniemi2005-01-221-1/+1
* Remove now-unnecessary check. (It's done earlier)Nicholas Clark2005-01-221-7/+4
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-1/+1
* Shrink a switch() statment by driving the size calculations from the Nicholas Clark2005-01-211-116/+105
* Make the length overrun checking and stack extension table driven.Nicholas Clark2005-01-211-278/+212
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* Turn the unreachable code into assertions. (So prove me wrong...)Nicholas Clark2005-01-131-16/+8
* Source code tidy up - avoid assigning to sv.Nicholas Clark2005-01-131-54/+26
* The leaktesting of NEWSV() is long dead, so create and initialiseNicholas Clark2005-01-131-95/+33
* Refactor all the unpack checksum-or-not logic to avoid massiveNicholas Clark2005-01-131-439/+295
* 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