[CVS ci] io_layers 6 (was: [CVS ci] IO stuff)

2004-05-24 Thread Leopold Toetsch
Leopold Toetsch <[EMAIL PROTECTED]> wrote: > Proposal: > - create a new string layer that does this {en,de}coding > - change the prototypes of PIO_Read to return a STRING* > - change the prototypes of PIO_Write to get a STRING* > - layer push and pop functions for ParrotIO Done that now for the o

[CVS ci] IO stuff

2004-05-19 Thread Leopold Toetsch
I've put in some changes to io: - interface to query existing layers - move various things around Not much yet. But: IO does currently translates to/from utf8 by default, so we need some tweaking here: Proposal: - create a new string layer that does this {en,de}coding - change the prototypes of