This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
factor out more in S_utf8_mg_pos_cache_update
[perl5.git] / sv.c
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.
2014-08-28 Jarkko HietaniemiDon't use isfinitel/isinfl/isnanl if the C99 macros...
2014-08-28 Reini Urbansv_grow: performance improvement for short strings
2014-08-27 Jarkko HietaniemiMake sprintf %c and chr() on inf/nan return the U+FFFD.
2014-08-27 Jarkko HietaniemiNVgf/NVff agree with -Duselongdouble.
2014-08-27 Jarkko HietaniemiComment tweak.
2014-08-26 Jarkko Hietaniemiprintf inf/nan should be inf/nan.
2014-08-26 Jarkko HietaniemiPost-VAX VMS has fp_classify().
2014-08-26 Jarkko HietaniemiSimplify the hexfp space computation.
2014-08-26 Jarkko HietaniemiComment why hexfp is set here, not earlier.
2014-08-25 Karl Williamsonsv.c: Silence VMS compiler warning
2014-08-25 Father ChrysostomosStop setting PL_lex_expect
2014-08-24 Jarkko HietaniemiExplicitly cast to MANTISSATYPE since some compilers...
2014-08-22 Jarkko HietaniemiRemove obsolete comment.
2014-08-22 Jarkko HietaniemiIf this format ever happens, it is probably left-aligned.
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-22 Jarkko HietaniemiUnify the Inf/-Inf/NaN also in basic NV stringify.
2014-08-22 Jarkko HietaniemiUnify inf/nan printf output to Inf, -Inf, and NaN.
2014-08-21 Jarkko HietaniemiPartial revert of c6d2504a: do not use isfinite().
2014-08-21 Jarkko HietaniemiThe quest for the hexfp exponent continues.
2014-08-21 Jarkko HietaniemiIEEE quadruple exponents were off.
2014-08-20 Jarkko HietaniemiUse Perl_isfinite().
2014-08-20 Jarkko HietaniemiAdd todo comment about special hexfp values.
2014-08-20 Jarkko HietaniemiReduce double-double %a to single-double for now.
2014-08-20 Jarkko Hietaniemidouble-double needs the first mantissa bits of doubles.
2014-08-20 Jarkko HietaniemiModify the hexfp exponent explicitly in each long doubl...
2014-08-17 Jarkko HietaniemiComment tweaks.
2014-08-17 Jarkko HietaniemiAdd quadruple precision tests, verified by Craig Berry.
2014-08-17 Jarkko HietaniemiSeparate the extraction of hex values.
2014-08-15 Jarkko HietaniemiMake a wild guess at how to handle double-double.
2014-08-15 Jarkko Hietaniemi80-bit big-endian extraction was also wrong.
2014-08-15 Jarkko HietaniemiTry preparing for weird UVSIZE or NV_MANT_DIG.
2014-08-15 Jarkko HietaniemiIn frexp+ldexp path simply prefer Uquad_t to UV.
2014-08-15 Jarkko HietaniemiBig endian frexp+ldexp byte extraction was wrong.
2014-08-15 Jarkko HietaniemiComment tweaks.
2014-08-15 Jarkko HietaniemiWhitespace only: line breaks before elses.
2014-08-15 Jarkko HietaniemiAdjust need size for locale radix.
2014-08-14 Jarkko HietaniemiHexadecimal float sprintf, for perl #122219
2014-07-25 Jarkko HietaniemiUnused dVARs found by g++ -DPERL_GLOBAL_STRUCT_PRIVATE.
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-07-03 Tony Cook[perl #3330] warn on increment of an non number/non...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-24 Jarkko HietaniemiUnused contexts found under PERL_GLOBAL_STRUCT.
2014-06-24 Daniel DraganPERL_UNUSED_CONTEXT -> remove interp context where...
2014-06-22 Matthew HorsfallIn response to 7fefc6c, make autodoc smarter.
2014-06-21 Ævar Arnfjörð Bjar... Add a new warning about redundant printf arguments
2014-06-21 Ævar Arnfjörð Bjar... Split up the fake "missing" warning category into an...
2014-06-19 Jarkko HietaniemiRevert "/* NOTREACHED */ belongs *before* the unreachable."
2014-06-19 Jarkko Hietaniemi/* NOTREACHED */ belongs *before* the unreachable.
2014-06-16 Jarkko Hietaniemid_namlen can be signed.
2014-06-16 Jarkko HietaniemiMore (void*) for %p.
2014-06-16 Jarkko HietaniemiFollow-up to b84edbf2; (IV) the IVdf.
2014-06-16 Jarkko HietaniemiUse %"IVdf" instead of %zd.
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-13 Jarkko HietaniemiRemove MAD.
2014-06-12 Brian FraserSilence several -Wunused-parameter warnings about my_perl
next