summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
...
* [perl #119051] Fix crash with \&$glob_copyFather Chrysostomos2013-07-281-1/+15
* Stop op freeing from interfering with sub(){42} mutabilityFather Chrysostomos2013-07-251-1/+7
* Stop shared hash key TARGs from being sharedFather Chrysostomos2013-07-251-2/+0
* [perl #79908] Stop sub inlining from breaking closuresFather Chrysostomos2013-07-251-1/+20
* Make sub(){42} return a mutable valueFather Chrysostomos2013-07-251-3/+8
* Allow stash elems to be array refsFather Chrysostomos2013-07-251-2/+10
* [perl #78194] Make sort copy PADTMPsFather Chrysostomos2013-07-251-1/+0
* [perl #78194] Make x copy PADTMPs in lv cxFather Chrysostomos2013-07-251-1/+0
* [perl #78194] Make list slices copy PADTMPs in lv cxFather Chrysostomos2013-07-251-1/+0
* Stop folding of ops from changing mutabilityFather Chrysostomos2013-07-252-2/+4
* [perl #78194] Make foreach copy pad tmpsFather Chrysostomos2013-07-251-2/+15
* [perl #3105] Make 1..3 modification safeFather Chrysostomos2013-07-252-19/+22
* [perl #78194] Make sub calls copy pad tmpsFather Chrysostomos2013-07-252-2/+3
* [perl #78194] Make grep/map copy pad tmpsFather Chrysostomos2013-07-251-5/+3
* op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-252-5/+0
* Change the tests for #3105 into to-dosFather Chrysostomos2013-07-251-2/+6
* To-do test for #109746Father Chrysostomos2013-07-251-1/+8
* Test (im)mutability of constants and constant-like subsFather Chrysostomos2013-07-251-1/+10
* Test !0 and !1 immutability and singletonnessFather Chrysostomos2013-07-251-1/+16
* Test that literal numbers and strings are read-onlyFather Chrysostomos2013-07-251-1/+23
* To-do tests for perl #78194Father Chrysostomos2013-07-257-6/+56
* sub.t: To-do test for recursive shared-hash-keys TARGsFather Chrysostomos2013-07-251-1/+24
* join() with an empty list and undef separator may not warn in the futureTony Cook2013-07-241-0/+3
* Add some edge cases to join.t testVictor Efimov2013-07-241-1/+18
* pos.t: test something I almost brokeFather Chrysostomos2013-07-231-1/+3
* Avoid read-after-free in S_scan_heredoc() if the terminator line has no "\n".Nicholas Clark2013-07-221-7/+14
* [perl #27010] Make tie work through defelemsFather Chrysostomos2013-07-161-0/+28
* [perl #77814] Make defelems propagate posFather Chrysostomos2013-07-151-1/+27
* Make set-magic handle vstrings properlyFather Chrysostomos2013-07-152-1/+13
* t/op/array.t: remove ‘no warnings "deprecated"’Father Chrysostomos2013-07-151-5/+0
* [perl #113932] Make UNIVERSAL::can("STDOUT"...) workFather Chrysostomos2013-07-121-5/+1
* Make method lookup treat *foo as \*fooFather Chrysostomos2013-07-091-1/+19
* method.t: Correct miniperl skip countFather Chrysostomos2013-07-091-1/+1
* [perl #113932] UNIVERSAL::can with globs and globrefsFather Chrysostomos2013-07-081-3/+3
* to-do tests for #113932 (UNIVERSAL::can and handles)Father Chrysostomos2013-07-061-1/+9
* We don't actually need to set $ENV{PERL} for the tests to work.Nicholas Clark2013-07-011-1/+1
* make sure the prototype actually matchesTony Cook2013-06-281-1/+2
* pad.c, S_cv_clone: Maintain the utf8-ness of the cloned cvBrian Fraser2013-06-281-1/+5
* Put all sort arguments in list contextFather Chrysostomos2013-06-261-1/+3
* Put sort arguments in lvalue contextFather Chrysostomos2013-06-261-1/+5
* In-place sort should not leave array read-onlyFather Chrysostomos2013-06-261-1/+3
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-06-231-1/+9
* Remove ‘Can't coerce readonly %s’ errorFather Chrysostomos2013-06-221-1/+5
* Copy scalar refs returned from @INC filtersFather Chrysostomos2013-06-221-1/+17
* Stop ck_index from flattening other people’s SVsFather Chrysostomos2013-06-221-1/+22
* Stop fbm_compile from flattening refsFather Chrysostomos2013-06-221-1/+11
* index.t: Comment final braceFather Chrysostomos2013-06-221-1/+1
* Stop split from mangling constantsFather Chrysostomos2013-06-221-1/+5
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-06-181-1/+9
* concat2.t: Unskip an encoding.pm testFather Chrysostomos2013-06-181-1/+1