summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* pp_pack.c: Use inRANGE macroKarl Williamson2019-12-261-2/+3
* Add memCHRs() macro and use itKarl Williamson2019-12-181-4/+4
* pp_pack.c: Use safe UTF8SKIPKarl Williamson2019-03-191-1/+1
* PATCH: [perl #131642] pack returning malformed UTF-8Karl Williamson2019-03-081-0/+15
* fix wrong number of parameters for macro SHIFT_VARAlexandr Savca2018-10-111-2/+1
* (perl #132655) nul terminate result of unpack "u" of invalid dataTony Cook2018-09-211-1/+4
* (perl #131844) fix various space calculation issues in pp_pack.cTony Cook2018-04-161-4/+21
* Allow space for NUL is UTF-8 array declsKarl Williamson2018-01-221-2/+2
* widen size-type variables in pack/unpackZefram2017-12-161-49/+49
* Change some strBEGINs() to memBEGINs()Karl Williamson2017-11-061-1/+1
* Change some strncmp(), etc. to strBEGINs()Karl Williamson2017-11-061-1/+1
* pp_pack.c: simplify cpp conditionalsAaron Crane2017-10-211-13/+9
* 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