This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Fix some jagged lines
[perl5.git] / pp.c
2011-12-16 Father ChrysostomosName anon handles __ANONIO__
2011-12-15 Karl Williamsonpp.c: Changing case of utf8 strings under locale uses...
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
2011-11-26 Father ChrysostomosOptimise substr assignment in void context
2011-11-26 Father ChrysostomosDon’t coerce $x immediately in foo(substr $x...)
2011-11-24 Father ChrysostomosCall FETCH once when chomping a tied ref
2011-11-24 Father Chrysostomospp.c: Remove useless read-only check from S_do_chomp
2011-11-23 Father Chrysostomosamagic_deref_call does not necessitate SPAGAIN
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-19 Father ChrysostomosMention implicit $_ in y///r uninit warning
2011-11-16 Zeframexpunge gratuitous Unicode punctuation in comments
2011-11-12 Karl Williamsonpp.c: Make sure variable is initialized
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Remove macro no-longer called
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-11 Karl Williamsonpp.c: Add compiler hint
2011-11-11 Karl Williamsonpp.c: White-space only
2011-11-11 Karl Williamsonpp.c: Call subroutine instead of repeat code
2011-11-06 Father Chrysostomos[perl #96326] *{$io} should not be semi-defined
2011-10-17 Karl Williamsonpp.c: White space only
2011-10-17 Karl Williamsonpp.c: Remove disabled code for context sensitive lc
2011-10-11 Chip Salzenbergdo not return useless value from void-context substr
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-10-06 Brian Frasergv.c, op.c, pp.c: Stash-injected prototypes and prototy...
2011-10-06 Brian Fraserpp.c: Got pp_gelem nul-clean.
2011-10-06 Brian Fraserpp.c: Make warnings utf8-clean
2011-10-06 Brian Fraserpp.c: pp_substr for UTF-8 globs.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-10-06 Brian Fraserpp.c: pp_bless UTF8 cleanup.
2011-10-06 Brian Fraserpp.c: Make pp_rv2cv use gv_autoload_pvn()
2011-10-06 Brian Fraserpp.c: pp_rv2gv UTF8 cleanup.
2011-09-16 Father ChrysostomosMerge postinc and postdec
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-08 Robin Barkerremove unused variables and assignments
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::srand()
2011-08-27 Karl Williamsonpp.c: Use built-in case tables for ords < 256
2011-08-27 Karl Williamsonpp.c: Change comment
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father Chrysostomos&CORE::lock()
2011-08-26 Father Chrysostomos&CORE::index() and &CORE::rindex()
2011-08-26 Father ChrysostomosRemove now-unnecessary len check from pp.c:S_rv2gv
2011-08-26 Father ChrysostomosMake *{undef} self-consistent
2011-08-26 Father Chrysostomospp.c: Suppress stupid compiler warning
2011-08-26 Father Chrysostomos&CORE::foo() for dbmopen and dbmclose
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 Chrysostomos&CORE::caller()
2011-08-25 Father Chrysostomos&CORE::bless()
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father ChrysostomosMove most of pp_rv2gv into a static function
2011-08-25 Father ChrysostomosAllow ampersand calls to CORE subs with (_) proto
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-08-24 Father ChrysostomosCall get-magic once for defined ${...}
2011-08-23 Father ChrysostomosStop readline($foo) from autovivifying
2011-08-23 Father Chrysostomosclose($undef) should not croak_no_modify
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-23 Father ChrysostomosRemove null checks from pp_rv2gv
2011-08-22 Father ChrysostomosMake rv2gv return autovivified magic GVs
2011-08-19 Father Chrysostomospp.c:pp_rv2gv: Skip amagic check when vivifying a glob
2011-08-18 Father Chrysostomos&CORE::foo() for nullary functions
2011-08-18 Father ChrysostomosAdd coreargs op
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-14 Father ChrysostomosMove pp_-specific code out of core_prototype
2011-08-14 Father ChrysostomosChange core_prototype to take a keyword num
2011-08-14 Father ChrysostomosMake core_prototype provide the op number as well
2011-07-26 Father ChrysostomosAdd core_prototype; make pp_prototype use it
2011-07-22 Father ChrysostomosDon’t call get-magic twice for sym refs
2011-07-21 Father ChrysostomosCorrect lock’s prototype
2011-07-19 Father ChrysostomosUse a switch in pp_prototype for compactness
2011-07-19 Father Chrysostomos[perl #94984] Remove prototypes for infix ops
2011-07-08 Father ChrysostomosAdd prototypes for __FILE__ &c.
2011-07-01 Nicholas ClarkFor shorter strings, store C<study>'s data as U8s or...
2011-07-01 Nicholas ClarkStore C<study>'s data as U32s, instead of I32s.
2011-07-01 Nicholas ClarkTidy code in pp_study and Perl_screaminstr()
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-07-01 Nicholas ClarkChange PL_screamnext to store absolute positions.
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-06-25 David Mitchelladd do_ncmp fn and make pp_ncmp, pp_eq etc use it
2011-06-25 David Mitchellpp_ncmp: favour the non- Perl_isnan route
2011-06-25 David Mitchellremove unreachable code from various compare ops
2011-06-23 Nicholas Clarkstudy now passes REXEC_SCREAM to the regex engine when...
2011-06-21 Eric Brine[perl #78462] Don't warn for splice(@a,MAX_LEN)
2011-06-17 Father ChrysostomosRevert "pos in lvalue context now returns a PVMG instea...
2011-06-14 Nicholas Clarkpos in lvalue context now returns a PVMG instead of...
2011-06-11 Nicholas ClarkDon't allow study on an FBM scalar, to give more flexib...
next