summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* use charnames (); failsKarl Williamson2010-08-131-0/+10
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-134-16/+4
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-134-4/+63
* Remove invalid version object from diag.t exceptionsDavid Golden2010-08-121-1/+0
* Refactor porting/diag.t and improve output formatDavid Golden2010-08-121-20/+35
* Add perldiag entries for new version format errorsDavid Golden2010-08-121-0/+9
* Improve diag.t to detect BADVERSION diagnosticsDavid Golden2010-08-121-17/+20
* Convert int.t to test.pl (and hence produce better failure diagnostics).Nicholas Clark2010-08-121-50/+21
* RT #75468: readline ignores <> overloading when arg is tiedFather Chrysostomos2010-08-111-1/+3
* [perl #75904] \$ prototype does not make a unary functionFather Chrysostomos2010-08-111-1/+26
* Close the tempfile in caller.tCraig A. Berry2010-08-021-0/+1
* Fix file name in commentDavid Cantrell2010-08-021-1/+1
* Improve Porting/checkAUTHORS.plDavid Golden2010-07-301-1/+1
* Make new tie test less noisyRafael Garcia-Suarez2010-07-301-2/+1
* Tests to check if FETCH of a tied variable isn't called moreAbigail2010-07-301-0/+174
* Hash assignment can zap weak references to the hashFather Chrysostomos (via RT)2010-07-291-1/+12
* Make srand() return "0 but true" for 0, for backwards compatible behaviour.Nicholas Clark2010-07-281-1/+19
* Add a test for srand's return valueRafael Garcia-Suarez2010-07-281-1/+5
* Move ExtUtils::ParseXS from cpan/ to dist/Florian Ragwitz2010-07-271-2/+2
* Merge remote branch 'khwilliamson/ncharnames' into bleadRafael Garcia-Suarez2010-07-271-1/+47
|\
| * t/lib/charnames/alias: Add explicit warnings setsKarl Williamson2010-07-131-0/+46
| * charnames: Fix scoping bugsKarl Williamson2010-07-131-1/+1
* | Change function signature of grok_bslash_oKarl Williamson2010-07-271-6/+6
* | Keep test output pretty by actually using skip_all()'s message...George Greer2010-07-261-3/+2
* | MSWin32's "-x" checks file extension, so it isn't useful for exec-bit.tGeorge Greer2010-07-261-0/+4
* | Add filename with spurious +x bit to diag in t/porting/exec-bit.tGeorge Greer2010-07-261-1/+1
* | Restore errno if signal handler changes itLubomir Rintel2010-07-261-0/+30
* | [perl #75656] lvalue subs don't copy on writeFather Chrysostomos2010-07-261-1/+6
* | Fix for RT#1804: Anonymous glob breaks when assigned throughFather Chrysostomos2010-07-261-1/+12