This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t call intuit_method twice for the same barewords
[perl5.git] / pp_pack.c
2014-08-27 Jarkko Hietaniemipack c/C on inf/nan.
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiQuad_t and Uquad_t cannot unpack as NVs.
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats...
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-08-29 Karl WilliamsonConvert some uvuni() to uvchr()
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-05-20 Nicholas ClarkAnnotate the "cold" paths in pp_pack.c with UNLIKELY().
2013-05-20 Nicholas ClarkWhen endian-swapping in pack, simply copy the bytes...
2013-05-20 Nicholas ClarkPass 'needs_swap' as a parameter to SHIFT_BYTES.
2013-05-20 Nicholas ClarkWhen endian-swapping in unpack, simply copy the bytes...
2013-05-20 Nicholas ClarkFold the implementation of DO_BO_UNPACK into SHIFT_BYTE...
2013-05-20 Nicholas ClarkRe-implement SHIFT16 and SHIFT32 as wrappers to SHIFT_B...
2013-05-20 Nicholas ClarkRefactor the two uses of SHIFT{16,32} not followed...
2013-05-20 Nicholas ClarkRemove the now unused 'type' argument from the macros...
2013-05-20 Nicholas ClarkAs DO_BO_(UN)?PACK are now implemented with my_swabn...
2013-05-20 Nicholas ClarkMerge the identical definitions of DO_BO_UNPACK and...
2013-05-20 Nicholas ClarkSwap byte order in DO_BO_(UN)?PACK based on a variable...
2013-05-20 Nicholas ClarkDO_BO_{UN,}PACK can use my_swabn() directly.
2013-05-20 Nicholas ClarkUse DO_BO_{UN,}PACK in place of DO_BO_UNPACK_{N,PC}
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK to use my_letohn etc
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_PTR to use my_le...
2013-05-20 Nicholas ClarkIn pp_pack.c, refactor DO_BO_(UN)?PACK_N to use sizeof...
2013-05-20 Nicholas ClarkRefactor macros in pp_pack.c, removing support for...
2013-05-20 Nicholas ClarkProvide ntohl, ntohs, htonl and htons no-op macros...
2013-05-20 Nicholas ClarkProvide vtohl, vtohs, htovl and htovs no-op macros...
2013-05-20 Nicholas ClarkEliminate the definitions for DO_BO_PACK_P and DO_BO_UN...
2013-05-20 Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2013-05-20 Nicholas ClarkEliminate pre-5.9.x conditional code for PERL_PACK_CAN_...
2013-05-20 Nicholas ClarkExtract the generated packprops array into packsizetabl...
2013-05-06 David Mitchellimprove unpackstring() API docs
2013-03-19 Paul GreenRemove VOS floating-point workaround; VOS bug long...
2013-01-13 Daniel Draganbetter POD for unpackstring
2012-12-23 Craig A. BerryProper IEEE overflow semantics for VMS.
2012-12-09 Karl Williamsonpp.c pp_pack.c: Use macro instead of function
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-10-01 Father Chrysostomospp_pack.c: Simplify sv length determination in one...
2012-08-31 Father ChrysostomosStop calling get-magic twice in pack "u", $utf8
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-24 Marcus Holland-Moritz[perl #60204] Unhelpful error message from unpack
2012-05-22 Karl Williamsonpp_pack.c: Use macro instead of its expansion
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-05-18 Father Chrysostomos[perl #90160] U* gives ‘U0 mode on an empty string’
2011-03-21 David Mitchellpack test failures with long doubles on x86/gcc
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2010-05-04 Vincent PitSilence a couple of false positive "may be used uniniti...
2010-04-30 Tony CookRT#73814 - unpack() didn't handle scalar context correc...
2010-01-19 Tony CookFix for #71506: work around possible gcc bug
2009-11-10 SisyphusAdd mingw64 support
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-10-12 Nicholas ClarkNormalise 3 fatal pack/unpack error messages to "panic...
2009-10-12 Nicholas ClarkIn uni_to_bytes(), fix ckWARN() anomaly.
2009-06-23 Robin BarkerFix for RT #52552.
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-02-08 Paul GreenRE: Perl @ 33218 (Stratus VOS patches)
2008-02-06 Nicholas Clarkin unpack, () groups in scalar context were still retur...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
2008-01-02 Nicholas ClarkAdd a new function newSVpvn_flags(), which takes a...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-05-10 Marc LehmannRe: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-23 Nicholas ClarkRemove the unnecessary allocation of and assignment...
2007-04-05 Nicholas ClarkS_op_destroy() was not static. Also tidy all other...
2006-10-03 dgay@acm.org[perl #40427] Segfault in pack
2006-09-05 Robin Barker; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-27 Steve HayClear up most of the VC6 compiler warnings in the follo...
2006-05-23 Andy Lesterclean some lint findings
2006-05-16 SADAHIRO TomoyukiRe: [PATCH] upgrade bytes_to_uni
2006-05-12 Andy Lesterupgrade bytes_to_uni
2006-04-30 Nicholas ClarkReplace a STRLEN no_len; with a _nolen macro call.
2006-04-30 Nicholas ClarkPerl_pack_cat() is a mathom too!
2006-04-30 Nicholas ClarkOne part of pp_pack couldn't correctly handle surprises...
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-24 Nicholas ClarkPerl_unpack_str() is a mathom!
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-31 Jan Duboisop/pack.t failure on Win64
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-02 Andy LesterSigns, signs, everywhere a sign
2005-11-14 Rafael Garcia-SuarezThe warning "Field too wide in 'u' format in pack"...
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-07 Gisle AasMissing static declarations
next