summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-134-9/+266
|\
| * RT 8857: premature free in local of tied elementDavid Mitchell2010-04-112-1/+32
| * create SV leak test infrastructureDavid Mitchell2010-04-111-0/+37
| * fix RT 23810: eval and tied methodsDavid Mitchell2010-04-081-0/+90
| * PL_defoutgv isn't always a GV.David Mitchell2010-03-301-0/+12
| * RT #67962: $1 treated as tainted in untainted matchDavid Mitchell2010-03-251-1/+17
| * Fix assorted bugs related to magic (such as pos) not "sticking" toDavid Mitchell2010-03-232-9/+24
| * [perl #45167] Taint removal by sprintfDavid Mitchell2010-03-211-1/+28
| * [perl #6758] tainted values become untainted in tied hashesDavid Mitchell2010-03-201-1/+30
* | 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-171-4/+7
|/
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-1/+23
* 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
* Fix #72850 - reading $! shouldn't SEGV if Strerror(errno) returns NULL.Nicholas Clark2010-02-161-1/+7
* Remove npl addresses from "my" filesRobin Barker2010-02-112-2/+2
* 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 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/+169
* CYG23-544-statReini Urban2010-01-141-3/+8
* 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
* 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
* 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
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-141-1/+15
* proper error on "grep $x (1,2,3)". Solves [perl #37314]Gerard Goossen2009-12-081-1/+8
* utf8cache test: Hugo asks, and I provide. Merry ChristmasChip Salzenberg2009-12-081-0/+41