RE: [perl #17791] [PATCH] Parrot_sprintf-related stuff

2002-10-08 Thread Brent Dax
Andy Dougherty: # After just this little patch: (line numbers are off due to # other unrelated fiddling on my part) # # it compiles. So far, I only have seen 2 failed tests: # # The first is t/src/sprintf.t, which looks like an off-by-one # issue of some sort. I haven't tracked it further y

Re: [perl #17791] [PATCH] Parrot_sprintf-related stuff

2002-10-08 Thread Andy Dougherty
On Tue, 8 Oct 2002, Brent Dax wrote: > OK. This is a pretty big patch. (Fine--*really* big, at 117K. :^) ) > > First of all, it completes the feature set of the Parrot_sprintf family, Thanks! After just this little patch: (line numbers are off due to other unrelated fiddling on my part) --