summaryrefslogtreecommitdiff
path: root/pp_pack.c
Commit message (Expand)AuthorAgeFilesLines
* pp_pack: Suppress Cppcheck warning.Nathan Mills2022-10-051-0/+2
* GH16319: avoid recursion parsing 'pack' templateHugo van der Sanden2022-05-281-7/+9
* Change pack U behavior for EBCDICKarl Williamson2021-12-281-12/+6
* Remove pp_pack "unlisted" exceptions from t/porting/diag.tNicholas Clark2021-09-291-0/+4
* Replace "grandfather in ..." with a full description of the changeNicholas Clark2021-09-291-1/+3
* pp_pack: Save '&' instrs by casting to U8Karl Williamson2021-07-301-7/+7
* Allow pack 'D' on all systems with long doublesLeon Timmermans2021-02-191-3/+3
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1910/+1910
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-2/+0
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* handy.h: Create nBIT_MASK(n) macroKarl Williamson2020-07-171-1/+1
* 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