This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Stop op freeing from interfering with sub(){42} mutability
[perl5.git] / sv.c
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
2012-11-27 Father ChrysostomosDisable PL_sawampersand
2012-11-27 Father ChrysostomosAllow COW with magical and blessed scalars (among others)
2012-11-27 Father ChrysostomosMin string length for COW
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-26 Karl WilliamsonRemove 3 unused interpreter variables
2012-11-26 Father ChrysostomosMove a CAN_COW_MASK comment from sv.c to sv.h
2012-11-26 Father ChrysostomosStop cv-to-glob assignment redef warnings from leaking
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-23 Father Chrysostomossv.c:S_curse: move assertions to make them useful
2012-11-23 Father Chrysostomossv.c:S_curse: remove unnecessary null check
2012-11-21 Father Chrysostomossv.c: Remove aTHX from croak_no_modify call
2012-11-21 Father ChrysostomosFix double free with stashes blessed into each other
2012-11-21 Father ChrysostomosAdd assertions to S_curse in sv.c
2012-11-21 Father ChrysostomosRevert "Revert "8c34e50dc slowed down detruction with...
2012-11-21 Father Chrysostomos[perl #115830] Fix crash by not copying DESTROY cache
2012-11-21 Father Chrysostomossv.c: obsolete comment
2012-11-21 Father ChrysostomosMention do_curse in alloc section of sv.c apidocs
2012-11-20 Father ChrysostomosRevert "8c34e50dc slowed down detruction with no DESTROY"
2012-11-17 Father Chrysostomos8c34e50dc slowed down detruction with no DESTROY
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-16 David Mitchellclone() wasn't cloning the whole stack
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
next