This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: anither to-do
[perl5.git] / sv.c
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
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelleliminiate PL_regeol
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-03-28 Andy DoughertyRemove the non-inline function S_croak_memory_wrap...
2013-03-25 Craig A. BerryRevert "Restore errno after VMS hack in S_sv_gets_read_...
2013-03-23 Craig A. BerryRestore errno after VMS hack in S_sv_gets_read_record.
2013-03-06 Steffen Mueller(UN)LIKELY branch prediction hints in a few strategic...
2013-03-06 Steffen MuellerPrepare PL_sv_objcount removal
2013-03-06 Nicholas ClarkSet PL_stderrgv to NULL if it is freed.
2013-01-31 Steffen MuellerRemove dead code in Perl_sv_cmp_flags
2013-01-12 David Mitchellinclude SvREADONLY() in SvIMMORTAL() test
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-20 Daniel DraganBetter POD for newSVrv
2012-12-18 David Mitchelltest the resetting of refcnt for immortals
2012-12-16 Karl Williamsonregexec.c: More efficient Korean \X processing
2012-12-10 Father ChrysostomosZap PL_glob_index
2012-12-09 Steffen MuellerConvert some SvREFCNT_dec's to SvREFCNT_dec_NN's for...
2012-12-09 Karl WilliamsonAdd functions for getting ctype ALNUMC
2012-12-08 Craig A. BerryOnly handle PL_rs differently on VMS for record-oriente...
2012-12-08 Tony Cookno need to FIXME, it behaves like read() which is the...
2012-12-08 Tony Cookfix another boundary case and hopefully improve performance
2012-12-08 Tony Cookfix a fencepost error I found trying to fall asleep
2012-12-08 Tony CookIncomplete implementation of $/ = \number acting like...
2012-12-08 Tony Cookdie, evil [IU]32
2012-12-05 Father Chrysostomossv.c: Correct newSVpvn_share docs
2012-12-04 David Mitchellmake SvREFCNT_dec() more efficient
2012-12-04 David MitchellAdd SS_ADD_* macros and replace most SSPUSH* uses
2012-11-29 Father ChrysostomosClear method caches when unwinding local *foo=sub{}
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-11-29 Father ChrysostomosFix two minor bugs with local glob assignment
next