summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* FV_ISFINITE, not FV_ISINITE.Jarkko Hietaniemi2014-11-081-1/+1
* Perl_isfinitel is not necessarily always there.Jarkko Hietaniemi2014-11-081-2/+6
* add xs_handshake APIDaniel Dragan2014-11-071-7/+8
* remove obsolete PL_apiversionDaniel Dragan2014-11-071-1/+0
* hexfp: use the double-double fallback also for unknown formats.Jarkko Hietaniemi2014-11-061-175/+203
* I shouldn't think of fp formats when tired.Jarkko Hietaniemi2014-11-041-19/+22
* AIX noticed the broken comment and broke.Jarkko Hietaniemi2014-11-041-1/+1
* Remove obsolete comment.Jarkko Hietaniemi2014-11-031-5/+0
* S_hextract for mixed endian doubles.Jarkko Hietaniemi2014-11-031-2/+24
* [perl #57512] Warnings for implicitly closed handlesFather Chrysostomos2014-11-021-1/+4
* Add a note about the buffer wastage of double-doubles.Jarkko Hietaniemi2014-11-021-1/+6
* Use DOUBLEKIND in S_hextract() setup.Jarkko Hietaniemi2014-11-021-6/+12
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+8
* Decouple quadmath from longdouble.Jarkko Hietaniemi2014-10-301-8/+9
* Manual revert of 0f83c5a4.Jarkko Hietaniemi2014-10-291-97/+106
* sv.c: Always #define COW threshold constantsFather Chrysostomos2014-10-211-13/+11
* Apify SV_CATBYTES and SV_CATUTF8Father Chrysostomos2014-10-181-2/+8
* sv.c:sv_catsv: Remove null checkFather Chrysostomos2014-10-161-5/+3
* Fold join to const or stringify where possibleFather Chrysostomos2014-10-121-1/+5
* Simple package scalar lvalue refsFather Chrysostomos2014-10-101-5/+5
* optimize & rmv from public API Perl_tmps_grow and related codeDaniel Dragan2014-10-101-3/+5
* [perl #122445] use magic on $DB::single etc to avoid overload issuesTony Cook2014-10-091-0/+1
* The double-double precision can be really large.Jarkko Hietaniemi2014-10-071-3/+8
* Delete obsolete comment fragment.Jarkko Hietaniemi2014-10-061-7/+3
* Use the double-double size only if using long double.Jarkko Hietaniemi2014-10-061-6/+7
* silence some compiler warnings on VC6Daniel Dragan2014-10-061-3/+3
* silence compiler warnings in utf8_mg_pos_cache_updateDaniel Dragan2014-10-041-4/+4
* optimize SV creation funcs in sv.cDaniel Dragan2014-10-041-3/+4
* Make list assignment respect foreach aliasingFather Chrysostomos2014-10-021-5/+1
* Correct and update sv.c’s string copy commentsFather Chrysostomos2014-10-011-8/+15
* sv.c: Suppress compiler warningFather Chrysostomos2014-09-281-2/+2
* for storage of NVs, use "IV in sv_u in head no-body trick" where possibleDaniel Dragan2014-09-281-12/+31
* sv.c: Remove redundant assignmentsFather Chrysostomos2014-09-281-3/+0
* Fix FETCH count for sprintf "...", $tiedFather Chrysostomos2014-09-271-5/+8
* [perl #12285] Fix str vs num inf/nan treatmentFather Chrysostomos2014-09-271-2/+3
* Some NV_TO_FV fixes following fdb7e3a630fea81.Craig A. Berry2014-09-261-6/+11
* sv.c:S_sv_setnv: Cast SvPOK to boolFather Chrysostomos2014-09-251-1/+1
* infnan: infnan-ness is unlikely.Jarkko Hietaniemi2014-09-251-7/+7
* add an assert that the length arg for UTF8f is non-negativeYves Orton2014-09-251-0/+5
* Unify the nok setting for better optimizer chances.Jarkko Hietaniemi2014-09-241-3/+6
* Threaded fix, and logic cleanup.Jarkko Hietaniemi2014-09-241-13/+13
* If we already know it's infnan, no need to Atof again.Jarkko Hietaniemi2014-09-241-7/+31
* Make pack-as-int/sprintf-%c-ing/chr-ring inf/nan fatal.Jarkko Hietaniemi2014-09-231-3/+6
* Tighter space allocation for floating point stringify.Jarkko Hietaniemi2014-09-231-8/+25
* infnan: set POK for inf/nan, and don't use ~50 PV bytes for inf/nan.Jarkko Hietaniemi2014-09-231-7/+16
* Avoid mixing Inf/NaN with IV/UV.Jarkko Hietaniemi2014-09-231-109/+100
* Consistent spaces after dots in perlapiFather Chrysostomos2014-09-211-2/+2
* On VC6 (broken NaN compare) redefine Perl_isinf.Jarkko Hietaniemi2014-09-201-14/+10
* Fix NaN double to long double conversion on VMS.Craig A. Berry2014-09-201-1/+8
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-5/+6