This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In taint.t, convert the Fcntl and *printf tests to violates_taint().
[perl5.git] / pp_hot.c
2011-02-26 Father ChrysostomosStop aelemfast from crashing on GVs with null AVs
2011-02-18 David Mitchellpp_subst: eliminate 'matched' local var
2011-02-18 David Mitchelltaint REGEX SVs as well as refs to them
2011-02-18 David Mitchellpp_subst: exit earlier after failed match
2011-02-18 David Mitchelltweak the new pattern taint description
2011-02-16 David Mitchelldocument how tainting works with pattern matching
2011-02-16 David Mitchellfix many s/// tainting bugs
2011-02-16 David Mitchellpp_match: indent label slightly
2011-02-06 David Mitchellpp_subst: move a common block outside an if/then
2011-02-06 David Mitchellpp_subst: do SvUTF8_on next to the SvPOK_only_UTF8
2011-02-06 David Mitchellfix a s/non-utf8/is-utf8/ bit of nastiness
2011-02-06 David Mitchellpp_subst: remove a superflous PUTBACK/SPAGAIN
2011-02-06 David Mitchellpp_subtr: preserve UTF8 flag in rare cases
2011-02-06 David Mitchellpp_subst: move a bock of code to to decrease gotos
2011-02-06 David Mitchellpp_subst: compact a couple of PUSHes using ?:
2011-02-06 David Mitchellpp_subst: remove a duplicate label
2011-02-06 David Mitchellpp_subst: exit as soon as !match
2011-02-06 David Mitchellpp_substr: combine two identical blocks of code
2011-01-30 David Mitchellfix a confusing open scope in pp_subst
2011-01-09 Nicholas Clarkregen/opcode.pl should only generate prototypes for...
2011-01-09 Nicholas ClarkGenerate pp_* prototypes in pp_proto.h, and remove...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-05 Nicholas ClarkConvert tied READLINE to using Perl_tied_method()
2011-01-05 Nicholas ClarkConvert tied PRINT to using Perl_tied_method()
2011-01-03 Vincent PitReindent pp_rv2av
2011-01-02 Nicholas ClarkGvIO(gv) returns NULL for a NULL gv, so refactor to...
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-28 Nicholas ClarkAs report_evil_fh() checks WARN_{CLOSED,UNOPENED},...
2010-12-28 Nicholas ClarkAs report_wrongway_fh() checks ckWARN(WARN_IO) internal...
2010-12-28 Nicholas ClarkArgument op to report_evil_fh() is always PL_op->op_typ...
2010-12-28 Nicholas ClarkThe io argument to report_evil_fh() is always GvIO...
2010-12-28 Nicholas ClarkExtract the OP_phoney_* code from report_evil_fh()...
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...
next