This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update threads to CPAN version 1.86
[perl5.git] / sv.c
2011-12-09 John PeacockUse syntax from perlguts for testing objects
2011-12-04 Father ChrysostomosClarify docs for sv_usepvn_flags
2011-12-03 Father ChrysostomosRemove SvTAINT from sv_sethek
2011-12-03 Peter MartiniStop calling sv_usepvn_flags from sv_sethek
2011-12-02 Father ChrysostomosAllow COW PVMGs to be tied
2011-12-01 Father ChrysostomosUse SvOOK_on
2011-12-01 Father Chrysostomossv.c: fix comment typo added by ce2077b184
2011-11-30 Father Chrysostomossv.c/find_uninit_var: Explain kid-scanning loop better
2011-11-30 Father Chrysostomossv.c: typo
2011-11-28 Father Chrysostomossv.c: Turn a FIXME comment into an explanation
2011-11-24 Father Chrysostomos‘Inline’ S_sv_unglob
2011-11-24 Father ChrysostomosMake COW-clobbering faster
2011-11-24 Father ChrysostomosMake assignment over glob copies much faster
2011-11-24 Father Chrysostomossysread should not ignore magic on its buffer
2011-11-23 Father Chrysostomosprintf "%vd", "version" should not SEGV
2011-11-23 Father Chrysostomossv.c/sv_insert_flags: typo
2011-11-23 Father Chrysostomosamagic_deref_call does not necessitate SPAGAIN
2011-11-22 Father Chrysostomos[perl #103766] Wrong $" warning in perl 5.14
2011-11-22 Father Chrysostomossv.c: newSVpvf( → Perl_newSVpvf(aTHX_
2011-11-22 Father ChrysostomosPut sub redef warnings in one place
2011-11-21 Father ChrysostomosMake constant sub redef warnings obey scope
2011-11-21 Father ChrysostomosDon’t call an early-returning destructor
2011-11-21 Father ChrysostomosRestore autouse’s exemption from redef warnings
2011-11-21 Father Chrysostomossv.c: I missed a dot
2011-11-20 Father Chrysostomossort does not call get-magic after dereffing
2011-11-20 Father ChrysostomosDocument sv_2io’s invocation of magic
2011-11-20 Father ChrysostomosCall FETCH once on handle passed as 3rd arg to open()
2011-11-19 Father Chrysostomossv.c: More consistent use of spaces after dots
2011-11-19 Father ChrysostomosCorrect sv_catsv_flags docs
2011-11-19 Father ChrysostomosCorrect sv_catpv_flags docs
2011-11-19 Father ChrysostomosCorrect sv_catpvn_flags docs
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
2011-11-19 Father ChrysostomosMention the variable name in the new length warnings
2011-11-19 Father ChrysostomosTweaks to find_uninit_var docs
2011-11-17 Brian FraserUnused variable in in sv_eq
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-06 Father ChrysostomosStop toggling the FAKE flag for stringified GVs
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-11-04 Father ChrysostomosFill out sv_upgrade docs
2011-11-04 Father ChrysostomosUse SvUPGRADE, not sv_upgrade, in sv_sethek
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-14 Father ChrysostomosStop uninit sort warnings from crashing
2011-10-13 Father ChrysostomosCall get-magic once for .. in list context
2011-10-12 Chip SalzenbergSSize_t, not IV, is a signed STRLEN
2011-10-11 Father ChrysostomosMake sv_set[ps]v(cv...) set prototype
2011-10-11 Chip Salzenbergunder DEBUGGING, minimize the sentinels written in...
2011-10-11 Chip Salzenbergtweak sv_chop pod
2011-10-11 Chip SalzenbergI32 may not be big enough for string insert length
2011-10-10 Father ChrysostomosFix cv-to-gv assignment to use CvPROTO
2011-10-08 Father ChrysostomosRewrite sv_catsv to pass SV_CAT* flags to sv_catpvn
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-10-07 Father ChrysostomosUse HEKf
2011-10-07 Father ChrysostomosHEKf256 format
2011-10-07 Father ChrysostomosHEKf format
2011-10-06 Brian Frasertoke.c, op.c, sv.c: Prototype parsing and checking...
2011-10-06 Father ChrysostomosFix diag.t failure with diag_listed_as comment
2011-10-06 Brian Fraser"Use of uninitialized value..." UTF8 cleanup
2011-10-06 Brian Frasersv.c: Make most warnings utf8-clean
2011-10-06 Brian Frasersv.c: Make cloning account for UTF8 stash names
2011-10-06 Brian FraserMake sv.c:sv_clear account for UTF8 keys in PL_stashcache
2011-10-06 Brian Frasersv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
2011-10-06 Brian FraserMake op.c warnings UTF8-clean
2011-10-06 Father Chrysostomosmro.c: Correct utf8 and bytes concatenation
2011-10-06 Brian Frasersv.c: S_anonymise_cv_maybe UTF8 cleanup.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian FraserAdd a sv_sethek() function to sv.c
2011-10-06 Brian Frasersv.c: glob_assign_glob is now UTF-8 aware.
2011-10-06 Brian FraserSvUTF8() for globs.
2011-10-02 Reini UrbanTypo in comment share_hek_kek
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl WilliamsonNo need for swashes for computing if ASCII
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-09-13 Father ChrysostomosMake \&$tied call get-magic when it holds a glob
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-09 Father ChrysostomosCall get-magic once for *glob=$tied
2011-09-04 Gerard GoossenInclude negative index of array in warnings about an...
2011-09-03 Gerard GoossenInclude name of global scalars in unitialized value...
2011-09-01 Father ChrysostomosFix two \&$tied regressions
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-23 Chip SalzenbergSVTYPEMASK must be cast to (svtype) when comparing...
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-07-16 Father ChrysostomosMore apidoc entries need \n\n before =cut
2011-07-12 Father ChrysostomosMake it possible to have read-only glob copies
2011-07-11 Nicholas ClarkIn sv.c, remove comments with structure sizes from...
2011-07-04 Karl Williamsonsv.c: hv_dup should be sv_dup
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-06-24 Robin Barkercast unsigned to avoid warning
2011-06-24 Father Chrysostomos[perl #93454] Free deleted iterator when freeing hash
2011-06-21 Karl Williamsonperlapi: fix broken link, from sv.c
2011-06-12 Father ChrysostomosCompletely free hashes containing nulls
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-11 Nicholas ClarkIn PL_magic_data flag whether magic can be added to...
2011-06-11 Nicholas ClarkStore a flag for container/value magic in PL_magic_data.
2011-06-11 Nicholas ClarkCreate a lookup table for magic vtables from magic...
next