This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More test tweaks
[perl5.git] / t / op / coresubs.t
2014-01-14 Father ChrysostomosMore test tweaks
2013-04-26 Tony Cook[perl #117607] don't use a CV after it's been freed
2013-04-26 Tony Cook[perl #117607] TODO test for \&CORE::lc in error context
2012-05-29 Father ChrysostomosAdd &CORE::undef
2012-05-29 Father ChrysostomosAdd &CORE::study
2012-05-29 Father ChrysostomosAdd &CORE::split
2012-05-29 Father ChrysostomosAdd &CORE::scalar
2012-05-29 Father ChrysostomosAdd &CORE::prototype
2012-05-29 Father ChrysostomosAdd &CORE::pos
2012-05-29 Father ChrysostomosAdd &CORE::glob
2012-05-29 Father ChrysostomosAdd &CORE::exists
2012-05-29 Father ChrysostomosAdd &CORE::delete
2012-05-29 Father ChrysostomosAdd &CORE::defined
2012-05-29 Father Chrysostomoscoresubs.t: Explicitly skip all unsupported keywords
2012-05-21 Father ChrysostomosMake lvalue subs copy returned PADTMPs in rvalue cx
2012-01-24 Father Chrysostomos[rt.cpan.org #74289] Don’t make *CORE::foo read-only
2011-12-25 Father Chrysostomoscoresubs.t: Call done_testing with an arg
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-09-23 Father ChrysostomosMake CORE->method work
2011-09-17 Father ChrysostomosMake goto &CORE::sub use the right lexical scope
2011-09-01 Father Chrysostomos[perl #97484] Make defined &{...} vivify CORE subs
2011-08-27 Father ChrysostomosUpdate the comments at the top of t/op/core*.t
2011-08-27 Father ChrysostomosRename t/op/core*.t
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father Chrysostomos&CORE::mkdir()
2011-08-26 Father Chrysostomos&CORE::lock()
2011-08-26 Father Chrysostomos&CORE::index() and &CORE::rindex()
2011-08-26 Father Chrysostomos&CORE::gmtime() and &CORE::localtime()
2011-08-26 Father Chrysostomos&CORE::getpgrp()
2011-08-26 Father Chrysostomos&CORE::exit()
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 Chrysostomos&CORE::binmode()
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 Chrysostomos&CORE::break
2011-08-20 Father Chrysostomos&CORE::fork()
2011-08-19 Father Chrysostomos&CORE::pwent()
2011-08-18 Father Chrysostomos&CORE::wantarray()
2011-08-18 Father Chrysostomos&CORE::foo() for nullary functions