This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Get t/uni/gv.t working under minitest
[perl5.git] / t / run / switchd.t
2014-02-16 Father Chrysostomos[perl #121255] Call set-magic when setting $DB::sub
2013-12-26 Father ChrysostomosRevert "[perl #119801] Stop @DB::dbline modifications...
2013-12-22 Father Chrysostomos[perl #119801] Stop @DB::dbline modifications from...
2013-10-28 Father Chrysostomos[perl #119799] Set breakpoints without *DB::dbline
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-26 Father ChrysostomosMake PL_DBgv and other db interp vars refcounted
2013-09-19 Craig A. BerryAdd newline to new switchd test for VMS.
2013-09-16 Tony Cooktest and briefly document DB::goto
2013-09-08 Father ChrysostomosFix line numbers with #! -d:foo and PERL5DB=$'\n'
2013-09-08 Father ChrysostomosTest line breaks in PERL5DB
2013-07-12 Father Chrysostomosswitchd.t: correct bug number
2013-07-12 Father Chrysostomos[perl #118627] Don’t do COW when creating ${"_<-e"}[0]
2012-11-30 James E Keenant/run/switchd.t: Add descriptions to tests lacking...
2012-11-16 Father Chrysostomos[perl #115742] Push a new pad for recursive DB::DB
2012-09-24 Father ChrysostomosDon’t crash with existent but undefined &DB::DB
2012-09-24 Jesse Luehrsdon't crash with -d if DB::DB is seen but not defined...
2011-11-19 Father ChrysostomosFix pp_goto crash with orphaned GV
2011-11-18 Father ChrysostomosMake sure $DB::sub is callable
2010-11-25 Nicholas ClarkExtend -d:foo=bar to make -d:-foo expand to C<no foo...
2010-10-25 Zeframrefactor and regularise label/statement grammar
2010-10-01 Father Chrysostomos[perl #48332] Debugger corrupts symbol table munging
2010-09-23 Father Chrysostomos[perl #71806] perldb does not setup %dbline with the...
2008-08-08 Nicholas ClarkConvert all unimaginative (ie race condition) temporary...
2007-01-29 Gisle AasAvoid test failure with for a -Dusesitecustomize perl.
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-03-03 Jarkko HietaniemiRe: [perl #38657] -d:Foo=bar broke in 5.8.8
2003-05-24 Dave Mitchell[PATCH #2] Re: [perl #22181] goto undefines my() variables
2003-05-02 Jarkko HietaniemiForgot to check in the -d: file.
2003-05-02 Jarkko HietaniemiThe [perl #21890] (Devel::Coverage breakage) has been...