This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/B/Deparse.pm: Move hash to earlier in file
[perl5.git] / sv.c
2014-12-29 Karl WilliamsonDon't raise 'poorly supported' locale warning unnecessarily
2014-12-25 Yves Ortonadd cast to make c++ happy
2014-12-25 Yves OrtonRework sv_get_backrefs() so it is simpler, and C++...
2014-12-25 Yves OrtonRevert "sv.c: Add cast to make C++ happy"
2014-12-25 Father Chrysostomossv.c: Add cast to make C++ happy
2014-12-25 Yves Ortonadd new API function sv_get_backrefs()
2014-12-11 Father ChrysostomosDon’t do string overloading for printf int formats
2014-12-11 Father Chrysostomossv.c: Note that sv_2num does not do get-magic
2014-12-11 Father Chrysostomossv.c: Remove reference to bogus SvNUM macro
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-06 Daniel Dragancleanup logic in S_sv_uncow
2014-12-03 Father Chrysostomos[perl #40565] Fix localisation in pseudo-fork
2014-12-01 Tony Cookfix g++ builds: conversions from void * need a cast
2014-12-01 Lukas Maiuse more STATIC_ASSERT
2014-12-01 Daniel Draganfix segv for psudofork duping of SAVEt_GP_ALIASED_SV
2014-12-01 Steffen MuellerMore branch prediction hints for sv_setsv_flags
2014-12-01 Steffen MuellerComment clarification for NULL => IV sv_setsv_flags...
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Steffen MuellerAttempt to bring newSViv/uv optimization to newRV
2014-11-30 Steffen MuellerRepeat newSViv optimization for newSVuv
2014-11-30 Steffen MuellerBranch predictor hint for exceptional branch
2014-11-29 Jarkko HietaniemiIf neither quad nor long double, %Ld etc need to fail.
2014-11-29 Jarkko HietaniemiUse LONG_DOUBLEKIND only if HAS_LONG_DOUBLE.
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-28 Eric HermanSpeed up newSViv()
2014-11-28 Eric HermanSpeed up assigning an IV to a previously cleared SV
2014-11-28 Eric HermanRefactor bodyless-IV/NV hacks into define
2014-11-21 Karl WilliamsonMake encoding pragma lexical in scope
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-13 Father ChrysostomosAdd new LVALUE flag for pad names
2014-11-13 Daniel Draganadd filename handling to xs handshake
2014-11-09 Jarkko HietaniemiTxoic tpyo.
2014-11-09 Father Chrysostomossv.c:find_uninit_var: use newSVpvs_flags
2014-11-09 Father ChrysostomosSkip padsv op in $lex =~ ...
2014-11-08 Jarkko HietaniemiFV_ISFINITE, not FV_ISINITE.
2014-11-08 Jarkko HietaniemiPerl_isfinitel is not necessarily always there.
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Daniel Draganremove obsolete PL_apiversion
2014-11-06 Jarkko Hietaniemihexfp: use the double-double fallback also for unknown...
2014-11-04 Jarkko HietaniemiI shouldn't think of fp formats when tired.
2014-11-04 Jarkko HietaniemiAIX noticed the broken comment and broke.
2014-11-04 Jarkko HietaniemiRemove obsolete comment.
2014-11-04 Jarkko HietaniemiS_hextract for mixed endian doubles.
2014-11-03 Father Chrysostomos[perl #57512] Warnings for implicitly closed handles
2014-11-03 Jarkko HietaniemiAdd a note about the buffer wastage of double-doubles.
2014-11-03 Jarkko HietaniemiUse DOUBLEKIND in S_hextract() setup.
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-30 Jarkko HietaniemiDecouple quadmath from longdouble.
2014-10-29 Jarkko HietaniemiManual revert of 0f83c5a4.
2014-10-22 Father Chrysostomossv.c: Always #define COW threshold constants
2014-10-18 Father ChrysostomosApify SV_CATBYTES and SV_CATUTF8
2014-10-16 Father Chrysostomossv.c:sv_catsv: Remove null check
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-11 Father ChrysostomosSimple package scalar lvalue refs
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-07 Jarkko HietaniemiThe double-double precision can be really large.
2014-10-06 Jarkko HietaniemiDelete obsolete comment fragment.
2014-10-06 Jarkko HietaniemiUse the double-double size only if using long double.
2014-10-06 Daniel Dragansilence some compiler warnings on VC6
2014-10-04 Daniel Dragansilence compiler warnings in utf8_mg_pos_cache_update
2014-10-04 Daniel Draganoptimize SV creation funcs in sv.c
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2014-10-01 Father ChrysostomosCorrect and update sv.c’s string copy comments
2014-09-28 Father Chrysostomossv.c: Suppress compiler warning
2014-09-28 Daniel Draganfor storage of NVs, use "IV in sv_u in head no-body...
2014-09-28 Father Chrysostomossv.c: Remove redundant assignments
2014-09-28 Father ChrysostomosFix FETCH count for sprintf "...", $tied
2014-09-27 Father Chrysostomos[perl #12285] Fix str vs num inf/nan treatment
2014-09-26 Craig A. BerrySome NV_TO_FV fixes following fdb7e3a630fea81.
2014-09-25 Father Chrysostomossv.c:S_sv_setnv: Cast SvPOK to bool
2014-09-25 Jarkko Hietaniemiinfnan: infnan-ness is unlikely.
2014-09-25 Yves Ortonadd an assert that the length arg for UTF8f is non...
2014-09-25 Jarkko HietaniemiUnify the nok setting for better optimizer chances.
2014-09-24 Jarkko HietaniemiThreaded fix, and logic cleanup.
2014-09-24 Jarkko HietaniemiIf we already know it's infnan, no need to Atof again.
2014-09-23 Jarkko HietaniemiMake pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.
2014-09-23 Jarkko HietaniemiTighter space allocation for floating point stringify.
2014-09-23 Jarkko Hietaniemiinfnan: set POK for inf/nan, and don't use ~50 PV bytes...
2014-09-23 Jarkko HietaniemiAvoid mixing Inf/NaN with IV/UV.
2014-09-21 Father ChrysostomosConsistent spaces after dots in perlapi
2014-09-20 Jarkko HietaniemiOn VC6 (broken NaN compare) redefine Perl_isinf.
2014-09-20 Craig A. BerryFix NaN double to long double conversion on VMS.
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-20 Father ChrysostomosRenumber SVf_IsCOW
2014-09-20 Daniel Draganmore factoring out in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out more in S_utf8_mg_pos_cache_update
2014-09-20 Daniel Draganfactor out FP heavy code in utf8_mg_pos_cache_update
2014-09-19 Jarkko Hietaniemiquadmath NV formatted I/O.
2014-09-19 Jarkko HietaniemiParenthesize & and | a bit.
2014-09-19 Jarkko HietaniemiDo not fall into Gconvert or F0convert on inf/nan.
2014-09-19 Jarkko Hietaniemiinfnan: ++ or -- on infnan doesn't lose precision.
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-18 Daniel Draganin Perl_sv_copypv_flags move mg_get call to callee
2014-09-18 Jarkko HietaniemiComment detypo.
2014-09-18 Jarkko Hietaniemihexfp: use the bytewise extraction also for plain doubles.
2014-09-18 Jarkko HietaniemiAdd comment about the double-double extraction.
next