summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* Add tests for POSIX::sigpending().Nicholas Clark2011-09-131-3/+10
* Fix misspellings in gv.tFather Chrysostomos2011-09-121-6/+6
* Make \&$tied call get-magic when it holds a globFather Chrysostomos2011-09-121-0/+12
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-122-3/+9
* Make tie_fetch_count.t pass on ‘broken’ platformsFather Chrysostomos2011-09-121-1/+9
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-111-5/+8
* Collapse repetititive code in tie_fetch_count.tFather Chrysostomos2011-09-101-18/+9
* Make utime handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-1/+5
* Stop filetest ops from calling FETCH on parent op’s argFather Chrysostomos2011-09-101-1/+12
* Make filetest ops handle get-magic correctly for glob(ref)sFather Chrysostomos2011-09-101-27/+10
* -l followed by bareword should leave the stack aloneFather Chrysostomos2011-09-101-1/+7
* The Borland Chainsaw MassacreSteve Hay2011-09-101-16/+0
* ch(dir|mod|own) should also call FETCH on refs to tied globsFather Chrysostomos2011-09-101-1/+7
* Tweaks to tie_fetch_count.tNicholas Clark2011-09-101-1/+2
* remove index offsetting ($[)Zefram2011-09-097-183/+13
* ch(dir|mod|own) should not ignore get-magic on glob(ref)sFather Chrysostomos2011-09-081-5/+11
* Call get-magic once for *glob=$tiedFather Chrysostomos2011-09-081-1/+5
* Suppress warning from tie_fetch_count.tFather Chrysostomos2011-09-081-0/+1
* RT #4682: given() didn't scope $_ correctlyDavid Mitchell2011-09-061-1/+30
* Call get-magic once for CV-to-GV assignmentFather Chrysostomos2011-09-031-1/+10
* Fix two \&$tied regressionsFather Chrysostomos2011-09-011-0/+26
* Use OPpDEREF for lvalue sub, such that the flags contains the deref type, ins...Gerard Goossen2011-09-011-1/+4
* [perl #97492] Tests & delta for defined ${"::!"}Father Chrysostomos2011-09-011-2/+2
* [perl #97484] Make defined &{...} vivify CORE subsFather Chrysostomos2011-09-011-2/+4
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-2/+2
* &CORE::write()Father Chrysostomos2011-08-291-0/+6
* &CORE::unpack()Father Chrysostomos2011-08-291-1/+18
* &CORE::umask()Father Chrysostomos2011-08-291-0/+5
* &CORE::foo() for tie functionsFather Chrysostomos2011-08-291-12/+43
* &CORE::tell()Father Chrysostomos2011-08-291-0/+10
* &CORE::setpgrp()Father Chrysostomos2011-08-291-1/+12
* Make setpgrp($x) equivalent to setpgrp($x,0)Father Chrysostomos2011-08-291-1/+3
* make setpgrpstack.t use skip_all_without_configFather Chrysostomos2011-08-291-6/+3
* &CORE::sysopen()Father Chrysostomos2011-08-281-0/+9
* Make tie_fetch_count.t pass with PERL_UNICODE setFather Chrysostomos2011-08-281-4/+4
* Make coreamp.t pass with PERL_UNICODE setFather Chrysostomos2011-08-281-1/+9
* &CORE::substr()Father Chrysostomos2011-08-271-0/+10
* &CORE::srand()Father Chrysostomos2011-08-271-0/+6
* &CORE::sleep()Father Chrysostomos2011-08-271-0/+1
* &CORE::send() and &CORE::syswrite()Father Chrysostomos2011-08-271-0/+3
* &CORE::select()Father Chrysostomos2011-08-271-0/+27
* Get coreamp.t passing on VMS.Craig A. Berry2011-08-271-2/+6
* &CORE::reset()Father Chrysostomos2011-08-261-0/+14
* GVs of localised arrays and hashes should be refcountedFather Chrysostomos2011-08-261-3/+7
* &CORE::foo() for (sys)read and recvFather Chrysostomos2011-08-261-0/+40
* Update the comments at the top of t/op/core*.tFather Chrysostomos2011-08-262-7/+4
* Rename t/op/core*.tFather Chrysostomos2011-08-263-793/+793
* &CORE::rand()Father Chrysostomos2011-08-261-0/+7
* &CORE::open()Father Chrysostomos2011-08-261-2/+21
* Reverse the order of two tests in gv.tFather Chrysostomos2011-08-261-1/+1