This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv:gv_try_downgrade: Leave PL_stderrgv alone
[perl5.git] / t / op /
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_stderrgv alone
2013-10-28 Father ChrysostomosMake PL_hintgv refcounted
2013-10-28 Father ChrysostomosDon’t create %@ on startup
2013-10-28 Father ChrysostomosMake PL_envgv refcounted
2013-10-28 Father ChrysostomosMake PL_firstgv and PL_secondgv refcounted
2013-10-26 Father ChrysostomosDon’t let gv.c:gv_try_downgrade touch PL_statgv
2013-10-25 Father ChrysostomosPropagate lvalue context to && and ||
2013-10-24 Father ChrysostomosRestore prev. behaviour of @a||... in lv sub
2013-10-24 Father ChrysostomosFix bare blocks in lvalue subs
2013-10-24 Father Chrysostomos[perl #119797] Fix if/else in lvalue sub
2013-10-22 Father ChrysostomosUnbreak -bareword under strict+integer
2013-10-18 Eric BrineCall select's 4th arg's magic
2013-10-17 Jesse Luehrsisa should fall back to checking @UNIVERSAL::ISA in...
2013-10-16 Peter MartiniAdding a prototype attribute.
2013-10-05 Father ChrysostomosFix a bug with ->@ inside "@{...}"
2013-10-05 Father ChrysostomosMake postderef experimental
2013-10-05 Father ChrysostomosAllow ->@ ->$ interpolation under postderef_qq feature
2013-10-05 Father ChrysostomosHide postderef behind the feature feature
2013-10-05 Father Chrysostomos->%{ ->%[
2013-10-05 Father ChrysostomosFix up postfixderef.t
2013-10-05 David NicolTests for postfix dereference
2013-10-04 Karl WilliamsonUpgrade to Unicode 6.3
2013-09-30 Karl WilliamsonRevert "Optimise if/unless wrt OP_AND/OP_OR/OP_DOR...
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-21 Ricardo Signestest that $\ is localized and restored even if it was...
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-17 Tony Cook[perl #85228] stop $!=EINVAL; waitpid(0,0) from looping
2013-09-17 Craig A. BerryEarlier safety check for @INC entry in pp_require.
2013-09-13 Father ChrysostomosTest kv slices in places that expect %{}
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-09-13 Father ChrysostomosSuppress a warning in kvhslice.t
2013-09-13 Ruslan Zakirovtest index/value array slices
2013-09-13 Ruslan Zakirovtest key/value hash slices
2013-09-13 Father ChrysostomosPreserve undef identity in const ops
2013-09-13 Tony Cook[perl #115928] a consistent (public) rand() implementation
2013-09-11 Tony Cook[perl #88814] sigdispatch.t work on openbsd 5.2
2013-09-09 Father Chrysostomosrt119311.t: typo
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-06 Father ChrysostomosMake pp_splice handle nonexistent array elements
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosDon’t push nulls on to the stack in pp_padav
2013-08-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-21 Father Chrysostomosarray.t: Tests for #7508 and #109726
2013-08-20 Father ChrysostomosFix skip logic in pad_tidy and cv_clone
2013-08-20 Father ChrysostomosStop recursion from losing lex fh names
2013-08-14 Tony Cook[perl #3330] avoid an uncaught warning from op/inc.t
2013-08-13 Father ChrysostomosStop reset from clearing aliases to globs
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-08-11 Father ChrysostomosStop reset from skipping @ % if $ is read-only
2013-08-11 Father Chrysostomosreset.t: Basic tests for resetting aggregates
2013-08-11 Father Chrysostomossv_reset: Don’t skip THINKFIRST items
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father Chrysostomosincfilter.t: squelch warning
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosStop system select from croaking on read-only COW ""
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
2013-08-11 Father ChrysostomosMake tr/a/b/ croak on read-only null COWs
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-08-06 Father Chrysostomos[perl #119169] index with __PACKAGE__ for 2nd argument
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
next