This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Term-ANSIColor to CPAN version 3.01
[perl5.git] / t /
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
2011-07-17 Father ChrysostomosCorrect skip count in perlio.t
2011-07-17 Father ChrysostomosRename store/fetch_cop_label as cop_*
2011-07-16 Karl Williamsonperlos2: Fix some link issues
2011-07-16 Karl Williamsonperl5123delta: should have NAME perl5123delta
2011-07-16 Karl Williamsonbasename: Change C<> to L<>
2011-07-16 Karl Williamsonperlbeos: change some C<>'s into F<>'s
2011-07-16 Karl WilliamsonREADME.bs2000: lowercase perlBS200 to unbreak links
2011-07-16 Karl Williamsonperlport: remove perlapollo link
2011-07-16 Karl Williamsonpodcheck.t: Reword instructions slightly
2011-07-16 Father ChrysostomosImprove wrapping of arguments in perlintern.pod
2011-07-16 David Mitchellre_eval: clear lexicals in the right pad
2011-07-16 Father ChrysostomosWrap argument lists in perl{api,intern}.pod
2011-07-14 Leon BrocardAdd Porting/acknowledgements.pl to generate perldelta...
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 ChrysostomosFix perlintern links; regen known pod issues
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-13 Brian FraserCleaned up warning messages in pad.c, plus related...
2011-07-12 Florian RagwitzMove perlxs{,tut}.pod into the ExtUtils-ParseXS dist
2011-07-12 Florian Ragwitzpodcheck.t --regen after the ParseXS merge
2011-07-12 Father ChrysostomosMake Internals::SvREADONLY smarter
2011-07-12 Father ChrysostomosMake it possible to have read-only glob copies
2011-07-12 Father Chrysostomosregenerate known_pod_issues
2011-07-12 Shawn M MooreDocument and test the phase-change probe
2011-07-12 Florian RagwitzLoad modules only after setting up @INC
2011-07-12 Father Chrysostomosbuildtoc, known_pod_issues
2011-07-12 Shawn M MooreNew test file that exercises Perl's DTrace support
2011-07-10 Father ChrysostomosPropagate (non-)lvalue context through nested calls
2011-07-08 Father ChrysostomosAdd prototypes for __FILE__ &c.
2011-07-08 Florian RagwitzDual-life perlfaq
2011-07-08 Karl Williamsonpodcheck: Note new linked-to modules
2011-07-07 Florian RagwitzDual-life Term::ReadLine
2011-07-07 Florian RagwitzDrop non-TAP output from Maintainers.pm
2011-07-06 Florian Ragwitzacme fixed a known POD problem in the RMG
2011-07-06 Karl Williamsonpodcheck.t: Add -deltas option
2011-07-04 Eric BrineStop having one of the following qw() warnings hide...
2011-07-04 Karl WilliamsonOS2-Process/Process.pm: Fix broken pod links
2011-07-04 Karl Williamsons2p: Fix broken pod links
2011-07-04 Karl WilliamsonInternals.pod: Fix broken links
2011-07-04 Karl WilliamsonREADME.os2: various podcheck fixes
2011-07-03 Karl Williamsonregexp_unicode_prop.t: Improve output
2011-07-03 Karl Williamsonoverload.pm: Fix broken link
2011-07-03 Karl WilliamsonREADME.foo: Change NAME to perlfoo
2011-07-01 Nicholas ClarkSplit out study magic from pos magic.
2011-07-01 Father ChrysostomosStop podcheck.t --add-link from chomping a new line
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 Karl Williamsonperlrun: reflow to fit vertabims in 80 cols
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-25 Karl Williamsonfold_grind.t: Add comments
2011-06-25 Nicholas ClarkFix two podchecker errors on perlunicode.pod
2011-06-24 Father ChrysostomosAllow the \$ proto to accept any scalar lvalue [perl...
2011-06-24 Father Chrysostomosproto.t: Test \$ with subcall()->[elem]
2011-06-24 Father ChrysostomosRemove two tests from proto.t
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 Nicholas ClarkIn find_git_or_skip(), also check whether we have a...
2011-06-22 Nicholas Clarkfind_git_or_skip() will now follow symlinks and chdir...
2011-06-22 Nicholas ClarkUse find_git_or_skip() in porting{authors,cmp_version...
2011-06-22 Nicholas ClarkAdd find_git_or_skip(), which skips if we are not in...
2011-06-22 Nicholas Clarkuse TestInit 'T' in porting{authors,cmp_version,manifes...
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-22 Nicholas ClarkThe podchecker much prefers a forward slash in F<symbia...
2011-06-21 Father Chrysostomospodcheck.t: ignore buildtoc output
2011-06-21 Father ChrysostomosStop ‘sub :lvalue :Foo’ from applying :lvalue to define...
2011-06-21 Nicholas ClarkRe-flow some sample text in the perldelta template...
2011-06-21 Nicholas ClarkAdd perldelta "known issues" to the podchecker exceptio...
2011-06-21 Eric Brine[perl #78462] Don't warn for splice(@a,MAX_LEN)
2011-06-21 Zeframupdate Time-HiRes to CPAN version 1.9724
2011-06-21 Zeframupdate Math-Complex to CPAN version 1.58
2011-06-21 Karl Williamsonperlunicode: Narrow verabitm lines so don't wrap
2011-06-21 Karl Williamsonpodcheck.t: sort --add_link output
2011-06-21 Karl Williamsonpodcheck.t: Reduce F<> message false positives
2011-06-21 Karl Williamsonpodcheck.t: White-space only changes
2011-06-21 Karl Williamsonpodcheck: Reduce fals positives for L<> message
2011-06-21 Karl Williamsonpodcheck: Fix skip upstream cpan
2011-06-21 Karl Williamsonpodcheck.t: Fewer false positives for L<>
2011-06-21 Karl Williamsonpodcheck.t: Suppress all L<> messages for config.pod
2011-06-21 Karl WilliamsonFile::Find pod: fix link issue
2011-06-21 Karl WilliamsonREADME.macosx: Change C<> into F<>
next