summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-0/+41
* Test modifiability of range elementsEric Brine2009-11-301-1/+16
* Handle $@ being assigned a read-only value (without error or busting the stack).Nicholas Clark2009-11-291-1/+14
* Fix RT #70862 by converting ERRSV to GvSVn() to ensure a non-NULL GvSV().Nicholas Clark2009-11-291-1/+16
* Jerry's last patch to add a TODO test didn't update the test count.Jesse Vincent2009-11-251-1/+1
* Moved the original test file from the previous patch into t/op/lex.t,Jesse Vincent2009-11-251-2/+27
* Add TODO test for perl #70748Jerry D. Hedden2009-11-251-0/+17
* deprecate "goto" to jump into a constructGerard Goossen2009-11-212-4/+19
* Test for a bug in sort where the elements are freed in the sort block.Gerard Goossen2009-11-131-1/+7
* Refactor and expand unshift.tDaniel Frederick Crisman2009-11-131-6/+61