"Gregor N. Purdy" <[EMAIL PROTECTED]> writes: > Nicholas -- > > I'd be happy with that...
[...] > > Instead could we just ditch the C-style put? (and make the layer table > > one pointer smaller) Thats something I wanted to do, See [RfC] Cleanup of ParrotIOLayerAPI I just wanted to let the release pass by. > > Anyone who wants to put a \0 terminated string can do the strlen > > themselves. (Or we could provide a helpful macro) I don't want to remove the PIO_puts function; It will just be changed to INTVAL PIO_puts(theINTERP, PMC *pmc, const char *s) { return PIO_write(interpreter, pmc, s, strlen(s)); } Maybe a rename is also needed. Have we decided for a suffix for functions taking a c-string yet? bye boe -- Juergen Boemmels [EMAIL PROTECTED] Fachbereich Physik Tel: ++49-(0)631-205-2817 Universitaet Kaiserslautern Fax: ++49-(0)631-205-3906 PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F 23 F6 C7 2F 85 93 DD 47