This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dquote_static.c -> dquote.c
[perl5.git] / sv.c
2015-07-15 Aaron CraneDocument and ensure that sv_catpvf() does no argument...
2015-07-15 Aaron CraneSupport reordered precision arguments in (s)printf
2015-07-15 Aaron Cranesv_vcatpvfn_flags(): make warnings more precise
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-27 Jarkko HietaniemiMissing breaks.
2015-06-27 Jarkko HietaniemiHaving both assert() and if () for maxlen is redundant.
2015-06-27 Jarkko Hietaniemisizeof * and sizeof ** not necessarily the same.
2015-06-27 Jarkko Hietaniemifileno might return negative.
2015-06-22 Rafael Garcia-SuarezIncrease the maximal size of the string displayed in...
2015-06-19 David Mitchellsort fns: simplify handing uninit warnings
2015-06-19 David MitchellPerl_report_uninit(): simplify code
2015-06-02 Jim Cromieperl_clone_using: Zero -DPERL_TRACE_OPS mem for sub...
2015-05-18 David Mitchellclarify apidoc for Perl_sv_get_backrefs
2015-04-15 Tony Cook[perl #124127] fix cloning arrays with unused elements
2015-03-30 David MitchellRevert "Don’t call save_re_context"
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-11 David Mitchelldon't test non-null args
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-03-02 Father Chrysostomos[perl #123849] sv.c: Fix sv_clear -Do output
2015-02-26 David Mitchellinit a var in sv_clear() to keep Coverity happy.
2015-02-20 Karl WilliamsonAdd \b{sb}
2015-02-20 Karl WilliamsonAdd qr/\b{wb}/
2015-02-20 Karl WilliamsonRemove obsolete macros/tables for \X
2015-02-20 Karl WilliamsonAdd qr/\b{gcb}/
2015-02-11 Jarkko Hietaniemiinfnan: revert nan payload/signaling changes
2015-02-09 Tony Cook[perl #123554] catch a couple of other size overflows
2015-02-09 Jarkko Hietaniemiinfnan: the nan quiet/signaling bit is not enough
2015-02-09 Jarkko Hietaniemiinfnan: API context juggling
2015-02-09 Jarkko Hietaniemiinfnan: grok_number* setting the infnan NV directly
2015-02-09 Jarkko Hietaniemiinfnan: nan payload output with sprintf %#g
2015-02-09 Jarkko Hietaniemiinfnan: space for nan payload output
2015-02-09 Jarkko Hietaniemiinfnan: move S_hextract earlier
2015-02-05 Daniel Dragan[PATCH] fix PL_nan_u from leaking in every translation...
2015-02-04 Jarkko HietaniemiPrefer NV instead of long double.
2015-02-02 Jarkko HietaniemiMove the endianness defines from sv.c to perl.h
2015-02-01 Father ChrysostomosRemove context param from sv_get_backrefs
2015-01-28 Jarkko Hietaniemiinfnan: if trailing stuff, fail in looks_like_number()
2015-01-28 Jarkko Hietaniemiinfnan: numify warning testing.
2015-01-27 Daniel Draganmove functions marked as mathomed in embed.fnc to mathoms.c
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Jarkko HietaniemiMake numifying "nanblah" warn, just like "345blah"...
2015-01-20 Jarkko Hietaniemiinfnan: sprintf width and left-align.
2015-01-19 Tony Cook[perl #123554] avoid a crash from SvGROW(MEM_SIZE_MAX)
2015-01-13 Karl Williamsonsv.c: Fix cloning of interp variable
2014-12-31 David Mitchellclone PL_cv_has_eval and PL_savebegin
2014-12-31 David Mitchellsv_vcatpvfn_flags() avoid array bounds err
2014-12-31 David Mitchellfix more -IV_MIN negations
2014-12-31 David Mitchellfix -IV_MIN negations
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
next