2015-08-20 |
Sisyphus | [perl #125669] op/pack.t failures with PPC long double... |
blob | commitdiff |
2015-08-01 |
Karl Williamson | pp_pack.c: Add comment |
blob | commitdiff | diff to current |
2015-07-22 |
Jarkko Hietaniemi | packsizetables.c -> packsizetables.inc |
blob | commitdiff | diff to current |
2015-05-21 |
Daniel Dragan | pack('f', $NAN) must account for NAN_COMPARE_BROKEN... |
blob | commitdiff | diff to current |
2015-04-09 |
Tony Cook | [perl #123971] fix long double pack padding on newer GCC |
blob | commitdiff | diff to current |
2015-03-23 |
Dagfinn Ilmari Man... | Replace common Emacs file-local variables with dir... |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | pp_pack.c: Silence compiler warning |
blob | commitdiff | diff to current |
2015-02-18 |
Hugo van der Sanden | [perl #123874] fix argument underflow for pack() |
blob | commitdiff | diff to current |
2015-02-17 |
Karl Williamson | pp_pack.c: White-space only |
blob | commitdiff | diff to current |
2015-02-17 |
Karl Williamson | pp_pack.c: Rmv useless code |
blob | commitdiff | diff to current |
2015-02-17 |
Karl Williamson | pp_pack.c: Refactor to remove #if EBCDIC |
blob | commitdiff | diff to current |
2015-02-17 |
Karl Williamson | pp_pack.c: Change name of some static functions |
blob | commitdiff | diff to current |
2014-12-31 |
David Mitchell | pack(): avoid << of negative values |
blob | commitdiff | diff to current |
2014-12-31 |
David Mitchell | fix undefined float behaviour in pack('f') |
blob | commitdiff | diff to current |
2014-12-11 |
Father Chrysostomos | Don’t do string overloading for numeric pack fmts |
blob | commitdiff | diff to current |
2014-11-24 |
Karl Williamson | pp_pack.c: Make pack('U', 0x41) eq 'A' |
blob | commitdiff | diff to current |
2014-11-24 |
Karl Williamson | pp_pack.c: Add comment |
blob | commitdiff | diff to current |
2014-09-28 |
Father Chrysostomos | Fix double FETCH with pack "w" |
blob | commitdiff | diff to current |
2014-09-27 |
Father Chrysostomos | pp_pack.c: Actually fix threaded builds |
blob | commitdiff | diff to current |
2014-09-27 |
Father Chrysostomos | pp_pack.c: S_sv_check_inf =~ /$/nan/ |
blob | commitdiff | diff to current |
2014-09-27 |
Father Chrysostomos | Oops. Fix threaded builds. |
blob | commitdiff | diff to current |
2014-09-27 |
Father Chrysostomos | [perl #12285] Fix str vs num inf/nan treatment |
blob | commitdiff | diff to current |
2014-09-25 |
Jarkko Hietaniemi | infnan: in pack, first test for the unlikely infnan... |
blob | commitdiff | diff to current |
2014-09-25 |
Jarkko Hietaniemi | infnan: perldiag entries fixing, add "in pack" to one... |
blob | commitdiff | diff to current |
2014-09-23 |
Jarkko Hietaniemi | Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal. |
blob | commitdiff | diff to current |
2014-09-23 |
Jarkko Hietaniemi | No point in pack 'w' for inf/nan. |
blob | commitdiff | diff to current |
2014-09-22 |
Jarkko Hietaniemi | Missing "by" noticed by James Keenan. |
blob | commitdiff | diff to current |
2014-09-21 |
Jarkko Hietaniemi | Comments on unpack 'D' and long doubles formats. |
blob | commitdiff | diff to current |
2014-08-27 |
Jarkko Hietaniemi | pack c/C on inf/nan. |
blob | commitdiff | diff to current |
2014-06-25 |
Jarkko Hietaniemi | Remove or downgrade unnecessary dVAR. |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | Revert "/* NOTREACHED */ belongs *before* the unreachable." |
blob | commitdiff | diff to current |
2014-06-19 |
Jarkko Hietaniemi | /* NOTREACHED */ belongs *before* the unreachable. |
blob | commitdiff | diff to current |
2014-06-16 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Revert "Some low-hanging -Wunreachable-code fruits." |
blob | commitdiff | diff to current |
2014-06-14 |
Jarkko Hietaniemi | Some low-hanging -Wunreachable-code fruits. |
blob | commitdiff | diff to current |
2014-06-05 |
Karl Williamson | perlapi: Refactor placements, headings of some functions |
blob | commitdiff | diff to current |
2014-05-30 |
Jarkko Hietaniemi | Unify the "fall-through" lint annotation. |
blob | commitdiff | diff to current |
2014-05-29 |
Jarkko Hietaniemi | Quad_t and Uquad_t cannot unpack as NVs. |
blob | commitdiff | diff to current |
2013-12-29 |
Father Chrysostomos | perlapi: Consistent spaces after dots |
blob | commitdiff | diff to current |
2013-09-17 |
Nicholas Clark | Use IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats... |
blob | commitdiff | diff to current |
2013-09-11 |
Karl Williamson | Use separate macros for byte vs uv Unicode |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Convert some uvuni() to uvchr() |
blob | commitdiff | diff to current |
2013-08-29 |
Karl Williamson | Extract common code to an inline function |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Annotate the "cold" paths in pp_pack.c with UNLIKELY(). |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | When endian-swapping in pack, simply copy the bytes... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Pass 'needs_swap' as a parameter to SHIFT_BYTES. |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | When endian-swapping in unpack, simply copy the bytes... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Fold the implementation of DO_BO_UNPACK into SHIFT_BYTE... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Re-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_B... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Refactor the two uses of SHIFT{16,32} not followed... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Remove the now unused 'type' argument from the macros... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | As DO_BO_(UN)?PACK are now implemented with my_swabn... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Merge the identical definitions of DO_BO_UNPACK and... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Swap byte order in DO_BO_(UN)?PACK based on a variable... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | DO_BO_{UN,}PACK can use my_swabn() directly. |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Use DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC} |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_le... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | In pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Refactor macros in pp_pack.c, removing support for... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Provide ntohl, ntohs, htonl and htons no-op macros... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Provide vtohl, vtohs, htovl and htovs no-op macros... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate the definitions for DO_BO_PACK_P and DO_BO_UN... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_... |
blob | commitdiff | diff to current |
2013-05-20 |
Nicholas Clark | Extract the generated packprops array into packsizetabl... |
blob | commitdiff | diff to current |
2013-05-06 |
David Mitchell | improve unpackstring() API docs |
blob | commitdiff | diff to current |
2013-03-19 |
Paul Green | Remove VOS floating-point workaround; VOS bug long... |
blob | commitdiff | diff to current |
2013-01-13 |
Daniel Dragan | better POD for unpackstring |
blob | commitdiff | diff to current |
2012-12-23 |
Craig A. Berry | Proper IEEE overflow semantics for VMS. |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | pp.c pp_pack.c: Use macro instead of function |
blob | commitdiff | diff to current |
2012-11-25 |
Karl Williamson | Remove "register" declarations |
blob | commitdiff | diff to current |
2012-10-01 |
Father Chrysostomos | pp_pack.c: Simplify sv length determination in one... |
blob | commitdiff | diff to current |
2012-08-31 |
Father Chrysostomos | Stop calling get-magic twice in pack "u", $utf8 |
blob | commitdiff | diff to current |
2012-08-18 |
Karl Williamson | Omnibus removal of register declarations |
blob | commitdiff | diff to current |
2012-05-30 |
Ricardo Signes | update the editor hints for spaces, not tabs |
blob | commitdiff | diff to current |
2012-05-24 |
Marcus Holland-Moritz | [perl #60204] Unhelpful error message from unpack |
blob | commitdiff | diff to current |
2012-05-22 |
Karl Williamson | pp_pack.c: Use macro instead of its expansion |
blob | commitdiff | diff to current |
2012-01-16 |
Nicholas Clark | Provide as much diagnostic information as possible... |
blob | commitdiff | diff to current |
2011-05-18 |
Father Chrysostomos | [perl #90160] U* gives ‘U0 mode on an empty string’ |
blob | commitdiff | diff to current |
2011-03-21 |
David Mitchell | pack test failures with long doubles on x86/gcc |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2010-05-04 |
Vincent Pit | Silence a couple of false positive "may be used uniniti... |
blob | commitdiff | diff to current |
2010-04-30 |
Tony Cook | RT#73814 - unpack() didn't handle scalar context correc... |
blob | commitdiff | diff to current |
2010-01-19 |
Tony Cook | Fix for #71506: work around possible gcc bug |
blob | commitdiff | diff to current |
2009-11-10 |
Sisyphus | Add mingw64 support |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner(), which combines Perl_ckwarn()... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Normalise 3 fatal pack/unpack error messages to "panic... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | In uni_to_bytes(), fix ckWARN() anomaly. |
blob | commitdiff | diff to current |
2009-06-23 |
Robin Barker | Fix for RT #52552. |
blob | commitdiff | diff to current |
2009-05-20 |
Nicholas Clark | Replace run-time on-demand initialisation of PL_bitcoun... |
blob | commitdiff | diff to current |
2008-11-02 |
Tom Christiansen | PATCH: Large omnibus patch to clean up the JRRT quotes |
blob | commitdiff | diff to current |
2008-10-29 |
Marcus Holland-Moritz | Use pvs macros instead of pvn where possible. |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark | Update copyright years. |
blob | commitdiff | diff to current |
2008-02-12 |
Nicholas Clark | assert() that every NN argument is not NULL. Otherwise... |
blob | commitdiff | diff to current |
2008-02-08 |
Paul Green | RE: Perl @ 33218 (Stratus VOS patches) |
blob | commitdiff | diff to current |
2008-02-06 |
Nicholas Clark | in unpack, () groups in scalar context were still retur... |
blob | commitdiff | diff to current |
2008-01-04 |
Marcus Holland-Moritz | Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark | Extend newSVpvn_flags() to also call sv_2mortal() if... |
blob | commitdiff | diff to current |
2008-01-02 |
Nicholas Clark | Add a new function newSVpvn_flags(), which takes a... |
blob | commitdiff | diff to current |
next |