This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 8d9dd4b93f
[perl5.git] / sv.c
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father ChrysostomosFix pod screwup in a05ea1cf8be
2013-11-08 Father ChrysostomosConsistent spaces after dots in sv.c apidocs
2013-11-08 Daniel DraganPOD-only mention sv_setsv does get magic but not set...
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomos[perl #54044] Make PL_replgv refcounted
2013-10-28 Father ChrysostomosMake PL_argvgv refcounted
2013-10-28 Father ChrysostomosWhen deleting via hek, pass the computed hash value
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-10-23 Daniel Draganrefactor sv_add_backref
2013-10-21 Daniel Draganmake sv_2bool_flags() non-recursive on overload
2013-09-24 Karl WilliamsonRemove PL_ASCII; use existing array slots for it
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-24 Brian FraserRemoved the define for FCALL
2013-09-21 Brian FraserRemove an ifdef for the Harris HCX-9 froms sv.c
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable "long long" formats...
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Karl WilliamsonUse separate macros for byte vs uv Unicode
2013-09-09 Father ChrysostomosFix -DP output
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-07 Leon TimmermansFix PerlIO_get_cnt and friends
2013-09-06 Father ChrysostomosPut AV defelem creation code in one place
2013-08-31 Karl WilliamsonMake printf, sprintf respect 'use locale' for radix
2013-08-29 Karl Williamsonsv.c: Make less ASCII-centric
2013-08-29 Karl WilliamsonFix some EBCDIC problems
2013-08-29 Karl WilliamsonRemove unnecessary temp variable in converting to UTF-8
2013-08-29 Karl WilliamsonExtract common code to an inline function
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-23 Karl WilliamsonPATCH: [perl #119443] Blead won't compile on wince
2013-08-21 Father ChrysostomosMove super cache into mro meta
2013-08-20 Father Chrysostomos[perl #118693] Remove PADTMP exemption from uninit...
2013-08-18 Father Chrysostomos[perl #114864] Make UNIVERSAL::DESTROY changes invalida...
2013-08-13 Father ChrysostomosStop reset from clearing aliases to globs
2013-08-12 Father Chrysostomossv.c:sv_grow: accept read-only COWs
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-08-11 Father ChrysostomosRemove special string handling from sv.c:sv_reset
2013-08-11 Father Chrysostomossv.c:sv_reset: Remove %ENV handling; fix for VMS
2013-08-11 Father ChrysostomosStop reset from skipping @ % if $ is read-only
2013-08-11 Father Chrysostomossv_reset: Don’t skip THINKFIRST items
2013-08-11 Father ChrysostomosFix threaded build broken by 823ac2c80
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2013-08-11 Father Chrysostomossv.c: Remove more ro exceptions that c72a4ee missed.
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-08-11 Father ChrysostomosMake SvPVbyte work on tied non-PV
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosMake OLD_COPY_ON_WRITE handle SvLEN==0 scalars
2013-08-11 Karl Williamsonregcomp.h, sv.c, utf8.c: Comment nits
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-10 Father ChrysostomosRespect SvLEN==0 and SvOOK in sv.c:sv_sethek
2013-08-05 Father ChrysostomosHandle SAVEt_READONLY_OFF in ss_dup
2013-08-05 Father ChrysostomosHandle SAVEt_ADELETE in ss_dup
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-08-04 Father Chrysostomos[perl #119043] Allow utf8 up/downgrade on ro COWs
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-24 Tony CookRevert "Remove the non-inline function S_croak_memory_w...
2013-07-23 Father Chrysostomosfix typo in sv.c apidocs
2013-07-23 Father Chrysostomossv.c: Remove overflow check in utf8 length cache
2013-07-23 Father ChrysostomosAdd sv_pos_b2u_flags
2013-07-23 Karl Williamsonsv.c: Remove duplicate dups
2013-07-19 Father Chrysostomossv.c: Assert that sv_[ivp]v are not passed aggregates
2013-07-19 Daniel Draganremove some instruction bloat in S_find_uninit_var
2013-07-16 Karl WilliamsonReinstate "Use new Svt_INVLIST for inversion lists."
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-07 Karl WilliamsonPATCH: [perl #118197] Cope with non-ASCII decimal separ...
2013-07-07 Karl WilliamsonProperly determine if in locale for NV stringification
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonRevert "Use new Svt_INVLIST for inversion lists."
2013-07-04 Karl WilliamsonFix perlguts and comments for how sv_chop() works
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-26 Karl WilliamsonRevert "UTF8f"
2013-06-23 Father Chrysostomossv.c: Allow COWs through sv_magic unscathed
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-23 Father Chrysostomossv.c: Make sv_force_normal always croak on ro SVs
2013-06-23 Father ChrysostomosStop SVt_REGEXPs from being upgraded.
2013-06-18 Father ChrysostomosUTF8f
2013-06-18 Steffen MuellerMark the common case with LIKELY branch predictor hint
2013-06-18 Karl WilliamsonDon't use locale definitions unless within scope
2013-06-18 Karl WilliamsonPATCH: [perl #108378] [perl #115800]
2013-06-11 Steffen MuellerRemove magic literal constant in favor of named constant
2013-06-09 David Mitchellremove -Dmad string length restriction
2013-06-09 Father ChrysostomosFlush PL_stashcache on glob-to-glob assignment
2013-06-08 David Mitchelladd 1 to SvGROW under COW (and fix svleak.t)
2013-06-08 Father Chrysostomos[perl #117941] reset crashes when current stash is...
2013-06-08 Father ChrysostomosStop using PL_sortstash
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchellmake PL_reg_curpm global
next