This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
svleak.t: Add test for #123198
[perl5.git] / sv.c
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.
2014-09-18 Jarkko HietaniemiDocument the double-double format a little.
2014-09-18 Daniel Draganmore NAN FP fixs for VC6/NAN_COMPARE_BROKEN compilers
2014-09-18 Steve HayRevert a231c375cc and fix 61cd60c6c5 differently instead
2014-09-17 Jarkko HietaniemiUse more NAN_COMPARE_BROKEN.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't bother with Atof.
2014-09-17 Jarkko HietaniemiIf numtype is inf/nan, don't do Atof and iv/uv cast.
2014-09-15 Father ChrysostomosClone lex sub names properly
2014-09-13 Jarkko HietaniemiUse Perl_frexp, and cast arg to NV as appropriate.
2014-09-13 Jarkko HietaniemiWarning about the va_arg vs long doubles.
2014-09-13 Jarkko HietaniemiUntangle the fp value retrieval.
2014-09-13 Father ChrysostomosObsolete comment in sv.c:utf8_mg_pos_cache_update
2014-09-13 Jarkko HietaniemiNeed to have frexpl for long doubles.
2014-09-12 Father ChrysostomosDon’t call save_re_context
2014-09-12 Jarkko HietaniemiThe space computation for hexfp was overovershooting.
2014-09-12 Jarkko HietaniemiUnfinished business from e4c957f4.
2014-09-12 Jarkko Hietaniemilong double / NV schizophrenia continues.
2014-09-11 Jarkko HietaniemiAlso protect against elen < 0.
2014-09-10 Jarkko Hietaniemiundef doesn't accept args for macros.
2014-09-10 Jarkko HietaniemiRemove obsolete comment.
2014-09-10 Jarkko Hietaniemihexfp: Fix zero in IEEE 754 quadruples, cleanups, safety.
2014-09-10 Jarkko HietaniemiWhitespace only.
2014-09-10 Jarkko HietaniemiFloating point should always output more than nothing.
2014-09-10 Jarkko HietaniemiRename the 'nv' as 'fv' since it's not NV.
2014-09-09 Jarkko HietaniemiRename S_infnan_copy as S_infnan_2pv.
2014-09-09 Jarkko Hietaniemihexfp: Implement double-double hexdigit extraction.
2014-09-03 Karl WilliamsonAllow for changing size of bracketed regex char class
2014-09-03 Jarkko HietaniemiThe 'nv' here is not always a NV, so have our own format.
2014-09-02 syberavoid local *f = \&foo resetting the method cache
2014-09-01 Jarkko HietaniemiUse Perl_isfinite() to guard the frexpl.
2014-09-01 Father ChrysostomosRevert "sv_grow: performance improvement for short...
2014-08-31 Jarkko HietaniemiS_infnan_copy needs at most 5 bytes of output size.
2014-08-30 Jarkko HietaniemiHAS_C99 was oddly defined, and oddly used.
next