This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pad.[ch]: PADNAME_OUTER
[perl5.git] / sv.c
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 David Mitchellutf8 pos cache: always keep most recent value
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-08-05 Father ChrysostomosDisallow setting SvPV on formats
2012-08-04 Father Chrysostomossv.c:varname: Fix bad assertion added by c6fb3f6e
2012-08-02 Karl Williamsonregcomp.c: Fix multi-char fold bug
2012-08-02 Father Chrysostomos[perl #114368] perl -DA -e '' segfaults
2012-08-01 Steve HayAdd a USE_64_BIT_INT build option to the Windows makefiles.
2012-08-01 Fuji, Gorofix a memory leak in sv_sethek(), amending 70b71ec84
2012-07-29 Father ChrysostomosOust sv_gmagical_2iv_please
2012-07-28 Father ChrysostomosFlatten vstrings modified in place
2012-07-27 Chip SalzenbergMake all the SvPV*force* macros always return sv with...
2012-07-24 Chip SalzenbergUnify code that initializes constants yes, no, and...
2012-07-21 Chip Salzenbergin sv_chop(), add use SvPOK_only_UTF8() to clear obsole...
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-13 Father ChrysostomosFix *ISA = *glob_without_array
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-07-12 Father ChrysostomosPERL_DEBUG_READONLY_OPS with the new allocator
2012-07-06 Jesse Luehrsdocument the append parameter to sv_gets [perl #72244]
2012-07-04 Father Chrysostomossv.c: Correct comment
2012-07-02 Nicholas Clarks/thinngy/thingy/ in a comment in sv.c
2012-06-30 Karl Williamsonhandy.h: Fix isBLANK_uni and isBLANK_utf8
2012-06-29 Father ChrysostomosCV-based slab allocation for ops
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_
next