This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Remove stubbed out code
[perl5.git] / t /
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...
2010-08-16 Zeframfix [perl #74118] $[ assignment not noisy enough
2010-08-14 Slaven Rezic[perl #72588] t/op/mkdir.t fails, setting LC_ALL=C...
2010-08-13 Karl Williamsonuse charnames (); fails
2010-08-13 Eric BrineFix untimely destruction introduced by lvalue ops ...
2010-08-13 Eric BrineTODO tests for untimely destruction introduced by lvalu...
2010-08-12 David GoldenRemove invalid version object from diag.t exceptions
2010-08-12 David GoldenRefactor porting/diag.t and improve output format
2010-08-12 David GoldenAdd perldiag entries for new version format errors
2010-08-12 David GoldenImprove diag.t to detect BADVERSION diagnostics
2010-08-12 Nicholas ClarkConvert int.t to test.pl (and hence produce better...
2010-08-11 Father ChrysostomosRT #75468: readline ignores <> overloading when arg...
2010-08-11 Father Chrysostomos[perl #75904] \$ prototype does not make a unary function
2010-08-02 Craig A. BerryClose the tempfile in caller.t
2010-08-02 David CantrellFix file name in comment
2010-07-30 David GoldenImprove Porting/checkAUTHORS.pl
2010-07-30 Rafael Garcia-SuarezMake new tie test less noisy
2010-07-30 AbigailTests to check if FETCH of a tied variable isn't called...
2010-07-29 Father Chrysostomo... Hash assignment can zap weak references to the hash
2010-07-28 Nicholas ClarkMake srand() return "0 but true" for 0, for backwards...
2010-07-28 Rafael Garcia-SuarezAdd a test for srand's return value
2010-07-27 Florian RagwitzMove ExtUtils::ParseXS from cpan/ to dist/
2010-07-27 Rafael Garcia-SuarezMerge remote branch 'khwilliamson/ncharnames' into...
2010-07-27 Karl WilliamsonChange function signature of grok_bslash_o
2010-07-27 George GreerKeep test output pretty by actually using skip_all...
2010-07-27 George GreerMSWin32's "-x" checks file extension, so it isn't usefu...
2010-07-27 George GreerAdd filename with spurious +x bit to diag in t/porting...
2010-07-26 Lubomir RintelRestore errno if signal handler changes it
2010-07-26 Father Chrysostomos[perl #75656] lvalue subs don't copy on write
2010-07-26 Father ChrysostomosFix for RT#1804: Anonymous glob breaks when assigned...
2010-07-26 James MastrosMake the success and failure messages of t/porting...
2010-07-26 James MastrosDocument "Ambiguous use of -%s resolved as -&%s()"
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s%s} resolved to %c...
2010-07-26 James MastrosDocument "Ambiguous use of %c{%s} resolved to %c%s"
2010-07-26 James MastrosDocument "Ambiguous use of %c resolved as operator %c"
next