This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't copy all of the match string buffer
[perl5.git] / pp.c
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-04 Nicholas ClarkUnder -DPERL_DEBUG_READONLY_OPS don't work around glibc...
2012-08-31 Father ChrysostomosStop substr($utf8) from calling get-magic twice
2012-08-26 Father ChrysostomosCorrect typo in flag name
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-25 Father Chrysostomos[perl #114576] Optimise if(%hash) in non-void context
2012-08-25 Father Chrysostomospp.c: pp_boolkeys does not need to pop
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-29 Father ChrysostomosRemove some redundant magical flag checks
2012-07-28 Father Chrysostomospp.c:pp_trans: avoid redundant sv in transr
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-07-02 Father ChrysostomosUse find_runcv_where for pp_coreargs and pp_runcv
2012-06-30 Father Chrysostomos[perl #113012] String negation under ‘use integer’
2012-06-27 Father Chrysostomospp.c: Restore uninit warning to study
2012-06-27 Jesse Luehrsclean up compilation warnings
2012-06-27 Father ChrysostomosSquash repetitive code in pp.c:S_delete_local
2012-06-27 Father ChrysostomosNull HeVAL and local delete → crash
2012-06-27 Father ChrysostomosMake pp.c:pp_srand slightly less repetitive
2012-06-27 Father ChrysostomosMake srand treat "-1" as -1
2012-06-27 Father ChrysostomosMake srand respect magic
2012-06-24 Father ChrysostomosDon’t crash with ()=&CORE::srand
2012-06-24 Jesse Luehrsadd warning for negative argument to chr() [perl #83048]
2012-06-24 Jesse Luehrswarn when srand overflows [perl #40605]
2012-06-23 Father Chrysostomos[perl #112966] Crash on delete local; other local bugs
2012-06-15 Father ChrysostomosUse assertions for /* NOT REACHED */
2012-06-08 Father ChrysostomosMake __SUB__ work in special blocks
2012-06-07 Father Chrysostomospp.c:pp_negate: Move looks_like_number where it matters
2012-06-07 Father Chrysostomospp_negate: Support magic big ints as strings
2012-06-07 Father Chrysostomospp_negate and the Unicode Bug
2012-06-07 Father ChrysostomosFix perl #57706 for magical vars: -"-10"
2012-06-07 Father Chrysostomospp_negate: Don’t treat nummified str as num
2012-06-07 Father Chrysostomos[perl #109542] Make num ops treat $1 as "$1"
2012-06-07 Father ChrysostomosMake prototype call FETCH before checking CORE:: prefix
2012-06-07 Father ChrysostomosMake strict refs report $1 the same way as "$1"
2012-05-30 Father ChrysostomosRemove most code conditional on SvSCREAM
2012-05-30 Father ChrysostomosDelete the contents of pp_study
2012-05-30 Father ChrysostomosDon’t clone closures in rv2cv
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-29 Father Chrysostomos[perl #97478] Make ‘Can’t find opnumber’ UTF-8- and...
2012-05-29 Father ChrysostomosMake &CORE::undef(\*_) undefine it properly
2012-05-29 Father ChrysostomosAdd &CORE::undef
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father Chrysostomospp.c:pp_coreargs: use PL_op_desc instead of OP_DESC
2012-05-29 Father ChrysostomosAdd protos for positive keywords
2012-05-22 Karl Williamsonutf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use it
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2012-02-16 Karl Williamsonpp.c: Cast function argument to expected type
2012-02-16 Karl Williamsonpp_quote_meta: in locale, quote all UTF-8 Latin1 non...
2012-02-16 Karl Williamsonpp.c: white-space only
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-16 Karl Williamsonpp_quotemeta(): Use more explicit macro
2012-02-13 Abhijit Menon-SenMake pp_study a no-op, as discussed on p5p
2012-01-31 Brian Fraseruse locale; fc(""); shouldn't taint.
2012-01-29 Karl Williamsonpp.c: Can grow scalar by less
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2012-01-18 Father Chrysostomos[perl #108480] $cow |= number undefines $cow
2012-01-16 Nicholas ClarkProvide as much diagnostic information as possible...
2012-01-10 Father ChrysostomosBetter fix for perl #107440
2012-01-06 Father Chrysostomos[perl #107440] Save av/hv on mortals stack when clearing
2011-12-29 Father Chrysostomosdiag_listed_as galore
2011-12-29 Father Chrysostomosdiag_listed_as for lvalue scalar context errors
2011-12-26 Father ChrysostomosFix two (er, four) sub:lvalue { &$x } bugs
2011-12-25 Father ChrysostomosDon’t crash when writing to null hash elem
2011-12-18 Father ChrysostomosStop tell($glob_copy) from clearing PL_last_in_gv
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.
next