This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove stray debugging print statements
[perl5.git] / t /
2013-08-24 Zeframupdate autodie test for new Carp stack trace form
2013-08-24 Father ChrysostomosDon’t give unavailability warnings about our vars
2013-08-24 Father Chrysostomospodcheck.t: Skip perl5200delta
2013-08-23 Father Chrysostomosregen pod issues
2013-08-23 Father ChrysostomosFix typo in bf1b738b; another line num bug
2013-08-23 Father Chrysostomos[perl #118931] Fix line number bug
2013-08-22 Father ChrysostomosFix assertion failure with $#a=\1
2013-08-21 Karl WilliamsonRMG: Fix some verbatim lines over 79 columns
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-21 Tony Cook[perl #113054] add tests for find2perl and fix ? wildca...
2013-08-21 Father Chrysostomosarray.t: Tests for #7508 and #109726
2013-08-21 Tony Cook[perl #113054] find2perl mistranslates fileglob ? to...
2013-08-21 Tony Cook[perl #113054] test find2perl, with a TODO for ? glob...
2013-08-21 Father Chrysostomos[perl #118753] Remove erroneous elsif("") warning
2013-08-21 Father Chrysostomosthread_it.pl: Increase Mac stack
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-20 Father Chrysostomosthread_it.pl: Tweak stack sizes
2013-08-19 Steve HayFix version's test scripts' $Verbose flag
2013-08-19 Steve Hayversion has been upgraded from 0.9902 to 0.9903
2013-08-19 Steve HayUpdate Maintainers.pl etc for Devel-PPPort upgrade...
2013-08-18 Steve HayUpdate t/porting/customized.dat
2013-08-18 Father ChrysostomosLet t/mro/basic.t be run from the top level
2013-08-18 Father Chrysostomos[perl #114864] Make UNIVERSAL::DESTROY changes invalida...
2013-08-17 Lukas MaiPerlIO: remove string eval/code injection (#119287)
2013-08-15 Steve HayRegen t/porting/customized.dat following f81a37f2d8
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
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-13 Father Chrysostomos[perl #45667] Apply tests from #119125 in reverse
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
next