A patch by Richard Foley to reduce the amount of
[p5sagit/p5-mst-13.2.git] / lib / perl5db.pl
2004-03-10 Rafael Garcia-Suarez A patch by Richard Foley to reduce the amount of
2004-03-03 Richard Foley debugger (5.8.x and 5.9.x)
2004-02-28 Dave Mitchell Bump version numbers of moules affected by change ...
2004-02-01 Solar Designer Re: [perl #15063] /tmp issues
2004-01-02 Nicholas Clark Update debugger version number and Changes file
2003-12-21 Dominique Quatravaux Fix a side-effect of bug #24674 in the perl debugger.
2003-06-09 Alex Vandiver In the debugger, flush stdout/stderr before the prompt...
2003-06-03 Jarkko Hietaniemi Urk. Joe's patches were for the maint branch,
2003-06-03 Jarkko Hietaniemi Tiny tweaks from Joe McMahon.
2003-06-03 Jarkko Hietaniemi Tiny pod and speling tweaks.
2003-06-03 Jarkko Hietaniemi Extensive documentation patch redux
2003-03-04 Salvador Fandiño [PATCH] assertions
2003-03-02 Richard Foley for perl5db.pl against missing args destroying pre...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2002-12-23 Hugo van der Sanden integrate maint-5.8 #18301
2002-12-16 Peter Scott Re: [perl #19017] lexical "my" variables not visible...
2002-06-18 Jarkko Hietaniemi Debugger tweak from from Peter Scott.
2002-06-17 Peter Scott Re: [ID 20020614.027] Bad Debugger mojo in RC1
2002-06-17 Jarkko Hietaniemi Missing hunk from #15363.
2002-06-04 Michael G. Schwern Re: Some bugs in RC1
2002-04-03 Ilya Zakharevich debugger
2002-04-02 Ilya Zakharevich debugger again
2002-03-29 spidb@cpan.org Re: debugger debuggers wanted
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Richard Foley Re: The story of O [PATCH]
2002-03-20 Peter Scott List lexicals from debugger
2002-03-16 Peter Scott Re: dumpvar.pl bug
2002-03-15 Michael G. Schwern [BUG & PATCH] can't quit the debugger after run completes
2002-03-11 Chris Nandor debugger filenames for Mac OS - db.patch (1/1)
2002-03-03 Ilya Zakharevich NL in debugger
2002-02-25 Richard Foley consistent commands for perl5db.pl etc.
2002-02-13 Mark-Jason Dominus New command syntax for 'x' command
2002-02-13 Mark-Jason Dominus New debugger option 'dumpDepth' controls recursion...
2002-02-11 Michael G. Schwern The debugger part of
2002-02-09 Peter Scott perl5db.pl: restart in taint mode
2001-12-21 Ilya Zakharevich CreateTTY on OS/2
2001-11-15 Ilya Zakharevich CreateTTY in -d
2001-11-12 Jeffrey Friedl a few typo fixes
2001-11-07 Michael G. Schwern Mentioning perldebguts
2001-10-09 Jarkko Hietaniemi VMS tweakage from Charles Lane.
2001-09-16 Peter Scott Re: Core module version numbers review
2001-09-14 Peter Scott Execute files of debugger commands
2001-07-23 Ilya Zakharevich debug reloading selfloaded stuff
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-03 Ilya Zakharevich debugger fixes
2001-07-02 Ilya Zakharevich debugger goof
2001-06-18 Scott L. Miller perl5db.pl v1.07 + docs
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Mike Guy Re: [ID 20010529.004] program doesn't work unless in...
2001-05-30 Michael G. Schwern Conditional breakpoints
2001-05-26 David Dyck patch to fix: [ID 20010524.004] perl5db.pl version...
2001-05-24 Daniel S. Lewart lib/dumpvar.pl, lib/perl5db.pl - fix warnings
2001-05-24 David Dyck Re: [ID 20010524.001] perl5db.pl x @INC doesn't...
2001-05-23 Daniel S. Lewart lib/perl5db.pl
2001-05-20 Ilya Zakharevich perl5db
2001-04-25 Jon Eveland Re: patch to perl5db.pl (formatting of h h screen)
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-11-14 Vadim Konovalov tiny typo in perl5db.pl
2000-10-23 Jarkko Hietaniemi Miscellaneous MacOS Classic library updates from Matthi...
2000-10-20 Charles Bailey SYN SYN
2000-10-17 David Sparks Show the failed remote port, instead of the failing...
2000-09-07 Peter Scott perl5db.pl [Was: Re: Debugger question]
2000-08-15 Mike Guy debugger exit code should reflect user exit code
2000-08-14 Mike Guy Re: [ID 20000807.003] [PATCH] Debugger treatment of...
2000-08-11 Peter Scott Re: [ID 20000809.006] Debugger lost the ability to...
2000-08-11 Mike Guy debugger "d" command doesnt check line number
2000-08-08 Jarkko Hietaniemi Do away with array context, from Daniel Chetlin <daniel...
2000-08-08 Jarkko Hietaniemi Re-apply #6549.
2000-08-08 Jarkko Hietaniemi Accidental retraction of #6549.
2000-08-08 Mike Guy [ID 20000807.003] [PATCH] Debugger treatment of conditi...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-05 Gurusamy Sarathy some debugger output does not go to the socket when...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-04-30 Gurusamy Sarathy debugger stomps on $. (from M.J.T. Guy)
2000-04-28 Gurusamy Sarathy various minor tweaks seen on p5p
2000-03-19 Gurusamy Sarathy default warnLevel and dieLevel to 0 in debugger (from Tom
2000-03-19 Gurusamy Sarathy fixes for alias handling in debugger (from Tom Christia...
2000-03-17 Gurusamy Sarathy make noTTY debugger option work again (from Paul Marquess)
2000-03-14 Gurusamy Sarathy patches for many bugs in the debugger; documentation...
2000-03-09 Gurusamy Sarathy provide support for deleting actions etc. (from Ronald...
2000-02-09 Charles Bailey Resync with mainline
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-02 Gurusamy Sarathy fixes for switching files in the debugger (from Ilya...
2000-01-28 Gurusamy Sarathy avoid leaking lexicals into program being debugged...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-07 Gurusamy Sarathy cygwin update (from Eric Fifer <EFifer@sanwaint.com>)
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-01 Graham TerMarsch rudimentary support for remote debugging, from aeons...
1999-10-13 Gurusamy Sarathy debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)
1999-09-29 Charles Bailey resync with mainline
1999-09-18 Nick Ing-Simmons Re-integrate mainline
1999-09-12 Gurusamy Sarathy better debugger help output (from Ilya Zakharevich)
1999-08-29 Ilya Zakharevich Re: [PATCH 5.005_60] fix @DB::typeahead
1999-06-27 Olaf Flebbe EPOC port to Psion5.
1999-05-10 Alexander Smishlajev cygwin32 update (untested adaptation of patch against...
1999-03-24 Gurusamy Sarathy debugger tweak (wasn't printing a newline after recalle...
1998-12-01 Ilya Zakharevich Debugger 'v' command
1998-10-28 Ilya Zakharevich Minor debugger tweaks
1998-09-23 Ilya Zakharevich Protect debugger from nonlocal exits
next