| Commit message (Expand) | Author | Age | Files | Lines |
* | signed/unsigned help for pp_pack.c | Craig A. Berry | 2005-02-21 | 1 | -9/+9 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-02-14 | 1 | -327/+656 |
* | [perl #34076] P/p pack formats only recognize literal undef | perl-5.8.0@ton.iguana.be | 2005-02-08 | 1 | -4/+4 |
* | [perl #34062] pack Z0 destroys the character before | perl-5.8.0@ton.iguana.be | 2005-02-08 | 1 | -1/+1 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-02-02 | 1 | -2/+7 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-02-02 | 1 | -0/+4 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-02-02 | 1 | -2/+5 |
* | Re: encoding neutral unpack | Ton Hospel | 2005-01-31 | 1 | -1/+1 |
* | Retrieve the flag bit that only 'p' uses, so that it is spare for | Nicholas Clark | 2005-01-27 | 1 | -5/+14 |
* | Make the byte order modifers < and > and the sign modifier ! (for | Nicholas Clark | 2005-01-27 | 1 | -27/+105 |
* | Re: [PATCH] do not assume quads or long doubles | Jarkko Hietaniemi | 2005-01-22 | 1 | -1/+1 |
* | Remove now-unnecessary check. (It's done earlier) | Nicholas Clark | 2005-01-22 | 1 | -7/+4 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -1/+1 |
* | Shrink a switch() statment by driving the size calculations from the | Nicholas Clark | 2005-01-21 | 1 | -116/+105 |
* | Make the length overrun checking and stack extension table driven. | Nicholas Clark | 2005-01-21 | 1 | -278/+212 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | Turn the unreachable code into assertions. (So prove me wrong...) | Nicholas Clark | 2005-01-13 | 1 | -16/+8 |
* | Source code tidy up - avoid assigning to sv. | Nicholas Clark | 2005-01-13 | 1 | -54/+26 |
* | The leaktesting of NEWSV() is long dead, so create and initialise | Nicholas Clark | 2005-01-13 | 1 | -95/+33 |
* | Refactor all the unpack checksum-or-not logic to avoid massive | Nicholas Clark | 2005-01-13 | 1 | -439/+295 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+11 |
* | Add byte-order group modifiers to (un)pack templates. | Marcus Holland-Moritz | 2004-05-04 | 1 | -15/+45 |
* | More unpack cleanups. | Marcus Holland-Moritz | 2004-04-29 | 1 | -19/+13 |
* | CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore. | Marcus Holland-Moritz | 2004-04-29 | 1 | -11/+0 |
* | Cleanup variables in S_(un)pack_rec(). | Marcus Holland-Moritz | 2004-04-27 | 1 | -117/+116 |
* | byte-order modifiers for (un)pack templates | Marcus Holland-Moritz | 2004-04-23 | 1 | -46/+268 |
* | Make the ! suffix handle n/N/v/V as signed integers | Marcus Holland-Moritz | 2004-04-06 | 1 | -2/+102 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Refactor VOS patches for bleadperl and perl-5.8.x | Paul Green | 2004-01-17 | 1 | -2/+8 |
* | Tidy up change #18751, so that the second parameter to unpack() | Rafael Garcia-Suarez | 2004-01-03 | 1 | -2/+1 |
* | Re: [doc-PATCH] for unpack_str() and question | LAUN Wolfgang | 2003-10-06 | 1 | -1/+3 |
* | pack/unpack fixes from Wolfgang Laun: | Jarkko Hietaniemi | 2003-05-05 | 1 | -6/+46 |
* | RE: perl@19333 | Robin Barker | 2003-05-01 | 1 | -1/+1 |
* | Integrate: | Jarkko Hietaniemi | 2003-04-26 | 1 | -1/+1 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | pack changes and related fixes | LAUN Wolfgang | 2003-03-17 | 1 | -580/+667 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Support one-parameter unpack(), which unpacks $_. | Chip Salzenberg | 2003-02-19 | 1 | -1/+2 |
* | Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious | Nicholas Clark | 2002-10-12 | 1 | -4/+14 |
* | assorted help for older VMS systems | Craig A. Berry | 2002-06-14 | 1 | -0/+22 |
* | pack 'w' should be using NV, not double | Nicholas Clark | 2002-05-29 | 1 | -9/+9 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -14/+14 |
* | Re: OK, what did I break in unpack? | Nicholas Clark | 2002-04-12 | 1 | -0/+36 |
* | pp_pack.c - remove SIGFPE on VOS | Paul Green | 2002-04-03 | 1 | -0/+28 |
* | What started as a small nit (the charnames test, nit found | Jarkko Hietaniemi | 2002-04-02 | 1 | -2/+2 |
* | Support Unicode 3.1 names, names without the (XX), and BOM. | Jarkko Hietaniemi | 2002-03-28 | 1 | -2/+6 |
* | pack('w') 64-bit buffer overflow | Dave Mitchell | 2002-03-24 | 1 | -1/+1 |
* | Purify: Array bounds read: could read one character past the end. | Jarkko Hietaniemi | 2002-03-23 | 1 | -2/+3 |
* | another pack "w" thing | Nicholas Clark | 2002-03-18 | 1 | -13/+9 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -6/+6 |