This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
toke.c: For plugins, don’t set PL_expect if PL_nexttoke
[perl5.git] / t / op /
2014-01-01 Father Chrysostomoslc.t: More tests for #43207
2013-12-27 Nicholas ClarkPurge sfio support, which has been broken for a decade.
2013-12-24 Father ChrysostomosInterpret do CORE() as do-file
2013-12-22 Dagfinn Ilmari Man... Remove support for "do SUBROUTINE(LIST)"
2013-12-18 Tony Cook[perl #118651] don't overwrite $! in readdir()
2013-12-16 Dabrien 'Dabe' Murphy[perl #120752] Fix t/op/coreamp.t rand test
2013-12-15 Father Chrysostomos[perl #72406] Bad read with do{} until CONST
2013-12-05 Father Chrysostomos[perl #120694] Fix ->SUPER::foo and AUTOLOAD
2013-11-24 Father Chrysostomos->$#*
2013-11-20 Father Chrysostomost/op/sub.t: Suppress warnings properly
2013-11-19 Matthew Horsfall... Optimise 'if ($a || $b)' and 'unless ($a && $b)' early...
2013-11-16 Father ChrysostomosFix memory leak with recursive sub redefinition
2013-11-12 Father ChrysostomosIn newATTRSUB, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosIn newXS, clear glob slot before lowering refcount.
2013-11-12 Father ChrysostomosUndeffing a gv in DESTROY triggered by undeffing the...
2013-11-11 David Mitchellfix chop formats with non PV vars
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-11-08 Father ChrysostomosStop lexical CORE sub from interfering with CORE::
2013-11-06 Father ChrysostomosFix qx, `` and <<`` overrides
2013-11-06 Father ChrysostomosFix readline overriden with a constant
2013-11-06 Father ChrysostomosAllow CORE::GLOBAL:: subs in general to be aliased...
2013-11-05 Father ChrysostomosStop gv_try_downgrade from anonymising referenced CVs
2013-11-05 Father ChrysostomosFix readpipe overriden with a constant
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::require lookup from crashing on...
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::glob lookup from crashing on stub
2013-11-04 Father ChrysostomosStop CORE::GLOBAL::do lookup from crashing on stub
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-11-04 Father Chrysostomosmg.c: Fix misuse of AvARRAY in defelem_target
2013-11-03 Father ChrysostomosStop my Class + sub FIELDS + hash lookup from crashing
2013-11-02 Father ChrysostomosUndefined lex sub used as inherited method crashes
2013-10-31 Father Chrysostomosbless.t: More explicit test
2013-10-28 Father ChrysostomosMake PL_incgv fully refcounted
2013-10-28 Father Chrysostomosgv:gv_try_downgrade: Leave PL_last_in_gv alone
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
next