summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* CYG23-544-statReini Urban2010-01-141-3/+8
* Omnibus strict and lax version parsingDavid Golden2010-01-133-33/+176
* With $PERL_UNICODE we still need to find utf8.pmH.Merijn Brand2010-01-121-0/+1
* fix for [perl #65582] anon globs segfaultingDavid Mitchell2010-01-121-1/+22
* fix for [perl #61976] Errno ($!) not evaluated to a error message stringDavid Mitchell2010-01-121-1/+12
* fix for [perl #41138] $_ leaks under threadsDavid Mitchell2010-01-111-1/+2
* [perl #71788] Skip $) test when NGROUPS_MAX is too small or when on darwinJosh ben Jore2010-01-101-115/+338
* Retain builtin attributes from pre-declaration. Fixes [perl #68758].Gerard Goossen2010-01-102-2/+15
* Ignore a lvalue attribute after the subroutine has been defined, and warn abo...Gerard Goossen2010-01-102-5/+17
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-101-0/+110
* Update skip count in perlio.t.Craig A. Berry2010-01-091-1/+1
* Avoid race conditions with files in /tmp, by explicitly checking dev & inode.Nicholas Clark2010-01-071-15/+19
* Unlink PerlIO's tempfiles for the case of no -T, but bogus $ENV{TMPDIR}Nicholas Clark2010-01-071-3/+23
* Cleanup PerlIO temp filesRafael Garcia-Suarez2010-01-071-0/+3
* [perl #71748] Bleadperl f0e67a1 breaks CPAN: Template::Plugin::YAML::Encode 0.02Zefram2010-01-051-1/+13
* Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828]Nicholas Clark2010-01-051-1/+16
* Following fd909433c7437296, check that {sub f} correctly stubs the subroutine.Nicholas Clark2010-01-041-1/+4
* Allow "{sub f}" to compileVincent Pit2010-01-031-1/+6
* dial back warnings on UNIVERSAL->importRicardo Signes2010-01-031-3/+8
* TT is not a terminal in lots of situations.Craig A. Berry2009-12-301-4/+7
* [perl #70748] threads panic in del_backrefFather Chrysostomos2009-12-221-7/+23
* change non-char warning message from malformedKarl Williamson2009-12-201-0/+3
* Allow U+0FFFF in regexKarl Williamson2009-12-201-1/+12
* Introduce C<use feature "unicode_strings">Rafael Garcia-Suarez2009-12-202-1/+20
* Run t/porting/diag.t from the top-level directory.Nicholas Clark2009-12-191-5/+7
* runperl may modify arguments passed to it.Craig A. Berry2009-12-191-2/+7
* TT is not a terminal for non-interactive processes.Craig A. Berry2009-12-191-0/+2
* -t should only return TRUE for file handles connected to a TTYJan Dubois2009-12-161-0/+26
* Add a test that "eval" does not create additional reference to ouside variables.Gerard Goossen2009-12-161-1/+10
* Allow override of PERL5OPT etc in t/TESTTim Bunce2009-12-161-3/+13
* [perl #22977] Bug in format/writeZefram2009-12-151-0/+18
* more regex folding testsKarl Williamson2009-12-151-15/+45
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-141-1/+15
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-1/+61
* OS/2 doesn't support inplace editing without backupsJan Dubois2009-12-091-1/+1
* Fix for [perl #70910] wrong line number in syntax error messageZefram2009-12-091-0/+13
* proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-081-1/+8
* [perl #70802] -i'*' refuses to workTony Cook2009-12-081-1/+53
* undef $! before running the errno testsBram2009-12-081-1/+1
* utf8cache test: Hugo asks, and I provide. Merry ChristmasChip Salzenberg2009-12-081-0/+41
* The deep arrays for testing ~~ were not deep enoughRafael Garcia-Suarez2009-12-071-2/+2
* Fix a test that wasn’t testing was it purported to be testingRafael Garcia-Suarez2009-12-071-5/+5
* [perl #71076] sort with active sub (5.10 regression)Father Chrysostomos2009-12-071-3/+3
* Fix [perl #71078] Smart match against @_ gives false negativesRafael Garcia-Suarez2009-12-071-1/+8
* [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-062-5/+7
* t/test.pl fresh_perl_like() bughv@crypt.org2009-12-041-3/+1
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-022-4/+41
* -Dmad: double free or corruptionTony Cook2009-12-011-1/+49
* Test modifiability of range elementsEric Brine2009-11-301-1/+16
* Fix -DPERL_NO_UTF16_FILTEREric Brine2009-11-303-14/+21