| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Must have a return. | Jarkko Hietaniemi | 2002-03-05 | 1 | -0/+1 |
* | Implement IV/UV/NV/long double pack/unpack with | Jarkko Hietaniemi | 2002-02-22 | 1 | -33/+185 |
* | pack with a human face: part ]|[ | Ilya Zakharevich | 2002-02-22 | 1 | -25/+81 |
* | Make measure_struct a file static. | Jarkko Hietaniemi | 2002-02-22 | 1 | -1/+1 |
* | croak() needs context. | Jarkko Hietaniemi | 2002-02-22 | 1 | -30/+30 |
* | pack with a human face: the sequel | Ilya Zakharevich | 2002-02-22 | 1 | -14/+186 |
* | grouping in pack/unpack | Ilya Zakharevich | 2002-02-21 | 1 | -125/+260 |
* | Add missing Tolkien quotes to *.c | Audrey Tang | 2002-02-20 | 1 | -0/+8 |
* | Forgot from #14790. | Jarkko Hietaniemi | 2002-02-20 | 1 | -2/+21 |
* | Duh. | Jarkko Hietaniemi | 2002-02-13 | 1 | -3/+3 |
* | EBCDIC: the low 256 needs to be shuffled also | Jarkko Hietaniemi | 2002-02-10 | 1 | -3/+3 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Re: [ID 20011209.005] perl "u2" eats RAM | Wolfgang Laun | 2001-12-10 | 1 | -1/+1 |
* | unpack P* uses random length for item | Wolfgang Laun | 2001-11-27 | 1 | -0/+2 |
* | Z*/[AZa]* fails to pack length properly | Wolfgang Laun | 2001-11-21 | 1 | -1/+1 |