Re: [PATCH?] string_transcode

2002-10-27 Thread Leopold Toetsch
Leopold Toetsch wrote: During chasing the GC bugs one of my patches turned off DOD/GC in string_transcode (which is called from e.g string_compare). There is no need to keep this as the GC issues seem to be solved now. I did apply this during #18097. So the current behaviour matches at least

[PATCH?] string_transcode

2002-10-26 Thread Leopold Toetsch
During chasing the GC bugs one of my patches turned off DOD/GC in string_transcode (which is called from e.g string_compare). There is no need to keep this as the GC issues seem to be solved now. OTOH e.g. hash.c could profit from the current status, because, when

Re: [PATCH] string_transcode

2002-01-02 Thread Tom Hughes
In message 007f01c1930c$9d326220$[EMAIL PROTECTED] Peter Gibbs [EMAIL PROTECTED] wrote: Another correction to string_transcode; this function now seems to work okay (tested using a dummy 'encode' op added to my local copy of core.ops) Applied, thanks. Tom -- Tom Hughes ([EMAIL

[PATCH] string_transcode

2002-01-01 Thread Peter Gibbs
I suspect that the length of the output buffer for string_transcode should be based on the output encoding, not on the input encoding. Peter Gibbs EmKel Systems Index: string.c === RCS file: /home/perlcvs/parrot/string.c,v

[PATCH] string_transcode

2002-01-01 Thread Peter Gibbs
Another correction to string_transcode; this function now seems to work okay (tested using a dummy 'encode' op added to my local copy of core.ops) Peter Gibbs EmKel Systems Index: string.c === RCS file: