summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [rt #111654] properly propgate tainted errorsTony Cook2012-03-121-1/+0
* [rt #111654] TODO test for tainted die propagationTony Cook2012-03-121-1/+10
* [perl #107366] Allow attributes to set :lvalue on defined subFather Chrysostomos2012-03-011-11/+11
* The parser should always close the file handle that it opened.Nicholas Clark2012-02-271-0/+42
* don't taint $$ determined by getpid()Zefram2012-02-251-1/+8
* delay allocating trans table until neededZefram2012-02-251-1/+10
* Longer filenames for while_readdir.t.Craig A. Berry2012-02-181-1/+1
* pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCIIKarl Williamson2012-02-151-1/+47
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-3/+40
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-2/+13
* Skip stat.t readability test on VMS.Craig A. Berry2012-02-141-0/+1
* [perl #109762] Stop !$^V from leakingFather Chrysostomos2012-02-031-1/+3
* t/op/method.t: Add tests for subless AUTOLOAD and DESTROYBrian Fraser2012-02-011-1/+17
* stat.t: Use $>, not just $< for skippingFather Chrysostomos2012-01-301-1/+1
* lc.t: Add tests for previously broken IN_UNI_8_BITKarl Williamson2012-01-291-1/+10
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-294-4/+96
* [perl #109264] ->method(my(...)) forcing lvalue cxFather Chrysostomos2012-01-281-1/+20
* Adjust skip counts in t/op/filetest_t.t.Craig A. Berry2012-01-281-3/+3
* stat.t: Skip test when running as rootRainer Tammer2012-01-261-0/+1
* Call FETCH once for stacked filetest opsFather Chrysostomos2012-01-241-1/+3
* skip sigdispatch.t on cygwin RT#88814Reini Urban2012-01-241-3/+5
* [perl #77388] Make stacked -t workFather Chrysostomos2012-01-232-5/+8
* [rt.cpan.org #74289] Don’t make *CORE::foo read-onlyFather Chrysostomos2012-01-231-0/+4
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-01-231-3/+1
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-0/+10
* [perl #108794] Call special blocks in void contextFather Chrysostomos2012-01-221-1/+19
* [rt.cpan.org #72767] Don’t propagate warnings into do-fileFather Chrysostomos2012-01-221-0/+22
* VMS-specific symlink tweak for stat.tCraig A. Berry2012-01-201-1/+3
* [perl #71002] stat() on unopened fh _Father Chrysostomos2012-01-201-1/+11
* [perl #108480] $cow |= number undefines $cowFather Chrysostomos2012-01-171-1/+13
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-1/+8
* Avoid 'defined(@array) is deprecated' warnings in tests.Nicholas Clark2012-01-173-4/+16
* stat.t: Avoid unconditional lstat on file nameFather Chrysostomos2012-01-151-4/+8
* stat.t, filetest.t: Actually gen rand file namesFather Chrysostomos2012-01-152-2/+2
* Make lstat($ioref) and lstat($gv) consistentFather Chrysostomos2012-01-141-1/+8
* stat.t: Make test for -T _ and lstat more robustFather Chrysostomos2012-01-141-2/+2
* magic.t: Correct miniperl skip countFather Chrysostomos2012-01-141-1/+1
* -T "unreadable file" should set stat info consistentlyFather Chrysostomos2012-01-142-2/+13
* stat.t: Add bug numberFather Chrysostomos2012-01-141-0/+1
* Make -T BADHANDLE set errno with fatal warningsFather Chrysostomos2012-01-141-2/+12
* Make -l HANDLE set PL_laststatval with fatal warningsFather Chrysostomos2012-01-141-1/+7
* Make -T HANDLE and -B HANDLE always set last stat typeFather Chrysostomos2012-01-131-2/+8
* Make -T _ and -B _ always set PL_laststatvalFather Chrysostomos2012-01-131-2/+8
* Make failed filetests consistent with & w/out fatal warningsFather Chrysostomos2012-01-131-1/+28
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-3/+15
* stat $ioref should reset the internal stat typeFather Chrysostomos2012-01-131-1/+10
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-131-3/+22
* Suppress confusing uninit warning from -T _Father Chrysostomos2012-01-131-1/+4
* defined *{"+"} should not stop %+ from workingFather Chrysostomos2012-01-131-1/+19
* defined *{"!"} should not stop %! from workingFather Chrysostomos2012-01-131-2/+10