This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: begin a to-do list
[perl5.git] / t /
2013-08-12 Steve HayUpdate t/porting/customized.dat for cpan/libnet/Makefile.PL
2013-08-12 SmylersTypo fix in comment
2013-08-12 Tony Cook[perl #3330] warn on increment of an non number/non...
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 ChrysostomosRead-only COWs should not be exempt from s/// croaking
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-11 Nicholas Clarktest.pl's runperl() can now optionally redirect STDIN...
2013-08-11 Nicholas ClarkRemove the two "VMS adjustments" from test.pl's _fresh_perl
2013-08-11 Karl Williamsont/re/re_tests: Move vim hints to eof
2013-08-10 Father ChrysostomosMake constant folding use the right hints
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-08-08 Steve HayUpgrade libnet from 1.22 to 1.22_02
2013-08-06 Steve HayFix t/porting/customized.t --regen not to add DOS EOLs...
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-08-06 Father Chrysostomos[perl #119169] index with __PACKAGE__ for 2nd argument
2013-08-06 Peter Martini[perl #2726] Prototype is not applied until BLOCK is...
2013-08-05 Father ChrysostomosStop ‘used once’ warnings from crashing on circularities
2013-08-05 Father ChrysostomosDon’t use CopFILESV for ‘once’ warnings
2013-08-05 Father ChrysostomosRemove SAVEt_STACK_CXPOS
2013-08-05 Father ChrysostomosHandle SAVEt_READONLY_OFF in ss_dup
2013-08-05 Father ChrysostomosHandle SAVEt_ADELETE in ss_dup
2013-08-05 Father ChrysostomosTest that ss_dup handles all savestack items
2013-08-05 Father ChrysostomosMake eval "#line" account for ${"_<foo"} changes
2013-08-05 Father ChrysostomosPrevent __FILE__ corruption when ${"_<..."} is modified
2013-08-04 Father ChrysostomosTest that __PACKAGE__ is read-only
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-07-31 Karl WilliamsonPATCH: [perl #119101] Extraneous warnings in Parse...
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-30 David MitchellRT #118213: handle $r=qr/.../; /$r/p properly
2013-07-30 Karl WilliamsonRegen t/porting/known_pod_issues.dat.
2013-07-28 Father Chrysostomos[perl #119055] Make qq with no vars read-only
2013-07-28 Father Chrysostomos[perl #119051] Fix crash with \&$glob_copy
2013-07-28 David Mitchellfix COW match capture optimisation
2013-07-28 David Mitchellfix /test_bootstrap.t under -DPERL_NO_COW
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec(): fix ganch and till settings
2013-07-28 David Mitchellfix intuit_start() with \G
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-28 David Mitchelladd some basic floating /\G/ tests
2013-07-28 David Mitchellfix /.\G/ under threading
2013-07-26 Father ChrysostomosStop op freeing from interfering with sub(){42} mutability
2013-07-26 Father Chrysostomosfresh_perl.t: Make the test for #3066 more explicit
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 re-evals copy PADTMPs
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 Chrysostomosref.t: To-do test for retvals of folded ops
2013-07-26 Father Chrysostomossub.t: To-do test for recursive shared-hash-keys TARGs
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in the Win32 Makefiles...
2013-07-24 Nicholas ClarkGenerate the lib/ cleanup rules in Makefile.SH automati...
2013-07-24 Nicholas ClarkRefactor t/porting/regen.t to check everything (and...
2013-07-24 Nicholas ClarkSyntax check regen/uconfig_h.pl using t/porting/utils.t
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-24 Neil BowersFor changelogs suggest name it Changes and follow CPAN...
2013-07-23 Father Chrysostomospos.t: test something I almost broke
2013-07-23 Father Chrysostomos[perl #72766] Allow huge pos() settings
2013-07-23 Karl Williamsonepigraphs.pod: Fix too long verbatim lines
2013-07-23 Tony Cook[perl #116190] feed an empty stdin to run_multiple_prog...
2013-07-23 Tony Cook[perl #116190] -F and -a now imply -n
2013-07-23 Tony Cook[perl #116190] use the true and trusted fresh_perl_is()
2013-07-23 Aristotle PagaltzisMake the -F switch imply -a
2013-07-22 Nicholas ClarkAvoid read-after-free in S_scan_heredoc() if the termin...
next