Re: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS

2003-02-05 Thread Jarkko Hietaniemi
The breakage was my fault: I recently edited via.xs and for no good reason in particular changed the return type of PerlIOVia_seek(). Now reverted back to how it was was. -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It

Re: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS

2003-02-04 Thread Jarkko Hietaniemi
> By the way, when is the release of 5.8.1 expected to occur? If someone knows that please let me know, too :-) -- Jarkko Hietaniemi <[EMAIL PROTECTED]> http://www.iki.fi/jhi/ "There is this special biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen

[PATCH: perl@186389] fix for PerlIO/Via compilation on VMS

2003-02-04 Thread PPrymmer
Greetings, There appears to be an incompatibily between the type of Seek as declared on line 36 of perliol.h in the perl@186389 kit: IV (*Seek) (pTHX_ PerlIO *f, Off_t offset, int whence); and the return type of PerlIOVia_seek as declared at line 349 of ext/PerlIO/via/via.xs: Off_t