On Mon, 26 Aug 2002, Steve Fink wrote: > # New Ticket Created by Steve Fink > # Please include the string: [perl #16767] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=16767 > > > > - eliminates a bunch of seg faults from bad input > - allow passing command-line arguments to the program > - allow printing indexed aggregates indexed by integers (eg 'p P0[0]') > (other key types need implementing) > - makes pdb exit on EOF (ctrl-d on unix) > - removed some code duplication, other cleanups > > CC'ing this to Daniel Grunblatt since it's his baby I'm molesting. > > > -- attachment 1 ------------------------------------------------------ > url: http://rt.perl.org/rt2/attach/35709/28946/2a6256/pdb.patch > >
Applied, thanks. (Had to make some changes because I committed some stuff yesterday, I would have applied your patch before doing them but sadly I get p6 email between 1 and 6 hours late.) Daniel Grunblatt.