Re: string-to-octets

Raymond Toy <[email protected]> Sun, 30 Oct 2011 16:06:19 -0700
Newsgroups gmane.lisp.cmucl.devel
Message-ID <[email protected]>
On 10/30/11 3:40 PM, Helmut Eller wrote:
> * Helmut Eller [2011-10-30 18:28] writes:
>
>> * Raymond Toy [2011-10-30 16:30] writes:
>>
>>> Is that better?
>> Yes, looks good.
> BTW, it would also be useful to have a parameter to specify a start
> position in buffer.  With that it would be possible to buffer up
> multiple small chunks.
That could be solved by passing in displaced arrays.  But you can't
because string-to-octets wants a simple-array.   That should probably be
changed.

I'll into adding a :buffer-start parameter.

Ray

_______________________________________________
cmucl-imp mailing list
[email protected]
http://lists.zs64.net/mailman/listinfo/cmucl-imp