This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Tweak our hash bucket splitting rules"
[perl5.git] / t / op / coreamp.t
2017-04-23 Yves OrtonRevert "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonTweak our hash bucket splitting rules
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-17 Jarkko HietaniemiThe 48c0e89d broke minitest by unconditional use Hash...
2016-08-14 Yves OrtonMove hash introspection routines into Hash::Util/Util...
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with array functions
2016-05-21 Father Chrysostomosf
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2015-09-29 Father ChrysostomosDisable lexical $_
2015-07-03 Stanislaw PusepNon-invasive mojibake fixes
2015-03-06 Karl Williamsont/op/coreamp.t: Generalize for non-ASCII platfomrs
2015-01-05 Tony Cooksome socket functions aren't available under Win32...
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-09-03 Father ChrysostomosGet coreamp.t working under miniperl
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2013-12-16 Dabrien 'Dabe' Murphy[perl #120752] Fix t/op/coreamp.t rand test
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-06-02 Father Chrysostomos[perl #118237] Fix coreamp.t’s rand test
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-08-10 Father Chrysostomoscoreamp: Fix test; correct test name
2012-06-24 Father ChrysostomosDon’t crash with ()=&CORE::srand
2012-05-29 Father ChrysostomosMake &CORE::undef(\*_) undefine it properly
2012-05-29 Father Chrysostomos&CORE::undef should be an lvalue sub
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 Chrysostomoscoreamp.t: Explicitly skip all unsupported keywords
2012-05-22 Father ChrysostomosDon’t crash with &CORE::foo after undefining *_
2012-05-22 Father Chrysostomoscoreamp.t: rename badly-named tests
2012-01-29 Brian FraserImplement the fc keyword and the \F string escape.
2011-12-25 Father Chrysostomoscoreamp.t: Call done_testing with an arg
2011-11-22 Father Chrysostomos[perl #80628] __SUB__
2011-11-06 Father ChrysostomosAdd evalbytes function
2011-08-30 Father Chrysostomos&CORE::write()
2011-08-30 Father Chrysostomos&CORE::unpack()
2011-08-30 Father Chrysostomos&CORE::umask()
2011-08-29 Father Chrysostomos&CORE::foo() for tie functions
2011-08-29 Father Chrysostomos&CORE::tell()
2011-08-29 Father Chrysostomos&CORE::setpgrp()
2011-08-29 Father Chrysostomos&CORE::sysopen()
2011-08-29 Father ChrysostomosMake coreamp.t pass with PERL_UNICODE set
2011-08-28 Father Chrysostomos&CORE::substr()
2011-08-28 Father Chrysostomos&CORE::srand()
2011-08-28 Father Chrysostomos&CORE::sleep()
2011-08-28 Father Chrysostomos&CORE::send() and &CORE::syswrite()
2011-08-28 Father Chrysostomos&CORE::select()
2011-08-27 Craig A. BerryGet coreamp.t passing on VMS.
2011-08-27 Father Chrysostomos&CORE::reset()
2011-08-27 Father Chrysostomos&CORE::foo() for (sys)read and recv
2011-08-27 Father ChrysostomosUpdate the comments at the top of t/op/core*.t
2011-08-27 Father ChrysostomosRename t/op/core*.t