| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some GV tests to gv.t from glob.t - the latter is for testing glob() | Nicholas Clark | 2010-10-25 | 2 | -9/+9 |
* | Stop sysio.t changing into t/op, and hence creating a temporary file there. | Nicholas Clark | 2010-10-25 | 1 | -4/+4 |
* | [perl #77496] tied gets scalars and globs confused | Father Chrysostomos | 2010-10-24 | 1 | -0/+14 |
* | [perl #77810] Scalars vs globs | Father Chrysostomos | 2010-10-24 | 1 | -12/+32 |
* | permit labels to appear before declarations | Zefram | 2010-10-23 | 2 | -2/+76 |
* | Change goto_xs.t to use Fcntl::S_IMODE() for testing. | Nicholas Clark | 2010-10-21 | 1 | -13/+10 |
* | Make splice invoke set magic | Florian Ragwitz | 2010-10-15 | 1 | -1/+11 |
* | [perl #45133] -0.0 has variable Boolean value | Father Chrysostomos | 2010-10-04 | 1 | -0/+12 |
* | [perl #20661] Constant strings representing a number can BECOME numbers | Father Chrysostomos | 2010-10-04 | 1 | -1/+15 |
* | Correct test names in negate.t | Father Chrysostomos | 2010-10-04 | 1 | -2/+2 |
* | [perl #57706] Unary minus on 'numeric' inputs like '-1' | Renée Bäcker | 2010-10-04 | 1 | -2/+2 |
* | stop map,grep leaking temps [perl #48004] | David Mitchell | 2010-10-04 | 1 | -1/+43 |
* | Test for RT#3363: lexical lvalue under recursion | George Greer | 2010-10-03 | 1 | -1/+18 |
* | Add a refgen+PADTMP test | Father Chrysostomos | 2010-10-03 | 1 | -2/+11 |
* | Revert "[perl #77928] Glob slot assignment and set-magic" | Father Chrysostomos | 2010-09-29 | 1 | -14/+1 |
* | [perl #77928] Glob slot assignment and set-magic | Father Chrysostomos | 2010-09-28 | 1 | -1/+14 |
* | [perl #75174] Clone dir handles | Father Chrysostomos | 2010-09-27 | 1 | -0/+131 |
* | Make gv.t pass on systems that do not support -T $glob with stdio | Father Chrysostomos | 2010-09-26 | 1 | -3/+10 |
* | [perl #77362] Assigning glob to lvalue causes stringification | Father Chrysostomos | 2010-09-26 | 1 | -6/+130 |
* | [perl #76814] FETCH called twice - y | Father Chrysostomos | 2010-09-24 | 1 | -4/+1 |
* | [perl #76814] FETCH called twice - m and s | Father Chrysostomos | 2010-09-24 | 1 | -3/+5 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -1/+1 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -10/+7 |
* | Add a warning to test.pl if quotes are used in one-liners. | Nicholas Clark | 2010-09-24 | 3 | -4/+4 |
* | Avoid using double quotes in a one-liner runperl. | Nicholas Clark | 2010-09-24 | 1 | -1/+1 |
* | [perl #70614] Seg. fault with eval/use/UNITCHECK/DESTROY/eval combination | Father Chrysostomos | 2010-09-22 | 1 | -1/+5 |
* | Add missing bug numbers | Father Chrysostomos | 2010-09-20 | 1 | -1/+1 |
* | [perl #77930] cx_stack reallocation during sort | Father Chrysostomos | 2010-09-20 | 1 | -1/+19 |
* | stop do_clean_named_objs() leaving dangling refs | David Mitchell | 2010-09-20 | 1 | -1/+17 |
* | Explicitly disable unicode for non-unicode tests in t/op/warn.t | Tony Cook | 2010-09-17 | 1 | -2/+2 |
* | Fix "Wide character in warn" warning | Father Chrysostomos | 2010-09-16 | 1 | -1/+8 |
* | Fix warn to respect utf8-encoded scalars [perl #45549] | Father Chrysostomos | 2010-09-16 | 1 | -1/+25 |
* | change warn.t to use test.pl | Father Chrysostomos | 2010-09-16 | 1 | -11/+13 |
* | list cxt hash assign with dups gives garbage | David Mitchell | 2010-09-11 | 1 | -2/+4 |
* | bad things happened with for $x (...) { *x = *y } | David Mitchell | 2010-09-08 | 1 | -1/+17 |
* | make qw(...) first-class syntax | Zefram | 2010-09-08 | 3 | -4/+14 |
* | Move test for #76540 to op/gv.t | Florian Ragwitz | 2010-09-08 | 1 | -1/+19 |
* | More tests for when(slice) | Rafael Garcia-Suarez | 2010-09-07 | 1 | -1/+39 |
* | Fix RT #77468: Smart matching on slices | David Leadbeater | 2010-09-07 | 1 | -1/+25 |
* | $ref++, $ref-- leaked referent | David Mitchell | 2010-09-06 | 1 | -1/+17 |
* | [perl #76138] perl inadvertently destroys signal handlers as of f746176000 | Father Chrysostomos | 2010-09-06 | 1 | -0/+129 |
* | Peephole optimise adjacent pairs of nextstate ops. | Nicholas Clark | 2010-08-27 | 1 | -1/+7 |
* | Add tests for commit 1b0124a7c19a5499714e57a00a3d30b2f2647b1f | Bram (via RT) | 2010-08-25 | 1 | -1/+28 |
* | Fix my $x = 3; $x = length(undef);. | Ben Morrow | 2010-08-20 | 1 | -1/+16 |
* | while_readdir.t needs a private directory to run in. | Nicholas Clark | 2010-08-20 | 1 | -6/+56 |
* | Make sure the stack is balanced in the case that we fake the result of unsupp... | Andy Armstrong | 2010-08-17 | 1 | -0/+19 |
* | [perl #72588] t/op/mkdir.t fails, setting LC_ALL=C does not work | Slaven Rezic | 2010-08-14 | 1 | -2/+2 |
* | Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T... | Eric Brine | 2010-08-13 | 3 | -12/+3 |
* | TODO tests for untimely destruction introduced by lvalue ops [RT#67838] | Eric Brine | 2010-08-13 | 3 | -3/+47 |
* | Convert int.t to test.pl (and hence produce better failure diagnostics). | Nicholas Clark | 2010-08-12 | 1 | -50/+21 |