Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for POSIX::sigpending(). | Nicholas Clark | 2011-09-13 | 1 | -3/+10 |
* | Fix misspellings in gv.t | Father Chrysostomos | 2011-09-12 | 1 | -6/+6 |
* | Make \&$tied call get-magic when it holds a glob | Father Chrysostomos | 2011-09-12 | 1 | -0/+12 |
* | Make (l)stat respect get-magic on globs and globrefs | Father Chrysostomos | 2011-09-12 | 2 | -3/+9 |
* | Make tie_fetch_count.t pass on ‘broken’ platforms | Father Chrysostomos | 2011-09-12 | 1 | -1/+9 |
* | Make truncate respect get-magic on globs and globrefs | Father Chrysostomos | 2011-09-11 | 1 | -5/+8 |
* | Collapse repetititive code in tie_fetch_count.t | Father Chrysostomos | 2011-09-10 | 1 | -18/+9 |
* | Make utime handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -1/+5 |
* | Stop filetest ops from calling FETCH on parent op’s arg | Father Chrysostomos | 2011-09-10 | 1 | -1/+12 |
* | Make filetest ops handle get-magic correctly for glob(ref)s | Father Chrysostomos | 2011-09-10 | 1 | -27/+10 |
* | -l followed by bareword should leave the stack alone | Father Chrysostomos | 2011-09-10 | 1 | -1/+7 |
* | The Borland Chainsaw Massacre | Steve Hay | 2011-09-10 | 1 | -16/+0 |
* | ch(dir|mod|own) should also call FETCH on refs to tied globs | Father Chrysostomos | 2011-09-10 | 1 | -1/+7 |
* | Tweaks to tie_fetch_count.t | Nicholas Clark | 2011-09-10 | 1 | -1/+2 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 7 | -183/+13 |
* | ch(dir|mod|own) should not ignore get-magic on glob(ref)s | Father Chrysostomos | 2011-09-08 | 1 | -5/+11 |
* | Call get-magic once for *glob=$tied | Father Chrysostomos | 2011-09-08 | 1 | -1/+5 |
* | Suppress warning from tie_fetch_count.t | Father Chrysostomos | 2011-09-08 | 1 | -0/+1 |
* | RT #4682: given() didn't scope $_ correctly | David Mitchell | 2011-09-06 | 1 | -1/+30 |
* | Call get-magic once for CV-to-GV assignment | Father Chrysostomos | 2011-09-03 | 1 | -1/+10 |
* | Fix two \&$tied regressions | Father Chrysostomos | 2011-09-01 | 1 | -0/+26 |
* | Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins... | Gerard Goossen | 2011-09-01 | 1 | -1/+4 |
* | [perl #97492] Tests & delta for defined ${"::!"} | Father Chrysostomos | 2011-09-01 | 1 | -2/+2 |
* | [perl #97484] Make defined &{...} vivify CORE subs | Father Chrysostomos | 2011-09-01 | 1 | -2/+4 |
* | Eliminate is_gv_magical_sv | Father Chrysostomos | 2011-08-30 | 1 | -2/+2 |
* | &CORE::write() | Father Chrysostomos | 2011-08-29 | 1 | -0/+6 |
* | &CORE::unpack() | Father Chrysostomos | 2011-08-29 | 1 | -1/+18 |
* | &CORE::umask() | Father Chrysostomos | 2011-08-29 | 1 | -0/+5 |
* | &CORE::foo() for tie functions | Father Chrysostomos | 2011-08-29 | 1 | -12/+43 |
* | &CORE::tell() | Father Chrysostomos | 2011-08-29 | 1 | -0/+10 |
* | &CORE::setpgrp() | Father Chrysostomos | 2011-08-29 | 1 | -1/+12 |
* | Make setpgrp($x) equivalent to setpgrp($x,0) | Father Chrysostomos | 2011-08-29 | 1 | -1/+3 |
* | make setpgrpstack.t use skip_all_without_config | Father Chrysostomos | 2011-08-29 | 1 | -6/+3 |
* | &CORE::sysopen() | Father Chrysostomos | 2011-08-28 | 1 | -0/+9 |
* | Make tie_fetch_count.t pass with PERL_UNICODE set | Father Chrysostomos | 2011-08-28 | 1 | -4/+4 |
* | Make coreamp.t pass with PERL_UNICODE set | Father Chrysostomos | 2011-08-28 | 1 | -1/+9 |
* | &CORE::substr() | Father Chrysostomos | 2011-08-27 | 1 | -0/+10 |
* | &CORE::srand() | Father Chrysostomos | 2011-08-27 | 1 | -0/+6 |
* | &CORE::sleep() | Father Chrysostomos | 2011-08-27 | 1 | -0/+1 |
* | &CORE::send() and &CORE::syswrite() | Father Chrysostomos | 2011-08-27 | 1 | -0/+3 |
* | &CORE::select() | Father Chrysostomos | 2011-08-27 | 1 | -0/+27 |
* | Get coreamp.t passing on VMS. | Craig A. Berry | 2011-08-27 | 1 | -2/+6 |
* | &CORE::reset() | Father Chrysostomos | 2011-08-26 | 1 | -0/+14 |
* | GVs of localised arrays and hashes should be refcounted | Father Chrysostomos | 2011-08-26 | 1 | -3/+7 |
* | &CORE::foo() for (sys)read and recv | Father Chrysostomos | 2011-08-26 | 1 | -0/+40 |
* | Update the comments at the top of t/op/core*.t | Father Chrysostomos | 2011-08-26 | 2 | -7/+4 |
* | Rename t/op/core*.t | Father Chrysostomos | 2011-08-26 | 3 | -793/+793 |
* | &CORE::rand() | Father Chrysostomos | 2011-08-26 | 1 | -0/+7 |
* | &CORE::open() | Father Chrysostomos | 2011-08-26 | 1 | -2/+21 |
* | Reverse the order of two tests in gv.t | Father Chrysostomos | 2011-08-26 | 1 | -1/+1 |