This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make regen; make regen_perly
[perl5.git] / t /
2010-10-18 Chris 'BinGOs' Wil... Fix issues with the podlators update
2010-10-18 Nicholas ClarkTweak t/porting/dual-life.t for the file renames in...
2010-10-15 Florian RagwitzMake splice invoke set magic
2010-10-13 Nicholas ClarkAdd tests for the usage messages for Tie::Hash::NamedCa...
2010-10-13 Nicholas ClarkIn reg_nc_tie.t, use like() to get better diagnostics...
2010-10-13 Father Chrysostomos[perl #78362] Make mro_package_moved check for recursion
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-10 Father ChrysostomosAdd an inheritance diagram to package_aliases.t
2010-10-10 Father ChrysostomosMake more ways to move packages around reset isa caches
2010-10-10 Father ChrysostomosOops. Remove a duplicate require.
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-10-05 Nicholas ClarkMove pod2html.PL into ext/Pod-Html
2010-10-05 Nicholas ClarkMove pod2man.PL, pod2text.PL, podselect.PL into cpan...
2010-10-05 Nicholas ClarkMove pod2usage.PL, podchecker.PL, podselect.PL into...
2010-10-04 Father Chrysostomos[perl #45133] -0.0 has variable Boolean value
2010-10-04 Father Chrysostomos[perl #20661] Constant strings representing a number...
2010-10-04 Father ChrysostomosCorrect test names in negate.t
2010-10-04 Renée Bäcker[perl #57706] Unary minus on 'numeric' inputs like...
2010-10-04 David Mitchellstop map,grep leaking temps [perl #48004]
2010-10-03 George GreerTest for RT#3363: lexical lvalue under recursion
2010-10-03 Father ChrysostomosAdd a refgen+PADTMP test
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-29 Karl Williamsonre.t: Suppress warning
2010-09-29 Andrew RodlandAdd test against re-eval corrupting regexp state
2010-09-29 Father ChrysostomosRevert "[perl #77928] Glob slot assignment and set...
2010-09-28 Karl Williamsonregcomp.c [perl #78058] qr/\18/ loops
2010-09-28 Father Chrysostomos[perl #77928] Glob slot assignment and set-magic
2010-09-28 Nicholas ClarkA test to check that regen.pl doesn't need running.
2010-09-28 Father Chrysostomos[perl #75174] Clone dir handles
2010-09-27 Father ChrysostomosMake gv.t pass on systems that do not support -T $glob...
2010-09-27 Tye McQueen[perl #73754] Better error message for PerlIO layer...
2010-09-27 Father Chrysostomos#!perl -C -w dies
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-25 Karl WilliamsonFix spelling
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - y
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - m and s
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-24 Nicholas ClarkAvoid using double quotes in a one-liner runperl.
2010-09-23 Father Chrysostomos[perl #71806] perldb does not setup %dbline with the...
2010-09-23 Father Chrysostomos[perl #70614] Seg. fault with eval/use/UNITCHECK/DESTRO...
2010-09-23 Karl WilliamsonAdd /d, /l, /u (infixed) regex modifiers
2010-09-22 Father ChrysostomosAdd lib to @INC in t/base/rs.t
2010-09-21 Father Chrysostomos[perl #20444] regex not evaluated in constant ?:
2010-09-21 Father Chrysostomos[perl #19078] wrong match order inside replacement
2010-09-20 Father ChrysostomosAdd missing bug numbers
2010-09-20 Father Chrysostomos[perl #77930] cx_stack reallocation during sort
2010-09-20 David Mitchellporting/manifest.t fail gracefully under !git
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-20 Karl WilliamsonAdd (?^...) regex construct
2010-09-20 Florian RagwitzUpgade NEXT from version 0.64 to 0.65
2010-09-17 Tony CookExplicitly disable unicode for non-unicode tests in...
2010-09-16 Karl WilliamsonFix /[\8]/ to not match NULL; give correct warning
2010-09-16 Father ChrysostomosFix "Wide character in warn" warning
2010-09-16 Father ChrysostomosFix warn to respect utf8-encoded scalars [perl #45549]
2010-09-16 Father Chrysostomoschange warn.t to use test.pl
2010-09-15 Michael G. SchwernAdd new_ok() to create and test objects. From Test...
2010-09-15 Michael G. SchwernAdd note() to put informational notes into the TAP...
2010-09-15 Michael G. SchwernAdd done_testing from Test::More
2010-09-15 Michael G. SchwernShut up "used only once" warnings.
2010-09-15 Florian RagwitzUpgrade Math::BigRat from version 0.25 to 0.26
2010-09-13 BramExtra tests for a regex followed by an operator or...
2010-09-13 BramAdd tests for 72922.
2010-09-13 Father Chrysostomos[perl #77684] Restore the 5.10/12 behaviour of open...
2010-09-11 David Mitchelllist cxt hash assign with dups gives garbage
2010-09-11 Ævar Arnfjörð Bjar... segfault on &Internals::* due to missing SvROK()
2010-09-10 Ricardo Signesimprove registration of warning categories
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
2010-09-10 Nicholas ClarkRemove obsolete core test directory boilerplate from...
2010-09-10 Florian RagwitzMath-BigInt runs fine under PERL_CORE now
2010-09-09 Florian RagwitzTeach t/TEST about Math-BigInt in dist/
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 Zeframmake qw(...) first-class syntax
2010-09-08 Florian RagwitzMove test for #76540 to op/gv.t
2010-09-07 Rafael Garcia-SuarezMore tests for when(slice)
2010-09-07 David LeadbeaterFix RT #77468: Smart matching on slices
2010-09-06 David Mitchell$ref++, $ref-- leaked referent
2010-09-06 Father Chrysostomos[perl #76138] perl inadvertently destroys signal handle...
2010-09-02 Florian Ragwitzblead is upstream for bignum
2010-09-02 Florian Ragwitzblead is upstream for Math-BigInt
2010-09-02 AbigailFix test (see <20100901161607.GB2892@iabyn.com>)
2010-09-01 Nicholas Clarkt/lib/common.pl must convert $^X to an absolute path...
2010-09-01 Nicholas ClarkTests using t/lib/common.pl need to run in separate...
2010-09-01 Florian RagwitzAdd test for deprecation warnings from h2ph
2010-09-01 David MitchellCopy RE capture buf on overload as well as TEMP
2010-09-01 Nicholas Clarkt/harness can run the tests lib/*.t in parallel with...
2010-09-01 Father Chrysostomos[perl #77492] open $fh, ">", \*glob causes SEGV
2010-08-29 Yves Ortonwhen building under git, test that MANIFEST and git...
2010-08-27 Nicholas ClarkPeephole optimise adjacent pairs of nextstate ops.
2010-08-26 BramVERB nodes in the regex engine should NOT be marked...
2010-08-25 Bram (via RT)Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2...
2010-08-25 AbigailTests for bug 77414
2010-08-25 David Mitchellexclude autodoc.pl from pod checks
2010-08-23 Yves Ortonfix rt75680 - when working with utf8 strings one must...
2010-08-20 Ben MorrowFix my $x = 3; $x = length(undef);.
2010-08-20 Nicholas Clarkwhile_readdir.t needs a private directory to run in.
2010-08-19 Florian RagwitzTest for +x bits for all the files in exec-bit.txt
2010-08-19 AbigailAdded a test for bug #77084.
2010-08-17 Andy ArmstrongMake sure the stack is balanced in the case that we...
next