summaryrefslogtreecommitdiff
path: root/t
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
* Add diag_listed_as for lstat error msgFather Chrysostomos2011-09-121-1/+0
* Make (l)stat respect get-magic on globs and globrefsFather Chrysostomos2011-09-123-4/+14
* Make tie_fetch_count.t pass on ‘broken’ platformsFather Chrysostomos2011-09-121-1/+9
* t/TEST: clean up cachegrind.out.$pid intermediate filesJim Cromie2011-09-121-13/+24
* Make truncate respect get-magic on globs and globrefsFather Chrysostomos2011-09-111-5/+8
* updated podcheck data file to know about the changes from Leon's patchJesse Vincent2011-09-111-1/+2
* 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
* Fix MSWin32 skip in porting/globvar.tSteve Hay2011-09-101-1/+1
* The Borland Chainsaw MassacreSteve Hay2011-09-102-34/+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
* adjust TEST's valgrind invocation to also work with linux's perf statJim Cromie2011-09-091-14/+22
* t/TEST: collect user, sys cpu times for each testfileJim Cromie2011-09-091-4/+20
* if -d HARNESS_TIMER, t/TEST saves timings in Storable fileJim Cromie2011-09-091-2/+51
* save elapsed-time-ms in global hash for later reportingJim Cromie2011-09-091-5/+5
* add space after testfile name, and before ok/not okJim Cromie2011-09-091-2/+2
* remove index offsetting ($[)Zefram2011-09-0910-215/+15
* Provide more information in the message for "strxfrm() gets absurd".Nicholas Clark2011-09-091-1/+0
* add known issues for new OO docsDave Rolsky2011-09-081-0/+3
* Remove all references to old OO tutorial docs, and add refs to perlootut wher...Dave Rolsky2011-09-081-1/+0
* 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
* dual-life CarpZefram2011-09-041-0/+1
* Call get-magic once for CV-to-GV assignmentFather Chrysostomos2011-09-031-1/+10
* utf8_heavy: Correctly handle \p{L_}Karl Williamson2011-09-021-0/+5
* Unicode::UCD: fix pod verbatim line lengthKarl Williamson2011-09-021-1/+0
* Fix two \&$tied regressionsFather Chrysostomos2011-09-011-0/+26
* regen known_pod_issues.datFather Chrysostomos2011-09-011-6/+3
* 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
* Make switchC.t pass if the environment variable PERL_UNICODE contains "S"Rafael Garcia-Suarez2011-08-311-6/+11
* 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