This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.h: Add assertions to macro
[perl5.git] / scope.c
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-06 Daniel Draganrefactor gv_add_by_type
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-27 Jarkko HietaniemiHoist switch-local variables.
2014-11-17 Father ChrysostomosFix assert fail with my $x; sub() {$x}
2014-11-13 Father Chrysostomospad.c:cv_clone_pad: Avoid copying sv
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-10 Daniel Draganoptimize & rmv from public API Perl_tmps_grow and relat...
2014-10-02 Father ChrysostomosMake list assignment respect foreach aliasing
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-25 Father ChrysostomosStop setting PADMY; renumber PADSTALE
2014-09-20 Father Chrysostomos[perl #115254] Fix flag check on scope exit
2014-09-20 Father ChrysostomosImplement the bipolar read-only system
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-18 Jarkko HietaniemiUnused return value.
2014-09-15 Father Chrysostomosop.c:ck_subr: reify GVs based on call checker
2014-09-15 Father ChrysostomosTurn on CVf_LEXICAL for lexical subs
2014-09-02 syberavoid local *f = \&foo resetting the method cache
2014-08-28 Father ChrysostomosFix crash in leave_scope when my sub has CvGV
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-09 Daniel Draganremove 1 read of interp var from PUSHMARK
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-03-01 Nicholas ClarkCommit 5c85b638cb45ea2b inadvertently broke the -DDEBUG...
2014-02-28 David MitchellSAVEt_CLEARSV: only clear-in-place if RC==1
2014-02-28 David MitchellSAVEt_CLEARSV: handle SvOOK() specially
2014-02-28 David MitchellSAVEt_CLEARSV: expand SvOK_off() macro
2014-02-28 David MitchellSAVEt_CLEARSV: simplify SvREADONLY_off() condition
2014-02-28 David MitchellSAVEt_CLEARSV: reindent after previous commit
2014-02-28 David MitchellSAVEt_CLEARSV: check common flags
2013-09-13 Father Chrysostomosop.c:leave_scope: use mg_free before sv_force_normal
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-10 Father ChrysostomosRevert "[perl #117855] Store CopFILEGV in a pad under...
2013-08-05 Father ChrysostomosRemove SAVEt_STACK_CXPOS
2013-08-05 Father Chrysostomos[perl #117855] Store CopFILEGV in a pad under ithreads
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 David Mitchellsilence warnings under NO_TAINT_SUPPORT
2013-03-12 George GreerFix some ASAN-identified problems
2012-12-06 David Mitchellscope.c: silence some compiler warnings
2012-12-04 David Mitchelladd SvREFCNT_dec_NN()
2012-12-04 David MitchellOptimise magic handling in save* and leave_scope
2012-12-04 David Mitchellrefactor Perl_leave_scope
2012-12-04 David Mitchellsave_int/i32 inline the long version
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 ChrysostomosClear method caches when unwinding local *foo=*method
2012-11-29 Father ChrysostomosFix two local *ISA bugs
2012-11-29 Father ChrysostomosDon’t croak for local *DetachedStash::method
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-11-29 Father Chrysostomosscope.c:save_gp: Remove redundant code
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-21 Father Chrysostomosscope.c: Remove XXX tmp comment from SAVEt_FREEOP
2012-11-19 Daniel Draganreduce scope of a var in save_clearsv
2012-11-18 Father ChrysostomosStop local $_[0] from leaking
2012-11-10 David Mitchellreindent block in leave_scope
2012-11-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-11-05 David Mitchellfix NO_TAINT_SUPPORT on g++
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-09-17 Father ChrysostomosRevert "Set PL_comppad_name on sub entry"
2012-09-16 Vincent PitMake cx_dump() display the correct gimme description
2012-09-16 Vincent PitFix perl with -DPERL_POISON after commit 22ade07
2012-09-16 Steffen MuellerSave one NULL assignment per TMP
2012-09-16 Father ChrysostomosMove my sub prototype CVs to the pad names
2012-09-16 Father ChrysostomosSet PL_comppad_name on sub entry
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosClone my subs on scope entry
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-31 Father Chrysostomosscope.c: Don’t stringify globs on scope exit
2012-06-13 David Mitchelleliminate PL_reg_start_tmp, PL_reg_start_tmpl
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-21 Father Chrysostomosscope.c: Simplify and clarify comment
2012-04-16 Father Chrysostomos[perl #112444] Don’t leak %^H autovivified by destructor
2012-04-11 David Mitchellstop %^H pointing to being-freed hash; #112326
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2011-12-23 Father ChrysostomosDon’t double-free hint hash if copying dies
2011-12-15 Karl Williamsonscope.c: Allow successful saving of PL_tainted
2011-11-19 Father ChrysostomosCopy magic during localisation even for GVs
2011-11-05 Father ChrysostomosHide pad vars from magic methods on scope exit
2011-11-05 Father ChrysostomosWeak refs to pad hvs should go stale
2011-10-07 David Mitchellmake SVs_PADTMP and SVs_PADSTALE share a bit
2011-09-09 Zeframremove index offsetting ($[)
2011-08-27 Father ChrysostomosGVs of localised arrays and hashes should be refcounted
2011-08-02 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-11-21 Father ChrysostomosRevert "Globs that are in the symbol table can be unglo...
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-21 Zeframfull API for cop hint hashes
2010-10-13 Nicholas ClarkIn S_save_scalar_at, remove oldtainted, unneeded since...
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 David Mitchelleliminate next_op from struct block_loop
2010-07-28 Chip Salzenbergremove misleading comment about CXINC; it's fine
next