summaryrefslogtreecommitdiff
path: root/t/op
Commit message (Expand)AuthorAgeFilesLines
* [perl #115928] a consistent (public) rand() implementationTony Cook2013-09-131-1/+6
* [perl #88814] sigdispatch.t work on openbsd 5.2Tony Cook2013-09-111-2/+3
* rt119311.t: typoFather Chrysostomos2013-09-091-1/+1
* Make &xsub and goto &xsub work with tied @_Father Chrysostomos2013-09-091-0/+18
* Don’t let reblessing point SvSTASH to a half-freed stashFather Chrysostomos2013-09-091-1/+19
* Stop &xsub and goto &xsub from crashing on undef *_Father Chrysostomos2013-09-062-2/+16
* Use defelems for (goto) &xsub callsFather Chrysostomos2013-09-062-2/+21
* Make pp_splice handle nonexistent array elementsFather Chrysostomos2013-09-061-0/+10
* t/op/for.t: Skip a test if the require for XS::APItest failsBrian Fraser2013-09-021-1/+1
* [perl #115768] improve (caller)[2] line numbersFather Chrysostomos2013-09-011-1/+14
* Stop t/op/coreamp.t leaving temporary files behindSteve Hay2013-08-291-0/+9
* Update the comments in t/op/magic.tNicholas Clark2013-08-291-1/+2
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-1/+8
* Make vivify_defelem allow &PL_sv_undef array entriesFather Chrysostomos2013-08-281-1/+12
* Stop creating defelems for undef in foreach(@_)Father Chrysostomos2013-08-281-1/+7
* [perl #119311] Keep CvDEPTH and savestack in syncFather Chrysostomos2013-08-271-0/+237
* [perl #117265] safesyscalls: check embedded nul in syscall argsTony Cook2013-08-262-3/+25
* Fix assert fail when fetching pos clobbers ref with undefFather Chrysostomos2013-08-251-1/+10
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-1/+32
* Don’t push nulls on to the stack in pp_padavFather Chrysostomos2013-08-251-1/+5
* Fix assertion failure with $#a=\1Father Chrysostomos2013-08-221-1/+5
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-1/+21
* array.t: Tests for #7508 and #109726Father Chrysostomos2013-08-201-1/+8
* Fix skip logic in pad_tidy and cv_cloneFather Chrysostomos2013-08-201-1/+15
* Stop recursion from losing lex fh namesFather Chrysostomos2013-08-201-1/+15
* [perl #3330] avoid an uncaught warning from op/inc.tTony Cook2013-08-141-3/+6
* Stop reset from clearing aliases to globsFather Chrysostomos2013-08-131-1/+14
* Don’t taint undef in resetFather Chrysostomos2013-08-111-1/+6
* Stop reset from skipping @ % if $ is read-onlyFather Chrysostomos2013-08-111-1/+9
* reset.t: Basic tests for resetting aggregatesFather Chrysostomos2013-08-111-1/+7
* sv_reset: Don’t skip THINKFIRST itemsFather Chrysostomos2013-08-111-1/+11
* Call get-magic before rejecting non-refs in sv_blessFather Chrysostomos2013-08-111-1/+7
* Make ++ handle regexps and vstringsFather Chrysostomos2013-08-111-0/+7
* Stop -- from crashing on regexpsFather Chrysostomos2013-08-111-0/+4
* Modifying ${^OPEN} changes the value of $^H:Father Chrysostomos2013-08-111-1/+13
* Fix booleanness of regexpsFather Chrysostomos2013-08-111-1/+4
* Handle magical return values from @INC filterFather Chrysostomos2013-08-111-1/+9
* Setting $_ to multiline glob in @INC filterFather Chrysostomos2013-08-111-1/+8
* incfilter.t: squelch warningFather Chrysostomos2013-08-111-1/+1
* Tying $_ in @INC filterFather Chrysostomos2013-08-111-1/+12
* Handle non-PV $_ in @INC filtersFather Chrysostomos2013-08-111-1/+9
* Don’t allow read-only COWs to be blessedFather Chrysostomos2013-08-111-1/+7
* In sv.c:sv_magic don’t allow tying ro COWsFather Chrysostomos2013-08-111-0/+7
* Stop system select from croaking on read-only COW ""Father Chrysostomos2013-08-111-1/+11
* Remove SvIsCOW checks from mg.c:mg_localizeFather Chrysostomos2013-08-111-3/+11
* Remove SvIsCOW checks from mg.c:S_save_magicFather Chrysostomos2013-08-111-0/+12
* Make tr/a/b/ croak on read-only null COWsFather Chrysostomos2013-08-111-1/+9
* Make constant folding use the right hintsFather Chrysostomos2013-08-091-1/+14
* Don’t stringify undef hash keys at compile timeFather Chrysostomos2013-08-091-1/+6
* [perl #119169] index with __PACKAGE__ for 2nd argumentFather Chrysostomos2013-08-061-1/+4