summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add exceptions to dual-life.tDavid Golden2010-07-191-1/+12
* | Added t/porting/dual-life.tDavid Golden2010-07-181-0/+29
* | add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+10
* | Add \o{} escapeKarl Williamson2010-07-174-1/+63
* | Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-172-2/+16
* | \400 -\777 now means the same thing in all d-quoteKarl Williamson2010-07-172-10/+8
* | Remove extra blanks from t/re/re_tests, vimKarl Williamson2010-07-171-7/+7
* | Avoid test suite hang with new readline test on VMS.Craig A. Berry2010-07-161-2/+8
* | [perl #72729] Test appending sv_gets for ascii/utf8 in target and handleJosh ben Jore2010-07-141-1/+49
* | [perl #72729] TODO for aborted readline() returning '' instead of undefJosh ben Jore2010-07-141-3/+4
* | protect CvGV weakref with backrefDavid Mitchell2010-07-142-56/+74
* | protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-1/+14