Re: _r functions

2002-03-11 Thread Jarkko Hietaniemi
On Mon, Mar 11, 2002 at 10:06:24AM +0100, Arthur Bergman wrote: Hi, On all modern posix system (not OLD_POSIX_API, here be dragons) you only need localtime_r gmtime_r and readdir according to the pthread book, the rest should be safe to use. I'm sorry but I cannot quite believe that...

[PATCH] Re: Smoke 15089 Tru64/OSF Problems: numconvert, lstat warnings

2002-03-11 Thread Rafael Garcia-Suarez
On 2002.03.10 22:47 Michael G Schwern wrote: On Sun, Mar 10, 2002 at 10:19:12PM +0100, Rafael Garcia-Suarez wrote: Have you comments on the test? I see 2 solutions : 1. replace lstat STDIN by a bare lstat FH (previously open to some known file) 2. insert a no warnings qw(unopened closed)

Re: bignum v0.08

2002-03-11 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On 11-Mar-02 Hugo van der Sanden tried to scribble about: Tels [EMAIL PROTECTED] wrote: :The first is a tad difficult with bignum right now. Yes, : :perl -Mbignum=p,0 -le 'print 9/4' :2 : :but this is a lot slower than just doing it in

[PATCH] lib/ExtUtils/MM_Unix.pm

2002-03-11 Thread Paul_GreenVOS
This patch changes lib/ExtUtils/MM_Unix.pm to permit the list of core files to be deleted to vary by operating system. It also avoids using the ? starname character on VOS, which we don't implement in the native shell. I did not directly test the changes, but I did do a careful desk-check, and