From: Nicholas Clark Date: Fri, 12 Dec 2008 19:11:51 +0000 (+0000) Subject: Document the changes between VERSIONS 1.30 and 1.31 of the debugger. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98960e6aa96e8e7fc9582821b2697efb96583e4c;p=p5sagit%2Fp5-mst-13.2.git Document the changes between VERSIONS 1.30 and 1.31 of the debugger. p4raw-id: //depot/perl@35080 --- diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 36d6a85..765b0e5 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -941,6 +941,14 @@ sub eval { # + Added macosx_get_fork_TTY support # Changes: 1.30: Mar 06, 2007 Andreas Koenig # + Added HistFile, HistSize +# Changes: 1.31 +# + Remove support for assertions and -A +# + stop NEXT::AUTOLOAD from emitting warnings under the debugger. RT #25053 +# + "update for Mac OS X 10.5" [finding the tty device] +# + "What I needed to get the forked debugger to work" [on VMS] +# + [perl #57016] debugger: o warn=0 die=0 ignored +# + Note, but don't use, PERLDBf_SAVESRC +# + Fix #7013: lvalue subs not working inside debugger ######################################################################## =head1 DEBUGGER INITIALIZATION