summaryrefslogtreecommitdiff
path: root/lib/DB.pm
Commit message (Collapse)AuthorAgeFilesLines
* Create single fcn for dup'd /lib codeKarl Williamson2015-03-191-3/+3
| | | | | | | | | | | | | | | | | | | | | Several /lib .pm's have the same code which is complicated enough to warrant being placed in a shared function. This commit creates a .pm to be used by these .pm's. This implements the perhaps archaic 'Meta' notation wherein characters above 0x7f are displayed as M- plus the ASCII-range character derived by looking at only the lower 7 bits of the upper range one. There are problems with this, in that a literal control character can be in the string, whereas it is trying to get rid of control characters. But I left it to work as-is, just centralizing the code. On EBCDIC platforms this notation makes no sense because the bit patterns are all mixed up about having the upper bit set. So this commit fixes things on these platforms, so these are changed to \x{...}. No literal control characters are emitted. Another potential problem is that characters above 0xFF are passed through, unchanged. But again, I let the existing behavior stand.
* Increase $DB::VERSION to 1.07Father Chrysostomos2013-06-221-1/+1
|
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-2/+4
|
* version bumps and perldelta for debugger depthRicardo Signes2013-06-071-1/+1
|
* adjust $DB::deep from 100 to 1000Mark Jason Dominus2013-06-071-1/+1
| | | | | | | | | | | $DB::deep defaults to 100; this means that when the debugger gets 100 levels deep in subroutine calls, it automatically breaks execution. While this might have been appropriate in 1989, in modern Perl programs, the debugger might break before the program is even compiled. This patch adjusts the default value up to 1000. I was not able to find the default value documented anywhere.
* typo fix for DBDavid Steinbrunner2013-05-251-2/+2
| | | | Bump $VERSION.
* Version bumpsif-0.0602Father Chrysostomos2011-11-221-1/+1
|
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
|
* Remove MacOS classic support from the debugger.Nicholas Clark2010-06-231-10/+1
| | | | | ExtUtils::MakeMaker removed MacOS support in 6.25, merged to blead in December 2004, so this code is vestigial, and a small runtime penalty.
* bump versions of non-dual-life modules thatDavid Mitchell2009-07-031-1/+1
| | | | | * differ between 5.10.0 and maint-5.10, or * differ between 5.8.9 and maint-5.10
* Shorten description.Rafael Garcia-Suarez2007-07-131-2/+1
| | | p4raw-id: //depot/perl@31602
* Bump $VERSION in many modules that have changed.Nicholas Clark2006-01-121-1/+1
| | | p4raw-id: //depot/perl@26804
* Don't use a regexp in DB::sub().Rafael Garcia-Suarez2005-10-091-2/+1
| | | | | This should work around perlbug #37102. p4raw-id: //depot/perl@25721
* debugger filenames for Mac OS - db.patch (1/1)Chris Nandor2002-03-111-0/+10
| | | | | Message-Id: <pudge-3FDB8F.17481204032002@onion.valueclick.com> p4raw-id: //depot/perl@15150
* [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm testschromatic2001-11-251-2/+1
| | | | | | | Message-ID: <20011124220430.97697.qmail@onion.perl.org> plus a tweak for ithreads builds. p4raw-id: //depot/perl@13268
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-3/+3
| | | p4raw-id: //depot/perl@5507
* email address changesGurusamy Sarathy1999-12-011-1/+1
| | | p4raw-id: //depot/perl@4604
* add draft debugging API implementationGurusamy Sarathy1999-02-071-0/+802
p4raw-id: //depot/perl@2820