This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for #80368/e4916dd1b3
[perl5.git] / sv.c
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
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-12 Brian FraserProtect against ptrdiff_t not being available.
2014-06-07 Karl Williamsonperlapi: Nit, and mention NUL for some functions
2014-06-05 Karl Williamsonperlapi: Include general information
2014-06-05 Craig A. BerryMove a VMS-specific include file in sv.c.
2014-06-05 David Mitchellwhen unCOWing a string, set SvCUR to 0
2014-06-01 Karl Williamsonsv.c: Add comment
2014-05-30 Karl Williamsonsv.c: Clarify comment
2014-05-30 Karl Williamsonperlapi: Clarify some instances where NUL is or isn...
2014-05-30 Karl WilliamsonWrap various pod uses of NUL with C<>
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Yves Ortontemporary fix for [perl #121975] COW speedup lost after...
2014-05-29 Daniel Dragancleanup on commit "Pseudo-fork dups arg array on argles...
2014-05-28 Daniel Draganfix sv_usepvn_flags's docs
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-05-28 Jarkko HietaniemiAdd PERL_UNUSED_RESULT() and use that instead of the...
2014-05-28 Pierre BogossianRemove redundant test
2014-05-12 David Mitchellsv.c: fix closing comment
2014-05-12 Yves Ortondocument sv_gets() internals
2014-05-12 Yves OrtonImplement "max waste" thresholds to avoid problems...
2014-05-07 Tony Cook[perl #121771] Revert the new warning for ++ on non...
2014-04-28 David MitchellPseudo-fork dups arg array on argless calls
2014-03-26 Tony Cook[perl #121366] avoid using an invalid SvPVX() in Perl_s...
2014-03-01 Nicholas Clarkpp_tms should use a local struct tms, instead of PL_tim...
2014-02-28 David Mitchellcopy xhv_rand and xhv_last_rand in threads clone
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-23 David Mitchellfix win32 build
2014-02-22 Father Chrysostomos[perl #121259] Always allow COW after $input=<>
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-15 Father Chrysostomos[perl #121242] Fix crash in gp_free when gv is freed
2014-02-15 Father Chrysostomossv.c: Don’t flip flags so many times in glob_assign_glob
2014-02-13 Karl Williamsonsv.c: Add comment
2014-02-05 Brian Frasersv,c, sv_cmp_locale_flags: flags is unused if locales...
2014-02-05 Brian Frasersv.c: Remove leftover ifdef from the %vd format
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Yves OrtonAdd tests and fix new fatal errors related to $/
2014-01-28 Karl WilliamsonWhite-space, comments only
2014-01-28 Karl WilliamsonWork properly under UTF-8 LC_CTYPE locales
2014-01-22 Karl WilliamsonComments, white-space
2014-01-21 Brian Frasersv.c, Perl_dirp_dup: Skip the fchdir sections if telldi...
2014-01-20 David Mitchellrename sTHX to PERL_MEMORY_DEBUG_HEADER_SIZE
next