| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove or downgrade unnecessary dVAR. | Jarkko Hietaniemi | 2014-06-25 | 1 | -6/+2 |
* | Revert "/* NOTREACHED */ belongs *before* the unreachable." | Jarkko Hietaniemi | 2014-06-19 | 1 | -2/+1 |
* | /* NOTREACHED */ belongs *before* the unreachable. | Jarkko Hietaniemi | 2014-06-19 | 1 | -1/+2 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-15 | 1 | -7/+7 |
* | Revert "Some low-hanging -Wunreachable-code fruits." | Jarkko Hietaniemi | 2014-06-13 | 1 | -7/+7 |
* | Some low-hanging -Wunreachable-code fruits. | Jarkko Hietaniemi | 2014-06-13 | 1 | -7/+7 |
* | perlapi: Refactor placements, headings of some functions | Karl Williamson | 2014-06-05 | 1 | -0/+3 |
* | Unify the "fall-through" lint annotation. | Jarkko Hietaniemi | 2014-05-29 | 1 | -14/+14 |
* | Quad_t and Uquad_t cannot unpack as NVs. | Jarkko Hietaniemi | 2014-05-29 | 1 | -6/+4 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Use IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats in pack. | Nicholas Clark | 2013-09-17 | 1 | -4/+4 |
* | Use separate macros for byte vs uv Unicode | Karl Williamson | 2013-09-10 | 1 | -1/+1 |
* | Convert some uvuni() to uvchr() | Karl Williamson | 2013-08-29 | 1 | -7/+7 |
* | Extract common code to an inline function | Karl Williamson | 2013-08-29 | 1 | -14/+2 |
* | Annotate the "cold" paths in pp_pack.c with UNLIKELY(). | Nicholas Clark | 2013-05-20 | 1 | -7/+7 |
* | When endian-swapping in pack, simply copy the bytes in reverse order. | Nicholas Clark | 2013-05-20 | 1 | -72/+64 |
* | Pass 'needs_swap' as a parameter to SHIFT_BYTES. | Nicholas Clark | 2013-05-20 | 1 | -29/+32 |
* | When endian-swapping in unpack, simply copy the bytes in reverse order. | Nicholas Clark | 2013-05-20 | 1 | -6/+26 |
* | Fold the implementation of DO_BO_UNPACK into SHIFT_BYTES(), its only user. | Nicholas Clark | 2013-05-20 | 1 | -29/+3 |
* | Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_BYTES. | Nicholas Clark | 2013-05-20 | 1 | -20/+6 |
* | Refactor the two uses of SHIFT{16,32} not followed by DO_BO_UNPACK(). | Nicholas Clark | 2013-05-20 | 1 | -0/+6 |
* | Remove the now unused 'type' argument from the macros DO_BO_(UN)?PACK. | Nicholas Clark | 2013-05-20 | 1 | -41/+41 |
* | As DO_BO_(UN)?PACK are now implemented with my_swabn(), simplify 'J' and 'j'. | Nicholas Clark | 2013-05-20 | 1 | -36/+4 |
* | Merge the identical definitions of DO_BO_UNPACK and DO_BO_PACK. | Nicholas Clark | 2013-05-20 | 1 | -39/+0 |
* | Swap byte order in DO_BO_(UN)?PACK based on a variable needs_swap. | Nicholas Clark | 2013-05-20 | 1 | -4/+19 |
* | DO_BO_{UN,}PACK can use my_swabn() directly. | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC} | Nicholas Clark | 2013-05-20 | 1 | -92/+11 |
* | In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_letohn etc | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof() on the variable. | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | Refactor macros in pp_pack.c, removing support for mixed-endian byte orders. | Nicholas Clark | 2013-05-20 | 1 | -48/+77 |
* | Provide ntohl, ntohs, htonl and htons no-op macros on big endian systems. | Nicholas Clark | 2013-05-20 | 1 | -12/+0 |
* | Provide vtohl, vtohs, htovl and htovs no-op macros on little endian systems. | Nicholas Clark | 2013-05-20 | 1 | -12/+0 |
* | Eliminate the definitions for DO_BO_PACK_P and DO_BO_UNPACK_P. | Nicholas Clark | 2013-05-20 | 1 | -10/+0 |
* | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN | Nicholas Clark | 2013-05-20 | 1 | -51/+7 |
* | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_BYTEORDER | Nicholas Clark | 2013-05-20 | 1 | -25/+0 |
* | Extract the generated packprops array into packsizetables.c. | Nicholas Clark | 2013-05-20 | 1 | -249/+1 |
* | improve unpackstring() API docs | David Mitchell | 2013-05-06 | 1 | -5/+15 |
* | Remove VOS floating-point workaround; VOS bug long since fixed | Paul Green | 2013-03-19 | 1 | -34/+0 |
* | better POD for unpackstring | Daniel Dragan | 2013-01-13 | 1 | -1/+3 |
* | Proper IEEE overflow semantics for VMS. | Craig A. Berry | 2012-12-23 | 1 | -2/+2 |
* | pp.c pp_pack.c: Use macro instead of function | Karl Williamson | 2012-12-09 | 1 | -1/+1 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -3/+3 |
* | pp_pack.c: Simplify sv length determination in one spot | Father Chrysostomos | 2012-10-01 | 1 | -12/+1 |
* | Stop calling get-magic twice in pack "u", $utf8 | Father Chrysostomos | 2012-08-30 | 1 | -1/+1 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -3/+3 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #60204] Unhelpful error message from unpack | Marcus Holland-Moritz | 2012-05-23 | 1 | -1/+1 |
* | pp_pack.c: Use macro instead of its expansion | Karl Williamson | 2012-05-22 | 1 | -2/+2 |
* | Provide as much diagnostic information as possible in "panic: ..." messages. | Nicholas Clark | 2012-01-16 | 1 | -3/+8 |