summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
...
* Don’t crash with &CORE::foo after undefining *_Father Chrysostomos2012-05-211-0/+7
* Make while(each ...) imply defined($_ = ...)Father Chrysostomos2012-05-211-1/+28
* override.t: Remove obsolete commentFather Chrysostomos2012-05-211-1/+0
* require_errors.t: Test <> errorFather Chrysostomos2012-05-211-1/+4
* Allow require_errors.t to be run from the top levelFather Chrysostomos2012-05-211-0/+1
* coreamp.t: rename badly-named testsFather Chrysostomos2012-05-211-2/+2
* cproto.t: Add tests for BEGIN, etc.Father Chrysostomos2012-05-211-1/+7
* Make cproto.t more stringentFather Chrysostomos2012-05-211-1/+4
* Make pos(@array) and pos(%hash) into errorsFather Chrysostomos2012-05-211-1/+10
* Don’t let method-BLOCK read beyond the stackFather Chrysostomos2012-05-211-1/+14
* Make lvalue subs copy returned PADTMPs in rvalue cxFather Chrysostomos2012-05-212-1/+24
* XS-APItest/t/hash.t: comment typoFather Chrysostomos2012-05-211-1/+1
* Produce the right error for goto "\0"Father Chrysostomos2012-05-211-1/+6
* [perl #111794] Make goto "" like goto ${\""}Father Chrysostomos2012-05-211-1/+8
* utf8.c: refactor utf8n_to_uvuni()Karl Williamson2012-04-261-1/+1
* utf8.h: Use correct UTF-8 downgradeable definitionChristian Hansen2012-04-261-1/+17
* op/sigdispatch.t: skip tests on prodn releasesDavid Mitchell2012-04-141-10/+18
* Fix for perl #112316: Wrong behavior regarding labels with same prefixBrian Fraser2012-04-062-2/+39
* [perl #111864] Don’t leave obj on stack for -x $overloadedFather Chrysostomos2012-03-281-1/+7
* [perl #111462] Don’t leak eval "" op tree when croakingFather Chrysostomos2012-03-271-1/+14
* [perl #111656] tie_fetch_count.t: Suppress ‘glob failed’Father Chrysostomos2012-03-261-1/+3
* [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