summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make the success and failure messages of t/porting/diag.t more clear, and add...James Mastros2010-07-261-4/+19
* | Document "Ambiguous use of -%s resolved as -&%s()"James Mastros2010-07-261-1/+0
* | Document "Ambiguous use of %c{%s%s} resolved to %c%s%s"James Mastros2010-07-261-1/+0
* | Document "Ambiguous use of %c{%s} resolved to %c%s"James Mastros2010-07-261-1/+0
* | Document "Ambiguous use of %c resolved as operator %c"James Mastros2010-07-261-1/+0
* | Stick a comment in t/porting/diag.t begging people not to abuse the ignore listJames Mastros2010-07-261-0/+3
* | Normalize formatting of "Ambiguous call resolved as CORE::%s(), qualify as su...James Mastros2010-07-261-1/+0
* | add print.t with testing of implicit printing of $_Gerard Goossen2010-07-251-0/+12
* | Port dual-life.t to VMS.Craig A. Berry2010-07-241-2/+5
* | Global executable bit cleanupDavid Golden2010-07-247-0/+43
* | Move PathTools from cpan/ to dist/Florian Ragwitz2010-07-241-2/+2
* | Add Perl_init_dbargs(), to set up @DB::args without losing SV references.Nicholas Clark2010-07-211-1/+42
* | Remove spurious ')'Jan Dubois2010-07-201-2/+2
* | Use .\ instead of ./ on WindowsJan Dubois2010-07-201-1/+2
* | alarm() on Windows doesn't interrupt system callsJan Dubois2010-07-201-0/+2
* | don't use Test::More in dual-life.tDavid Golden2010-07-201-1/+4