summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make ++ and -- work on glob copiesFather Chrysostomos2011-09-161-2/+10
* skip_all is a sub in t/test.pl.Craig A. Berry2011-09-161-2/+2
* Disallow weakening of read-only referencesFather Chrysostomos2011-09-161-1/+22
* Make tie_fetch_count.t skip -[guk] globref testsFather Chrysostomos2011-09-151-10/+4
* [perl #99142] Make GV_ADDMG and magic vars account for s(t)ubsFather Chrysostomos2011-09-151-1/+11
* Use test.pl miniperl check rather than by-hand in t/io/shm.tGeorge Greer2011-09-141-3/+1
* Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instead.George Greer2011-09-141-1/+1
* shm.t: Skip under miniperlFather Chrysostomos2011-09-141-0/+3
* shm.t: Don’t call shmctl in END when undefinedFather Chrysostomos2011-09-141-3/+3
* Fix #98480 math when reading shared memoryLeon Timmermans2011-09-141-1/+7
* Added SysV shared memory testsLeon Timmermans2011-09-141-0/+75
* 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