summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-162-0/+28
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+8
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-1/+25
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* Add new_ok() to create and test objects. From Test::More.Michael G. Schwern2010-09-151-0/+27
* Add note() to put informational notes into the TAP (from Test::More)Michael G. Schwern2010-09-151-4/+14
* Add done_testing from Test::MoreMichael G. Schwern2010-09-151-0/+11
* Shut up "used only once" warnings.Michael G. Schwern2010-09-151-2/+6
* Upgrade Math::BigRat from version 0.25 to 0.26Florian Ragwitz2010-09-151-2/+0
* Extra tests for a regex followed by an operator or a statement modifier.Bram2010-09-131-1/+36
* Add tests for 72922.Bram2010-09-131-1/+62
* [perl #77684] Restore the 5.10/12 behaviour of open $fh, ">", \$glob_copyFather Chrysostomos2010-09-131-1/+11
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-2/+4
* segfault on &Internals::* due to missing SvROK()Ævar Arnfjörð Bjarmason2010-09-111-0/+25
* improve registration of warning categoriesRicardo Signes2010-09-101-0/+18
* Remove obsolete core test directory boilerplate from Math::BigInt.Nicholas Clark2010-09-101-1/+0
* Remove obsolete core test directory boilerplate from bignum.Nicholas Clark2010-09-101-1/+0
* Math-BigInt runs fine under PERL_CORE nowFlorian Ragwitz2010-09-101-1/+0
* Teach t/TEST about Math-BigInt in dist/Florian Ragwitz2010-09-091-1/+1
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-1/+17
* make qw(...) first-class syntaxZefram2010-09-084-4/+249
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-1/+19
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-071-1/+25
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-1/+17
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-062-1/+143
* blead is upstream for bignumFlorian Ragwitz2010-09-031-1/+1
* blead is upstream for Math-BigIntFlorian Ragwitz2010-09-021-1/+1
* Fix test (see <20100901161607.GB2892@iabyn.com>)Abigail2010-09-021-2/+1
* t/lib/common.pl must convert $^X to an absolute path before changing directory.Nicholas Clark2010-09-011-1/+2
* Tests using t/lib/common.pl need to run in separate directories.Nicholas Clark2010-09-014-17/+33
* Add test for deprecation warnings from h2phFlorian Ragwitz2010-09-012-0/+9
* Copy RE capture buf on overload as well as TEMPDavid Mitchell2010-09-011-1/+6
* t/harness can run the tests lib/*.t in parallel with each other.Nicholas Clark2010-09-011-2/+3
* [perl #77492] open $fh, ">", \*glob causes SEGVFather Chrysostomos2010-09-011-1/+14
* when building under git, test that MANIFEST and git ls-files match up properlyYves Orton2010-08-301-2/+31
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+7
* VERB nodes in the regex engine should NOT be marked as JUMPABLE.Bram2010-08-261-1/+292
* Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1fBram (via RT)2010-08-251-1/+28
* Tests for bug 77414Abigail2010-08-251-1/+21
* exclude autodoc.pl from pod checksDavid Mitchell2010-08-251-0/+1
* fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(...Yves Orton2010-08-231-2/+22
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-1/+16
* while_readdir.t needs a private directory to run in.Nicholas Clark2010-08-201-6/+56
* Test for +x bits for all the files in exec-bit.txtFlorian Ragwitz2010-08-191-4/+4
* Added a test for bug #77084.Abigail2010-08-191-0/+39
* Make sure the stack is balanced in the case that we fake the result of unsupp...Andy Armstrong2010-08-171-0/+19
* fix [perl #74118] $[ assignment not noisy enoughZefram2010-08-161-1/+6
* [perl #72588] t/op/mkdir.t fails, setting LC_ALL=C does not workSlaven Rezic2010-08-141-2/+2