summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Move some GV tests to gv.t from glob.t - the latter is for testing glob()Nicholas Clark2010-10-252-9/+9
* Stop sysio.t changing into t/op, and hence creating a temporary file there.Nicholas Clark2010-10-251-4/+4
* [perl #77496] tied gets scalars and globs confusedFather Chrysostomos2010-10-241-0/+14
* [perl #77810] Scalars vs globsFather Chrysostomos2010-10-241-12/+32
* permit labels to appear before declarationsZefram2010-10-232-2/+76
* Change goto_xs.t to use Fcntl::S_IMODE() for testing.Nicholas Clark2010-10-211-13/+10
* Make splice invoke set magicFlorian Ragwitz2010-10-151-1/+11
* [perl #45133] -0.0 has variable Boolean valueFather Chrysostomos2010-10-041-0/+12
* [perl #20661] Constant strings representing a number can BECOME numbersFather Chrysostomos2010-10-041-1/+15
* Correct test names in negate.tFather Chrysostomos2010-10-041-2/+2
* [perl #57706] Unary minus on 'numeric' inputs like '-1'Renée Bäcker2010-10-041-2/+2
* stop map,grep leaking temps [perl #48004]David Mitchell2010-10-041-1/+43
* Test for RT#3363: lexical lvalue under recursionGeorge Greer2010-10-031-1/+18
* Add a refgen+PADTMP testFather Chrysostomos2010-10-031-2/+11
* Revert "[perl #77928] Glob slot assignment and set-magic"Father Chrysostomos2010-09-291-14/+1
* [perl #77928] Glob slot assignment and set-magicFather Chrysostomos2010-09-281-1/+14
* [perl #75174] Clone dir handlesFather Chrysostomos2010-09-271-0/+131
* Make gv.t pass on systems that do not support -T $glob with stdioFather Chrysostomos2010-09-261-3/+10
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-6/+130
* [perl #76814] FETCH called twice - yFather Chrysostomos2010-09-241-4/+1
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-3/+5
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-10/+7
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-243-4/+4
* Avoid using double quotes in a one-liner runperl.Nicholas Clark2010-09-241-1/+1
* [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combinationFather Chrysostomos2010-09-221-1/+5
* Add missing bug numbersFather Chrysostomos2010-09-201-1/+1
* [perl #77930] cx_stack reallocation during sortFather Chrysostomos2010-09-201-1/+19
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+17
* Explicitly disable unicode for non-unicode tests in t/op/warn.tTony Cook2010-09-171-2/+2
* Fix "Wide character in warn" warningFather Chrysostomos2010-09-161-1/+8
* Fix warn to respect utf8-encoded scalars [perl #45549]Father Chrysostomos2010-09-161-1/+25
* change warn.t to use test.plFather Chrysostomos2010-09-161-11/+13
* list cxt hash assign with dups gives garbageDavid Mitchell2010-09-111-2/+4
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-1/+17
* make qw(...) first-class syntaxZefram2010-09-083-4/+14
* Move test for #76540 to op/gv.tFlorian Ragwitz2010-09-081-1/+19
* More tests for when(slice)Rafael Garcia-Suarez2010-09-071-1/+39
* Fix RT #77468: Smart matching on slicesDavid Leadbeater2010-09-071-1/+25
* $ref++, $ref-- leaked referentDavid Mitchell2010-09-061-1/+17
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-0/+129
* Peephole optimise adjacent pairs of nextstate ops.Nicholas Clark2010-08-271-1/+7
* Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1fBram (via RT)2010-08-251-1/+28
* Fix my $x = 3; $x = length(undef);.Ben Morrow2010-08-201-1/+16
* while_readdir.t needs a private directory to run in.Nicholas Clark2010-08-201-6/+56
* Make sure the stack is balanced in the case that we fake the result of unsupp...Andy Armstrong2010-08-171-0/+19
* [perl #72588] t/op/mkdir.t fails, setting LC_ALL=C does not workSlaven Rezic2010-08-141-2/+2
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-133-12/+3
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-133-3/+47
* Convert int.t to test.pl (and hence produce better failure diagnostics).Nicholas Clark2010-08-121-50/+21