This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove some 5.002 and 5.003 compatibility code from Class::Struct.
[perl5.git] / sv.c
2012-06-15 Father ChrysostomosDon’t create pads for sub stubs
2012-06-13 David Mitchelleliminate PL_reg_start_tmp, PL_reg_start_tmpl
2012-06-13 David Mitchelleliminate PL_reglast(close)?paren, PL_regoffs
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-09 Michael Schroeder[perl #111610] Trouble with XS-APItest/t/clone-with...
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-30 Father ChrysostomosDelete two instance of SvSCREAM_off
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-26 Brian Frasersv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RE...
2012-05-24 Craig A. Berry[perl #112786] Fix build under clang++
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-05-22 Father Chrysostomossv.c: Don’t do SvAMAGIC_off in newSVrv
2012-05-22 Father Chrysostomossv.c: Don’t do SvAMAGIC_off in sv_setsv_flags
2012-05-22 Father Chrysostomossv.c: Don’t fiddle with AMAGIC in sv_bless
2012-05-21 Father ChrysostomosDon’t stringify GV in numeric cx outside warnings scope
2012-03-26 David Mitchellclear magic flags in sv_clear
2012-03-06 David Mitchellfix slowdown in nested hash freeing
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-18 Zeframcorrectly clone eval context frames
2012-02-17 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if tsv is already...
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-15 Shlomi FishClarify the newSVpvn documentation.
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-11 Karl Williamsonregcomp.c: Remove duplicate inversion list
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl Williamsonregcomp.c: Use compile-time invlists
2012-02-09 Robin BarkerSilence compiler warnings
2012-02-01 Nicholas ClarkUpdate, correct and clarify the comment in Perl_sv_setuv().
2012-02-01 Father ChrysostomosStop SvPVutf8 from forcing the POK flag
2012-02-01 Father ChrysostomosMake SvPVbyte return bytes for non-PVs
2012-01-31 Father Chrysostomos[perl #108994] Stop SvPVutf8 from coercing SVs
2012-01-25 Rafael Garcia-SuarezCorrectly escape UTF-8 in hash keys in uninitialized...
2012-01-24 Father Chrysostomos[perl #108780] Make ‘no overloading’ work with qr//
2012-01-23 Father Chrysostomossv.c:sv_utf8_encode: simplify code
2012-01-23 Father ChrysostomosDon’t allow read-only regexps to be tied
2012-01-23 Father Chrysostomossv_force_normal: Don’t confuse regexps with cows
2012-01-20 Father Chrysostomos[perl #82772] utf8::decode: Don’t read past SvCUR
2012-01-18 Father Chrysostomos[perl #106726] Don’t crash on length(@arr) warning
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-14 Father Chrysostomosstat $ioref should record the handle for -T _
2012-01-14 Father ChrysostomosSet PL_statgv to null when freed or coerced
2012-01-13 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if svp is NULL...
2012-01-13 Nicholas ClarkIn Perl_sv_del_backref(), don't panic if the backref...
2012-01-13 Nicholas ClarkBetter panic diagnostics in Perl_sv_del_backref()
2012-01-01 Father Chrysostomos[perl #107366] Don’t clone GVs during thread join
2012-01-01 Father Chrysostomos[perl #103492] Make %n printf format work with Unicode
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-29 Father ChrysostomosCorrect spelling of sv_insert error msg
2011-12-27 Father Chrysostomosperldiag: Remove ‘in %s’ from bizarre copy msg
2011-12-25 Father Chrysostomossv.c:dirp_dup: Avoid compiler warning
2011-12-25 Father ChrysostomosAdd diag_listed_as for non-numeric warnings
2011-12-23 Father Chrysostomossv.c: consistent spaces after dots in apidocs
2011-12-23 Father ChrysostomosDon’t clobber all magic when clobbering vstring
2011-12-18 Father ChrysostomosAvoid an unused temp scalar in sv.c:S_sv_unglob
2011-12-18 Father Chrysostomos[perl #97988] Nullify PL_last_in_gv when unglobbed
2011-12-16 Father Chrysostomosperldiag: Retitle ‘Cannot copy’
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
next