Re: [perl #41837] [PATCH] integer overflow in include/parrot/sub.h

2007-03-30 Thread chromatic
On Wednesday 14 March 2007 23:00, via RT wrote: > Index: include/parrot/sub.h > === > --- include/parrot/sub.h(Revision 17473) > +++ include/parrot/sub.h(Arbeitskopie) > @@ -87,7 +87,6 @@ > SUB_COMP_FLAG_BIT_28 =

[perl #41837] [PATCH] integer overflow in include/parrot/sub.h

2007-03-30 Thread Steve Peters via RT
On Thu Mar 15 05:30:31 2007, nahoo wrote: > On Mi. 14. Mär. 2007, 23:00:18, nahoo wrote: > > Index: include/parrot/sub.h > > === > > --- include/parrot/sub.h(Revision 17473) > > +++ include/parrot/sub.h(Arbeitskopie) >

[perl #41837] [PATCH] integer overflow in include/parrot/sub.h

2007-03-15 Thread via RT
# New Ticket Created by # Please include the string: [perl #41837] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41837 > Index: include/parrot/sub.h === ---