summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* untodo the no-longer-failing todo test for rgs' patchJesse Vincent2010-04-021-3/+1
* Add a TODO test for block evals segfaulting on syntax errors.Florian Ragwitz2010-04-021-1/+11
* More tests for in-place reverse (empty tied array)Rafael Garcia-Suarez2010-03-311-1/+5
* Add a test for reversing in-place an empty arrayRafael Garcia-Suarez2010-03-311-1/+5
* [perl #73720] opt_scalarhv(or OP_BOOLKEYS) does not workDavid Leadbeater2010-03-271-1/+5
* Attached are two TODO patches for the remaining test failures on VMS.Craig A. Berry2010-03-172-4/+12
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-1/+23
* Support cygwin-1.7 mountReini Urban2010-03-081-3/+3
* Revert "Forbid labels with keyword names"Jan Dubois2010-03-021-3/+3
* Setup @INC at compile time because commit ec34a119 needs to load utf8.pmJan Dubois2010-03-021-1/+3
* [perl #73174] swash_init() wasn't saving %^HDavid Mitchell2010-03-021-2/+17
* Don't scrub DCL$PATH unless it's there.Craig A. Berry2010-03-011-1/+1
* fix for [perl #72604] @DB::args and win32 forkDavid Mitchell2010-02-281-0/+18
* Regression test for 34394ecd - SVs that were only on the tmps stack leaked.Nicholas Clark2010-02-231-1/+13
* stop op/groups.t skipping on LinuxDavid Mitchell2010-02-211-2/+13
* 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