summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* substr.t: typoFather Chrysostomos2017-12-021-1/+1
* [perl #132527] Allow 4-arg substr(delete ...)Father Chrysostomos2017-12-011-1/+10
* expect -k to be overloadable on Win32Zefram2017-11-261-16/+0
* miniperl/minitest cannot do these tests.Jarkko Hietaniemi2017-11-242-1/+3
* Fix test failures in GCC "long doubles" builds on WindowsSteve Hay2017-11-221-2/+2
* MULTICONCAT - use distinct TMPS for const overloadDavid Mitchell2017-11-201-1/+14
* fix tainting of s/// with overloaded replacementZefram2017-11-191-9/+419
* Use strict and warnings in stat.tDagfinn Ilmari Mannsåker2017-11-161-17/+24
* Fix $$ variable usage in stat.tDagfinn Ilmari Mannsåker2017-11-161-1/+1
* Use safer symlink name in stat.t.Craig A. Berry2017-11-161-1/+1
* fix lvalue context for 4-arg substrZefram2017-11-161-1/+27
* fix handling of registered warning categoriesZefram2017-11-151-21/+3
* set $! when statting a closed filehandleZefram2017-11-151-0/+57
* [perl #132442] Fix stack with do {my sub l; 1}Father Chrysostomos2017-11-141-1/+4
* fix naming of some test temp filesZefram2017-11-141-1/+1
* fix do dir returning no $!Daniel Dragan2017-11-121-1/+13
* Revert "Temporarily revert CV-in-stash optimisation"Father Chrysostomos2017-11-111-1/+0
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-1112-16/+15
* Handle Linux containers' use of 0 for PPID with orphaned procs in t/op/getppid.tSlaven Rezic2017-11-101-2/+21
* parse yada-yada only as a statementZefram2017-11-101-16/+19
* initialisation of simple aggregate state variablesZefram2017-11-041-7/+79
* (perl #131895) fail stat on names with \0 embeddedTony Cook2017-11-022-2/+20
* yada-yada is a term, not an operatorLukas Mai2017-11-021-1/+17
* sprintf-as-multiconcat: fix \x80 issueDavid Mitchell2017-11-021-0/+8
* Add OP_MULTICONCAT opDavid Mitchell2017-10-313-1/+107
* (perl #132245) don't leak on \N{}Tony Cook2017-10-301-1/+6
* Show that '/o' modifier no longer has adverse effects on 'split'.Harald Jörg2017-10-291-2/+18
* Unweaken refs in in-place reverseDagfinn Ilmari Mannsåker2017-10-241-1/+15
* Drop support for PowerUX / Power MAX OSAaron Crane2017-10-211-2/+2
* Temporarily revert CV-in-stash optimisationFather Chrysostomos2017-10-191-0/+1
* [perl #131730] Fix exec PROGRAM LIST with empty LISTDagfinn Ilmari Mannsåker2017-10-181-1/+16
* RT#131000: splice doesn't honour read-only flagAaron Crane2017-10-153-2/+34
* Make pp_multideref handle local $::{subref}Father Chrysostomos2017-10-081-1/+19
* [perl #129916] Allow sub-in-stash outside of mainFather Chrysostomos2017-10-082-2/+1
* Revert "test - Do not run test output at compilation time"v5.27.4John SJ Anderson2017-09-202-67/+33
* avoid sysread()/syswrite() warnings from the default :utf8 from PERL_UNICODETony Cook2017-09-204-16/+35
* (perl #131777) prevent non-'=' assign ops tokens in sub signaturesTony Cook2017-09-191-6/+10
* Revert changes to t/op/threads-dirh.t in 1ce8be81dfaf09bc8a07.James E Keenan2017-09-151-8/+8
* test - Do not run test output at compilation timeNicolas R2017-09-152-33/+67
* test - Do not use B which is a reserved namespaceNicolas R2017-09-151-30/+30
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-151-8/+8
* Add unit test t/op/stash_parse_gv.tNicolas R2017-09-051-0/+31
* Strengthen weak refs when sorting in-placeDagfinn Ilmari Mannsåker2017-09-041-1/+12
* perldelta for 745e740c825dTony Cook2017-08-311-2/+0
* (perl #128263) handle PL_last_in_gv being &PL_sv_undefTony Cook2017-08-311-1/+11
* fix index(...) == -1 type optimisationsDavid Mitchell2017-08-071-11/+33
* extend index(...) == -1 optimisationDavid Mitchell2017-08-051-2/+10
* t/op/index.t: automate a block of testsDavid Mitchell2017-08-051-59/+33
* set SVs_PADTMP flag on PL_sv_zeroDavid Mitchell2017-08-041-1/+13
* PVLV-as-REGEXP: avoid PVX double freeDavid Mitchell2017-08-041-1/+17