summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* unTODO some passing TODO tests in reg_fold.tDavid Mitchell2010-02-201-1/+6
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-1/+15
* Improve handling of qq(\N{...}); and /xKarl Williamson2010-02-201-1/+30
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-195-8/+96
* rt #72866 - add magic to arrayrefs assigned to *Foo::ISATony Cook2010-02-181-1/+23
* Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.Nicholas Clark2010-02-161-1/+7
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-1/+41
* Remove npl addresses from "my" filesRobin Barker2010-02-113-3/+3
* Per Jesse, ignoring the skipping the tests form threaded OpenBSDSteve Peters2010-02-101-0/+4
* Fix for non-regexps being upgraded to SVt_REGEXPNicholas Clark2010-02-091-3/+20
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-02-062-10/+52
|\
| * Don't try to calculate a time over the conservative failure boundary.Michael G. Schwern2010-02-052-10/+52
* | Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-063-4/+29
|/
* Merge branch 'blead' of ssh://perl5.git.perl.org/gitroot/perl into bleadJesse Vincent2010-02-031-1/+13
|\
| * Tests for RT #72432Abigail2010-02-031-1/+13
* | add a watchdog for schwern's time overflow tests.Jesse Vincent2010-02-031-0/+6
* | Add sanity checks for far, far distant dates.Michael G. Schwern2010-02-031-1/+24
|/
* Add a few regression tests, making sure ... is parsed as a range operatorAbigail2010-01-281-1/+34
* fix qr// and get-magic problemsFather Chrysostomos2010-01-192-2/+28
* Fix a NULL pointer dereference when looking for a DESTROY methodNiko Tyni2010-01-191-1/+14
* Fix for #71254: SEGV in Data::DumperFather Chrysostomos2010-01-181-1/+12
* Move packagev.t from t/comp to t/op, as it fouls the test bootstrapping policy.Nicholas Clark2010-01-181-0/+0
* Revert "[perl #62646] Maximum string length with substr"Rafael Garcia-Suarez2010-01-181-16/+1
* [perl #62646] Maximum string length with substrZefram2010-01-151-1/+16
* 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