This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Make all warnings and error messages UTF-8 clean
[perl5.git] / t / op /
2013-09-09 Father Chrysostomosrt119311.t: typo
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Father ChrysostomosDon’t let reblessing point SvSTASH to a half-freed...
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-06 Father ChrysostomosMake pp_splice handle nonexistent array elements
2013-09-02 Brian Frasert/op/for.t: Skip a test if the require for XS::APItest...
2013-09-01 Father Chrysostomos[perl #115768] improve (caller)[2] line numbers
2013-08-29 Steve HayStop t/op/coreamp.t leaving temporary files behind
2013-08-29 Nicholas ClarkUpdate the comments in t/op/magic.t
2013-08-29 Nicholas Clark${^MPEN} had been treated as a synonym of ${^MATCH...
2013-08-29 Father ChrysostomosMake vivify_defelem allow &PL_sv_undef array entries
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-26 Tony Cook[perl #117265] safesyscalls: check embedded nul in...
2013-08-25 Father ChrysostomosFix assert fail when fetching pos clobbers ref with...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosDon’t push nulls on to the stack in pp_padav
2013-08-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-21 Father Chrysostomosarray.t: Tests for #7508 and #109726
2013-08-20 Father ChrysostomosFix skip logic in pad_tidy and cv_clone
2013-08-20 Father ChrysostomosStop recursion from losing lex fh names
2013-08-14 Tony Cook[perl #3330] avoid an uncaught warning from op/inc.t
2013-08-13 Father ChrysostomosStop reset from clearing aliases to globs
2013-08-11 Father ChrysostomosDon’t taint undef in reset
2013-08-11 Father ChrysostomosStop reset from skipping @ % if $ is read-only
2013-08-11 Father Chrysostomosreset.t: Basic tests for resetting aggregates
2013-08-11 Father Chrysostomossv_reset: Don’t skip THINKFIRST items
2013-08-11 Father ChrysostomosCall get-magic before rejecting non-refs in sv_bless
2013-08-11 Father ChrysostomosMake ++ handle regexps and vstrings
2013-08-11 Father ChrysostomosStop -- from crashing on regexps
2013-08-11 Father ChrysostomosModifying ${^OPEN} changes the value of $^H:
2013-08-11 Father ChrysostomosFix booleanness of regexps
2013-08-11 Father ChrysostomosHandle magical return values from @INC filter
2013-08-11 Father ChrysostomosSetting $_ to multiline glob in @INC filter
2013-08-11 Father Chrysostomosincfilter.t: squelch warning
2013-08-11 Father ChrysostomosTying $_ in @INC filter
2013-08-11 Father ChrysostomosHandle non-PV $_ in @INC filters
2013-08-11 Father ChrysostomosDon’t allow read-only COWs to be blessed
2013-08-11 Father ChrysostomosIn sv.c:sv_magic don’t allow tying ro COWs
2013-08-11 Father ChrysostomosStop system select from croaking on read-only COW ""
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:mg_localize
2013-08-11 Father ChrysostomosRemove SvIsCOW checks from mg.c:S_save_magic
2013-08-11 Father ChrysostomosMake tr/a/b/ croak on read-only null COWs
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-08-06 Father Chrysostomos[perl #119169] index with __PACKAGE__ for 2nd argument
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father ChrysostomosStop shared hash key TARGs from being shared
2013-07-26 Father Chrysostomos[perl #79908] Stop sub inlining from breaking closures
2013-07-26 Father ChrysostomosMake sub(){42} return a mutable value
2013-07-26 Father ChrysostomosAllow stash elems to be array refs
2013-07-26 Father Chrysostomos[perl #78194] Make sort copy PADTMPs
2013-07-26 Father Chrysostomos[perl #78194] Make x copy PADTMPs in lv cx
2013-07-26 Father Chrysostomos[perl #78194] Make list slices copy PADTMPs in lv cx
2013-07-26 Father ChrysostomosStop folding of ops from changing mutability
2013-07-26 Father Chrysostomos[perl #78194] Make foreach copy pad tmps
2013-07-26 Father Chrysostomos[perl #3105] Make 1..3 modification safe
2013-07-26 Father Chrysostomos[perl #78194] Make sub calls copy pad tmps
2013-07-26 Father Chrysostomos[perl #78194] Make grep/map copy pad tmps
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father ChrysostomosChange the tests for #3105 into to-dos
2013-07-26 Father ChrysostomosTo-do test for #109746
2013-07-26 Father ChrysostomosTest (im)mutability of constants and constant-like...
2013-07-26 Father ChrysostomosTest !0 and !1 immutability and singletonness
2013-07-26 Father ChrysostomosTest that literal numbers and strings are read-only
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2013-07-24 Tony Cookjoin() with an empty list and undef separator may not...
2013-07-24 Victor EfimovAdd some edge cases to join.t test
2013-07-23 Father Chrysostomospos.t: test something I almost broke
2013-07-22 Nicholas ClarkAvoid read-after-free in S_scan_heredoc() if the termin...
2013-07-16 Father Chrysostomos[perl #27010] Make tie work through defelems
2013-07-16 Father Chrysostomos[perl #77814] Make defelems propagate pos
2013-07-16 Father ChrysostomosMake set-magic handle vstrings properly
2013-07-16 Father Chrysostomost/op/array.t: remove ‘no warnings "deprecated"’
2013-07-13 Father Chrysostomos[perl #113932] Make UNIVERSAL::can("STDOUT"...) work
2013-07-10 Father ChrysostomosMake method lookup treat *foo as \*foo
2013-07-09 Father Chrysostomosmethod.t: Correct miniperl skip count
2013-07-09 Father Chrysostomos[perl #113932] UNIVERSAL::can with globs and globrefs
2013-07-07 Father Chrysostomosto-do tests for #113932 (UNIVERSAL::can and handles)
2013-07-01 Nicholas ClarkWe don't actually need to set $ENV{PERL} for the tests...
2013-06-28 Tony Cookmake sure the prototype actually matches
2013-06-28 Brian Fraserpad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
2013-06-26 Father ChrysostomosPut all sort arguments in list context
2013-06-26 Father ChrysostomosPut sort arguments in lvalue context
2013-06-26 Father ChrysostomosIn-place sort should not leave array read-only
2013-06-23 Father ChrysostomosStop undef &foo from crashing on lex subs
2013-06-23 Father ChrysostomosRemove ‘Can't coerce readonly %s’ error
2013-06-23 Father ChrysostomosCopy scalar refs returned from @INC filters
2013-06-23 Father ChrysostomosStop ck_index from flattening other people’s SVs
2013-06-23 Father ChrysostomosStop fbm_compile from flattening refs
2013-06-23 Father Chrysostomosindex.t: Comment final brace
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-18 Lukas Maidon't crash on deep recursion warnings in lexical subs...
2013-06-18 Father Chrysostomosconcat2.t: Unskip an encoding.pm test
2013-06-18 Steve HayFix t\op\magic.t when building with ALL_STATIC=define...
2013-06-09 Father ChrysostomosFlush PL_stashcache on glob-to-glob assignment
next