This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl, fix a bug where a good "test_prep" build would skip.
[perl5.git] / t /
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 ChrysostomosMake setpgrp($x) equivalent to setpgrp($x,0)
2011-08-29 Father Chrysostomosmake setpgrpstack.t use skip_all_without_config
2011-08-29 Nicholas ClarkFor s///r, don't call SvPV_force() on the original...
2011-08-29 Florian RagwitzRemove some resolved pod issues
2011-08-29 Father Chrysostomos&CORE::sysopen()
2011-08-29 Father ChrysostomosMake tie_fetch_count.t pass with PERL_UNICODE set
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 Florian RagwitzMake pod2html a regular script without substitutions
2011-08-27 Father Chrysostomos&CORE::reset()
2011-08-27 Father ChrysostomosGVs of localised arrays and hashes should be refcounted
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
2011-08-27 Father Chrysostomos&CORE::rand()
2011-08-27 Father Chrysostomos&CORE::open()
2011-08-26 Father ChrysostomosReverse the order of two tests in gv.t
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 ChrysostomosMake *{undef} self-consistent
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 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 Nicholas ClarkEliminate global.sym, as makedef.pl can generate it...
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 Chrysostomosclose($undef) should not croak_no_modify
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-23 Nicholas ClarkAdd t/porting/globvar.t, to sanity test globvar.sym...
2011-08-22 Karl WilliamsonRemove user-defined casing feature
2011-08-22 Tony Cookskip a test that requires Cwd under miniperl
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-21 Father ChrysostomosTest unpack with no args
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 ChrysostomosDocument and test $; prototype syntax
2011-08-15 Karl Williamsonpodcheck.t pod grammar fix
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-13 Craig A. BerryInitial attempt at putting podcheck.t on a diet.
2011-08-13 Craig A. BerryTrim trailing dots on VMS in podcheck.t.
2011-08-13 Nicholas ClarkCheck more than just the first word of the "Inconsisten...
2011-08-12 Father ChrysostomosTest __FILE__() syntax
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-10 Father ChrysostomosRewrap some verbatim pod in Math::BigInt
2011-08-10 Father ChrysostomosKeep verbatim pod in various dist/* pods within 79...
2011-08-10 Father ChrysostomosKeep verbatim pod in I18N:LT and IO.pm within 80 cols
2011-08-10 Father ChrysostomosKeep verbatim pod in ExtUtils::Typemaps::OutputMap...
2011-08-10 Karl Williamsonautodoc.pl: output to fit in 79 columns
2011-08-10 Karl Williamsonpodcheck.t: Change verbatim line length max to 79
next