This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
util.c:get_db_sub: correct comment
[perl5.git] / pp_hot.c
2011-11-18 Father ChrysostomosRemove redundant check in pp_hot.c:pp_entersub
2011-10-29 Karl WilliamsonFix spelling in comment
2011-10-07 Brian FraserCast to signed before negating, to avoid compiler warnings
2011-10-06 Brian Fraserpp_hot.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp_hot.c: method_common is UTF-8 aware.
2011-10-06 Brian Fraserpp_hot.c: pp_entersub UTF8 cleanup.
2011-09-16 Father ChrysostomosMerge preinc and postinc
2011-09-16 Father ChrysostomosMake ++ and -- work on glob copies
2011-09-09 Zeframremove index offsetting ($[)
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-09-03 Father ChrysostomosCall get-magic once for CV-to-GV assignment
2011-08-29 Nicholas ClarkFor s///r, don't call SvPV_force() on the original...
2011-08-26 Father Chrysostomos&CORE::foo() for close, getc and readline
2011-08-25 Father Chrysostomos&CORE::foo() for @ and $@ prototypes, except unlink
2011-08-25 Father ChrysostomosMake $class->method work when $class is tied
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-06-25 Vincent PitMove pp_enter() and pp_leave() with their friends in...
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-23 Nicholas ClarkFor s///r, avoid copying the source early only to edit...
2011-06-22 Father ChrysostomosMove pp_leavesublv from pp_hot.c to pp_ctl.c
2011-06-22 Father ChrysostomosRemove the CvLVALUE check from pp_leavesub
2011-06-17 Nicholas ClarkIn pp_subst, use a mortal scalar for dstr, instead...
2011-06-17 Father Chrysostomos[perl #81944] Non-lvalue subs do not copy return values
2011-06-17 Father ChrysostomosStop lvalue subs from copying read-only scalars
2011-06-16 Nicholas ClarkIn pp_match, refactor the call to CALLREGEXEC() to...
2011-06-12 Nicholas ClarkSplit OP_AELEMFAST_LEX out from OP_AELEMFAST.
2011-06-08 Father Chrysostomos[perl #92290, #92406] Returning a pad var from lv sub
2011-06-04 Father ChrysostomosAllow lvalue subs to return COWs in reference context
2011-06-04 Father ChrysostomosFix several array-returning bugs in lvalue subs
2011-06-04 Father Chrysostomos[perl #7946] Lvalue subs do not autovivify
2011-06-01 Father Chrysostomos[perl #62498] Scalar context breaks lvalue subs
2011-06-01 Father ChrysostomosWarn when list-assigning to TEMP
2011-06-01 Father ChrysostomosMake empty lvalue subs work correctly
2011-06-01 Father ChrysostomosAllow lvalue subs to return TEMPs
2011-06-01 Father ChrysostomosRevert "Allow returning of temps and ro’s from lv subs"
2011-05-31 Father ChrysostomosAllow lvalue subs to return COWs in list context
2011-05-31 Father ChrysostomosAllow returning of temps and ro’s from lv subs
2011-05-30 Father Chrysostomos[perl #31946] Warn when assigning to a TEMP
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_add
2011-04-08 Father ChrysostomosRemove unnecessary code from pp_eq
2011-04-07 Father Chrysostomos[perl #87708] $tied == $tied
2011-04-07 Father ChrysostomosCorrect stupidities in 4c3ac4b
2011-04-07 Father Chrysostomos[perl #87708] $tied + $tied
2011-03-12 David Mitchell[perl #82111] de-pessimise some my @array = ...
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...
next