Re: I submit for your aproval . . .

2002-04-12 Thread perl6-all-return-26457-archive=jab . org
On Wed, Apr 10, 2002 at 06:29:30PM -0400, Roman Hunt wrote: > Hey guys: > Here is what I have so far of the string_nprintf function. As of now it > only handles C string backslash escape sequences and regular chars > from the format string. My primary concern is whether I am using > +

Re: I submit for your aproval . . .

2002-04-10 Thread Tom Hughes
In message Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 6:29 PM -0400 4/10/02, Roman Hunt wrote: > > >also I think > >encoding_lookup() should accept an argument of "native". > > Good point, they should. OTOH, that makes some of this interestin

Re: I submit for your aproval . . .

2002-04-10 Thread Dan Sugalski
At 6:29 PM -0400 4/10/02, Roman Hunt wrote: >Hey guys: > Here is what I have so far of the string_nprintf function. As of now it > only handles C string backslash escape sequences and regular chars >from the format string. My primary concern is whether I am using >BUFFER_immobile_FLAG the cor

I submit for your aproval . . .

2002-04-10 Thread Roman Hunt
Hey guys: Here is what I have so far of the string_nprintf function. As of now it only handles C string backslash escape sequences and regular chars from the format string. My primary concern is whether I am using BUFFER_immobile_FLAG the correct way to protect myself from GC. I also dont kn