This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #93320] localising @DB::args leads to coredump
[perl5.git] / t / op /
2011-08-25 Father Chrysostomos[perl #93320] localising @DB::args leads to coredump
2011-08-25 Father ChrysostomosAllow ampersand calls for CORE subs with $*$$**$ protos
2011-08-25 Father Chrysostomoscoresubs.t: Minor clean-up
2011-08-25 Father ChrysostomosMake sure coresubs.t tests all &-able funcs
2011-08-25 Father ChrysostomosEnable ampersand calls to CORE subs with $$$ prototypes
2011-08-25 Father ChrysostomosAllow ampersand calls to CORE subs with (_) proto
2011-08-25 Father ChrysostomosTest CORE::break’s prototype (just that this time)
2011-08-25 Father ChrysostomosRevert "Test CORE::break’s prototype"
2011-08-25 Father Chrysostomos&CORE::break
2011-08-25 Father ChrysostomosTest CORE::break’s prototype
2011-08-25 Father Chrysostomos[perl #71154] undef &$coderef consistency
2011-08-25 Father ChrysostomosMake $class->method work when $class is tied
2011-08-24 Father Chrysostomosgmagic.t: Correct two test names
2011-08-24 Father ChrysostomosUn-todo gmagic.t tests that now pass
2011-08-24 Gerard GoossenAdd tests for autovivication combined with get-magic...
2011-08-24 Father ChrysostomosCall get-magic once for defined ${...}
2011-08-23 Father ChrysostomosStop readline($foo) from autovivifying
2011-08-23 Father ChrysostomosCall get-magic once for implicit rv2gv in close(),...
2011-08-23 Father ChrysostomosSo much for ‘correcting’ a test!
2011-08-23 Father Chrysostomosreaddir.t: Remove erroneous comments; correct test
2011-08-22 Karl WilliamsonRemove user-defined casing feature
2011-08-22 Tony Cookskip the defined *+ and *- tests on miniperl
2011-08-22 Father ChrysostomosAdd tests for defined(*builtin)
2011-08-22 Father ChrysostomosMake rv2gv return autovivified magic GVs
2011-08-22 Father ChrysostomosAdd tests for unlink
2011-08-21 Father ChrysostomosRefactor unpack’s newDEFSVOP logic; correct prototype
2011-08-21 Father ChrysostomosCorrect test in defins.t
2011-08-20 Father Chrysostomos&CORE::fork()
2011-08-19 Father Chrysostomos&CORE::pwent()
2011-08-18 Father Chrysostomos[perl #97020] Carp (actually caller) leaking memory
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-18 Father Chrysostomos&CORE::foo() for nullary functions
2011-08-16 Gerard GoossenPropagate lvalue context only to children of list ops...
2011-08-15 Father Chrysostomos&CORE::not and &CORE::getprotobynumber
2011-08-15 Father ChrysostomosGive not and getprotobynumber listop prototypes
2011-08-15 Father ChrysostomosMake lock(&foo) syntax nominally lock the subroutine
2011-08-14 Father ChrysostomosAdd tests for precedence of CORE:: subs
2011-08-14 Father ChrysostomosAdd inlinable &CORE::functions
2011-08-14 Father ChrysostomosRemove select’s prototype
2011-08-12 Father ChrysostomosChange (l)stat’s prototype from * to ;*
2011-08-12 Father ChrysostomosRevert "[perl #95550] Remove prototypes from (l)stat"
2011-08-11 Gerard GoossenMove bareword checking from the peephole optimizer...
2011-08-09 Father ChrysostomosMake prototype("CORE::CORE") die once more.
2011-08-08 Gerard GoossenChange aassign_common_vars to check using the optree...
2011-08-08 Gerard GoossenAASSIGN_COMMON var detection bug with logical operators...
2011-07-29 David Mitchelldisable some shallow-recurse rpeep tests
2011-07-26 Father ChrysostomosAdd more tests to cproto.t
2011-07-26 Father Chrysostomos[perl #95550] Remove prototypes from (l)stat
2011-07-22 Father ChrysostomosCall get-magic on temp returned under recursion
2011-07-22 Father ChrysostomosMake tests for gmagic on sub exit count fetches
2011-07-22 Father ChrysostomosDon’t call get-magic twice for sym refs
2011-07-22 Father Chrysostomosgmagic.t: Remove confusing comment
2011-07-21 Father ChrysostomosCorrect lock’s prototype
2011-07-21 Father Chrysostomos[perl #81290] assertion failure with lock &lvsub
2011-07-20 David Mitchellmake assign to $^A update FmLINES
2011-07-19 Father Chrysostomos[perl #94984] Remove prototypes for infix ops
2011-07-17 Father Chrysostomosre-indent some tests for readability
2011-07-17 Father ChrysostomosSkip tests sub_lval.t when attributes.pm cannot load
2011-07-14 David Mitchellreduce size of threads.t test
2011-07-14 David Mitchellmake peep optimiser recurse mostly only shallowly
2011-07-13 Father ChrysostomosAdd a test count to fresh_perl_utf8.t
2011-07-13 Brian FraserThis cleans the "Can't localize lexical variable" error.
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-07-08 Father ChrysostomosAdd prototypes for __FILE__ &c.
2011-06-30 Nicholas ClarkThe regex engine can't assume that SvSCREAM() remains...
2011-06-28 David MitchellRT 64804: tainting with index() of a constant
2011-06-28 Niko TyniTODO test for index() of a tainted constant
2011-06-27 Vincent PitFix context propagation below return()
2011-06-27 Vincent PitTest taintedness of values returned by given/when
2011-06-27 Vincent PitMake sure break() resets the sp at its original level
2011-06-25 Vincent PitCorrectly preserve the stack on an implicit break.
2011-06-23 Father ChrysostomosFix explicit return of pad var in list lv context
2011-06-23 Nicholas ClarkTest studied scalars with s///ge.
2011-06-23 Nicholas Clarkstudy now passes REXEC_SCREAM to the regex engine when...
2011-06-23 Father ChrysostomosFix up some tests in sub_lval.t
2011-06-23 Father ChrysostomosMake lvalue return make the same checks as leavesublv
2011-06-22 Father Chrysostomosattrs.t: Test for something I almost broke
2011-06-22 Father Chrysostomosattributes.pm: warn & don’t apply :lvalue to defined...
2011-06-21 Father ChrysostomosStop ‘sub :lvalue :Foo’ from applying :lvalue to define...
2011-06-17 Father ChrysostomosRemove unnecessary code and tests
2011-06-17 Father ChrysostomosAllow ‘sub x :lvalue’ to apply to XSUBs and stubs
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-17 Father ChrysostomosTest ref(\pos) and ref(\vec...)
2011-06-14 Father ChrysostomosAllow ‘continue;’ without feature.pm
2011-06-14 Nicholas ClarkIn magic.t, restore $$ after modifying it.
2011-06-14 David Mitchell[perl #8611] tied handles and gotos don't mix
2011-06-14 Father ChrysostomosMake $$ writable, but still magical
2011-06-11 Father Chrysostomos[perl #90130] Allow CORE::* without feature.pm
2011-06-11 Father ChrysostomosCorrect file references in switch.t
2011-06-11 Father ChrysostomosRemove another bug workaround
2011-06-11 Father ChrysostomosRemove workaround for fixed bug
2011-06-11 Father ChrysostomosRevert "Revert "Make untie check the FAKE flag on globs""
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77688] tie $scalar can tie a...
2011-06-11 Father ChrysostomosRevert "Revert "[perl #77496] tied gets scalars and...
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-06-11 Nicholas ClarkExit early from Perl_fbm_compile() if the SV is already...
2011-06-10 Father ChrysostomosSuppress proto warning from attrs.t
2011-06-10 Father ChrysostomosScalar keys assignment through lvalue subs
next