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
> +
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
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
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