This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8.c, .h: Clarify pod and comment
[perl5.git] / pp_hot.c
2010-12-16 David Mitchellonly call amagic_deref_call() if we have to
2010-12-15 David Mitchelldon't upgrade overload IV return values to NV
2010-11-30 Father ChrysostomosAnother oops.
2010-11-30 Father ChrysostomosOops.
2010-11-30 Father Chrysostomos[perl #68560] calling closure prototype SEGVs
2010-11-04 Marty Pauleyfix for #23790.
2010-11-03 Nicholas ClarkInline tryAMAGICunDEREF_var() into its callers and...
2010-11-03 Father Chrysostomoss///r leaks like a sieve
2010-10-30 David MitchellRT #63790: &{PL_sv_yes} corrupted mark stack
2010-10-29 Niko Tyni[perl #78674] Fix stack pointer corruption in pp_concat...
2010-10-25 Father ChrysostomosRevert "Fix for RT#1804: Anonymous glob breaks when...
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-20 David Mitchellcall defout/stderr destructors last
2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage
2010-09-01 David Mitchellpp_match: fix confusing layout in an if()
2010-09-01 David MitchellCopy RE capture buf on overload as well as TEMP
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-13 Eric BrinePure Perl lvalue subs can't return temps, even if they...
2010-08-11 Father ChrysostomosRT #75468: readline ignores <> overloading when arg...
2010-07-26 Father Chrysostomos[perl #75656] lvalue subs don't copy on write
2010-07-26 Father ChrysostomosFix for RT#1804: Anonymous glob breaks when assigned...
2010-07-17 Nicholas ClarkIn pp_qr, use gv_stashsv() directly on the SV.
2010-07-14 Josh ben JoreAdd x-ref from call site in do_readline() of sv_grow...
2010-07-03 David Mitchelladd some comments to pp_concat
2010-07-03 David Mitchellremove double stringify-overload from $ovld .= foo
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-06-04 David Mitchellrename DM_ARRAY flag to DM_ARRAY_ISA
2010-06-04 David MitchellRevert "Re: [perl #51636] segmentation fault with array...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-25 Father Chrysostomo... Deref ops ignore get-magic when SvROK(sv)
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-21 David Mitchellfollowup to magic/overload fix
2010-05-21 David Mitchellmake overload respect get magic
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-05-02 Nicholas ClarkPermit array assignment to steal temps and copy shared...
2010-05-02 Nicholas ClarkBetter fix for RT #2140 (list assignment with duplicate...
2010-04-25 David Mitchellavoid multiple FETCHes
2010-04-17 Nicholas ClarkDispatch signals in infinite loops such as 1 while 1;
2010-04-15 Nicholas ClarkFix code before statement error introduced by f410a2119...
2010-04-15 Nicholas ClarkMove PERL_ASYNC_CHECK() from the runloop to control...
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2010-03-23 David MitchellFix assorted bugs related to magic (such as pos) not...
2010-01-14 Nicholas ClarkBack out the {ENTER,LEAVE}_with_name("sub") part of...
2009-12-14 Father Chrysostomos[perl #70764] $' fails to initialized for pre-compiled...
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-15 Nicholas ClarkInline PL_no_symref into pp_entersub. Deprecate the...
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-10-26 Yves Ortonadd an elipses to string/ref warnings when str longer...
2009-10-12 Nicholas ClarkAdd Perl_ck_warner(), which combines Perl_ckwarn()...
2009-09-05 gfxRemove an unnecessary NULL check, which is already...
2009-08-22 Nicholas ClarkIn pp_entersub, replace gv_fetchpv() with gv_fetchpvs().
2009-07-25 Vincent PitUse the new SAVEHDELETE() macro wherever possible
2009-03-29 Vincent PitDon't call SvPV_const() on the method name at the top...
2008-12-28 Vincent PitAlso define 'localizing' in pp_helem for the sake of...
2008-12-28 Vincent PitOn scope end, delete localized array elements that...
2008-12-28 Vincent PitIntroduce SvCANEXISTDELETE in pp.h, which simplify...
2008-11-25 Vincent Pit[perl #38809] return do { } : take 3 (or 4...)
2008-11-14 bharanee rathna[perl #48489] patch to fix perl bug #7013
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-08 Marcus Holland-MoritzAssigning to DEFSV leaks if PL_defgv's gp_sv isn't...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-18 Marcus Holland-MoritzFix memory leak in qr// operator. This was most probably
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2008-05-02 Vincent PitRe: [perl #51636] segmentation fault with array ties
2008-04-17 Nicholas Clark/* This code tries to figure out just what went wrong...
2008-03-10 Steve HaySilence warning from VC++ following #33447
2008-03-06 Nicholas ClarkRefactoring the /Can't return (?:array|hash) to scalar...
2008-02-26 Rafael Garcia-SuarezChainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-14 Rafael Garcia-SuarezRevert change #33302. This change was wrong, since...
2008-02-13 Rick Delaney[perl #47047] Use of inherited AUTOLOAD for non-method...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-25 Nicholas ClarkUsing PL_sv_no in place of any !SvOK() maximum removes...
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkAvoid using cx->blk_loop.itermax when reverse iterating...
2008-01-24 Nicholas ClarkSplit out foreach iterations of temporary lists on...
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas ClarkEliminate the U8 sbu_once from struct subst, and shrink...
2008-01-21 Nicholas ClarkIn pp_subst, rxtainted is not a boolean, as it stores...
2008-01-20 Nicholas ClarkIn struct block_sub and block_format, access the member...
2008-01-15 Jerry D. HeddenFix range operator
2008-01-11 Rafael Garcia-SuarezRename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Nicholas ClarkRemove code that protected pp_qr against REGEXPs going...
next