summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* (perl #131844) fix various space calculation issues in pp_pack.cTony Cook2018-03-231-4/+21
* pp_pack.c: Remove no longer relevant commentKarl Williamson2017-02-111-3/+0
* pp_pack.c: Remove needless branchKarl Williamson2017-02-111-7/+13
* pp_pack.c: Remove obsolete codeKarl Williamson2017-02-111-10/+5
* (perl #129149) avoid a heap buffer overflow with pack "W"...Tony Cook2017-01-171-1/+1
* Convert core (except toke.c) to use isFOO_utf8_safe()Karl Williamson2016-12-231-3/+8
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-4/+5
* pp_pack.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-1/+1
* Avoid emitting pack("p",...) warning erroneouslyFather Chrysostomos2016-07-291-1/+2
* VAX: code changes for VAX floatsJarkko Hietaniemi2016-07-011-4/+6
* make gimme consistently U8David Mitchell2016-02-031-1/+1
* [perl #126325] don't read past the end of the source for pack [Hh]Tony Cook2015-11-111-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-8/+8
* [perl #125669] op/pack.t failures with PPC long double (double double) buildsSisyphus2015-08-201-1/+12
* pp_pack.c: Add commentKarl Williamson2015-08-011-1/+2
* packsizetables.c -> packsizetables.incJarkko Hietaniemi2015-07-221-1/+1
* pack('f', $NAN) must account for NAN_COMPARE_BROKEN platformsDaniel Dragan2015-05-201-0/+5
* [perl #123971] fix long double pack padding on newer GCCTony Cook2015-04-101-0/+11
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* pp_pack.c: Silence compiler warningKarl Williamson2015-02-201-5/+5
* [perl #123874] fix argument underflow for pack()Hugo van der Sanden2015-02-181-1/+1
* pp_pack.c: White-space onlyKarl Williamson2015-02-171-35/+35
* pp_pack.c: Rmv useless codeKarl Williamson2015-02-171-46/+6
* pp_pack.c: Refactor to remove #if EBCDICKarl Williamson2015-02-171-14/+7
* pp_pack.c: Change name of some static functionsKarl Williamson2015-02-171-24/+24
* pack(): avoid << of negative valuesDavid Mitchell2014-12-311-4/+4
* fix undefined float behaviour in pack('f')David Mitchell2014-12-311-1/+4
* Don’t do string overloading for numeric pack fmtsFather Chrysostomos2014-12-101-3/+8
* pp_pack.c: Make pack('U', 0x41) eq 'A'Karl Williamson2014-11-241-4/+10
* pp_pack.c: Add commentKarl Williamson2014-11-241-1/+1
* Fix double FETCH with pack "w"Father Chrysostomos2014-09-271-2/+2
* pp_pack.c: Actually fix threaded buildsFather Chrysostomos2014-09-271-1/+1
* pp_pack.c: S_sv_check_inf =~ /$/nan/Father Chrysostomos2014-09-271-4/+4
* Oops. Fix threaded builds.Father Chrysostomos2014-09-271-1/+1
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-40/+42
* infnan: in pack, first test for the unlikely infnan-ness.Jarkko Hietaniemi2014-09-251-7/+10
* infnan: perldiag entries fixing, add "in pack" to one message.Jarkko Hietaniemi2014-09-251-1/+1
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-231-24/+18
* No point in pack 'w' for inf/nan.Jarkko Hietaniemi2014-09-221-1/+6
* Missing "by" noticed by James Keenan.Jarkko Hietaniemi2014-09-211-1/+1
* Comments on unpack 'D' and long doubles formats.Jarkko Hietaniemi2014-09-211-0/+12
* pack c/C on inf/nan.Jarkko Hietaniemi2014-08-271-2/+17
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-6/+2
* Revert "/* NOTREACHED */ belongs *before* the unreachable."Jarkko Hietaniemi2014-06-191-2/+1
* /* NOTREACHED */ belongs *before* the unreachable.Jarkko Hietaniemi2014-06-191-1/+2
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-151-7/+7
* Revert "Some low-hanging -Wunreachable-code fruits."Jarkko Hietaniemi2014-06-131-7/+7
* Some low-hanging -Wunreachable-code fruits.Jarkko Hietaniemi2014-06-131-7/+7
* perlapi: Refactor placements, headings of some functionsKarl Williamson2014-06-051-0/+3
* Unify the "fall-through" lint annotation.Jarkko Hietaniemi2014-05-291-14/+14