This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.
[perl5.git] / t /
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
2011-08-09 Father ChrysostomosKeep verbatim pod in ExtUtils::Typemaps within 80 cols
2011-08-09 Father ChrysostomosIgnore another editor droppink
2011-08-09 Father ChrysostomosKeep verbatim pod in ExtUtils::Installed within 80...
2011-08-09 Father ChrysostomosKeep verbatim pod in Data::Dumper within 80 cols
2011-08-09 Father ChrysostomosKeep verbatim pod in File::VMS/Win32 within 80 cols
2011-08-09 Father ChrysostomosKeep verbatim pod in File::Mac/Unix within 80 cols
2011-08-09 Father ChrysostomosKeep verbatim pod in File::Spec within 80 cols
2011-08-09 Father ChrysostomosMake prototype("CORE::CORE") die once more.
2011-08-08 Gerard GoossenOnly warn about "Statement unlikely to be reached"...
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-08-08 Craig A. BerryFix porting check for dots in directory names.
2011-08-05 David MitchellRT #96354: \h \H \v and \V didn't check for EOL
2011-08-04 Niko TyniSkip the hanging eintr.t test on GNU/kFreeBSD too
2011-08-02 Father ChrysostomosMake verbatim pod in bignum.pm fit in 80 columns
2011-08-01 Father ChrysostomosMake verbatim pod in bigint.pm fit in 80 columns
2011-08-01 Father ChrysostomosMake verbatim pod in fields.pm fit in 80 columns
2011-08-01 Father ChrysostomosAttribute::Handlers: re-indent verbatim pod
2011-07-31 Karl Williamsonpodcheck.t: Correctly count columns
2011-07-31 Gerard Goosseninifinite loop breaking some strict checking, TODO...
2011-07-30 Karl Williamson/aa and \b fail under some utf8 strings
2011-07-30 Karl WilliamsonPanic with \b and /aa
2011-07-29 David Mitchelldisable some shallow-recurse rpeep tests
2011-07-29 Karl Williamsonpodcheck.t: Fix confusion between "indent", "tab stop"
2011-07-27 Karl Williamsonpodcheck.t: Improve documentation
2011-07-27 Karl Williamsonpodcheck.t: Don't warn on perldelta placeholder link
2011-07-27 Karl Williamsonpodcheck.t: Move perldelta placeholder link checks
2011-07-26 Father ChrysostomosAdd more tests to cproto.t
2011-07-26 Father Chrysostomos[perl #95550] Remove prototypes from (l)stat
2011-07-23 Father ChrysostomosSome perlfunc cleanup/reflow
2011-07-23 Father ChrysostomosReflow perlfunc/stat for 80 columns
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-21 David Goldenpodcheck.t: fix up known issues in new perldelta
2011-07-20 Zeframregen known_pod_issues.dat for perldelta edits
2011-07-20 David Mitchellmake assign to $^A update FmLINES
2011-07-20 Karl Williamsonpodcheck: regen after perldelta changes
2011-07-19 Father ChrysostomosCorrect test count in win32/runenv.t
2011-07-19 Father Chrysostomos[perl #94984] Remove prototypes for infix ops
2011-07-19 Phil MonsenFixes to allow win32 Perl to properly handle PERL5LIB.
2011-07-17 Father Chrysostomosre-indent some tests for readability
2011-07-17 Father ChrysostomosSkip tests sub_lval.t when attributes.pm cannot load
next