| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@18332
|
|
|
|
|
|
|
|
| |
note that this change will break binary compatibility with the
default 5.8.0 build options; nevertheless I think it is worth
having in 5.8.1 (people who want the compatibility can disable
the option in the makefile)
p4raw-id: //depot/perl@18327
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
| |
p4raw-id: //depot/perl@17944
|
|
|
|
|
|
|
| |
go back to disabling long doubles from MinGW because
MSVCRT doesn't do long double printfing even when gcc
would know how to handle them.
p4raw-id: //depot/perl@17200
|
|
|
|
|
|
|
| |
mainline--merge, and add other missing entries; regen
config_H.* files
p4raw-link: @8666 on //depot/maint-5.6/perl: 8b0115faf6b06062b39e3e51eaab2b7e56257eef
p4raw-id: //depot/perl@16568
|
|
|
|
|
| |
from perl
p4raw-id: //depot/perl@16503
|
|
|
| |
p4raw-id: //depot/perl@16460
|
|
|
| |
p4raw-id: //depot/perl@16291
|
|
|
|
|
| |
Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@15290
|
|
|
|
|
| |
Message-ID: <116078615.20020315003948@tesla.rcub.bg.ac.yu>
p4raw-id: //depot/perl@15241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and then use them (under ithreads). May fail in HP-UX,
and the op/groups is known to be fickle everywhere. Known
to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler
warnings in AIX since the first arguments of getnetbyaddr
and getnetbyadd_r are of different types. Thanks, IBM.)
In non-Configure platforms deny the existence of any
of the _r thingies. (Also add the recently introduced
d_tm_* to places it wasn't already in.)
TODO: the suggested glibc buffer growth retry loop in case
some entries (at least for: gr*, host*) are big.
Forgot win32/config.win64.
p4raw-id: //depot/perl@15238
|
|
|
|
|
| |
Borland compilers. (Borland builds one or two oddities.)
p4raw-id: //depot/perlio@14477
|
|
|
| |
p4raw-id: //depot/perlio@14192
|
|
|
| |
p4raw-id: //depot/perl@13218
|
|
|
| |
p4raw-id: //depot/perl@13141
|
|
|
|
|
|
|
| |
and not going to; regen perltoc, perlmodlib.
(Some references still linger in perltoc, have to figure
out where they are coming from.)
p4raw-id: //depot/perl@12095
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
try to define (most importantly) Perl_is{inf,nan}(x).
For this first cut, assume none such APIs exist in non-UNIXoid
platforms-- this is of course too unkind: Win32 rumoredly has
_fpclass() and _isnan(), and VMS/VOS very probably have some
of the APIs available. The only thing Perl uses at the moment
is Perl_isnan() (has been in use for a while now).
NOTE: the Win32 and NetWare config_h.?c need regenerating.
p4raw-id: //depot/perl@11618
|
|
|
| |
p4raw-id: //depot/perl@11334
|
|
|
|
|
|
|
|
| |
From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
Borland C vs PerlIO.
p4raw-id: //depot/perl@11079
|
|
|
|
|
|
|
|
|
|
| |
naming discipline
win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
because of this)
fix a warning about "fd" being used without being set in Cwd.xs
p4raw-id: //depot/perl@11067
|
|
|
|
|
|
| |
Expected not to exist in non-UNIX excepting in VMS, where
according to a quick web survey they just might.
p4raw-id: //depot/perl@11003
|
|
|
| |
p4raw-id: //depot/perl@10797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Abstract execution of compiled test executables with $run,
and abstract transfer of files with $to and $from.
Under cross-compilation the $run, $to, and $from will point
to appropriate wrapper scripts, by default ssh and scp,
but also rsh, rcp, and cp are supported. If not
cross-compiling, they will be set to '', ':', and ':',
respectively.
With these patches I was able to get Configure for
iPAQ ARM Linux on an Intel Linux about 95% right
(only a few tests failed to execute or they produced
incorrect results), and I was able to compile
a functional miniperl.
The symbol crosscompile renamed to be usecrosscompile,
the corresponding C symbol from CROSSCOMPILE to
USE_CROSS_COMPILE.
p4raw-id: //depot/perl@10592
|
|
|
|
|
| |
extremely experimental, not even prompted for.
p4raw-id: //depot/perl@10569
|
|
|
| |
p4raw-id: //depot/perl@10479
|
|
|
|
|
|
| |
probe to cast, not whine; test for %Ld and %Lf before %lld and
%llf because the L is the ANSI way.
p4raw-id: //depot/perl@10434
|
|
|
|
|
|
|
|
|
| |
probe for realpath(), for setresuid() and setresgid()
prototypes; use realpath() (try to be paranoid enough),
use the setres[ug]id prototypes because glibc has the functions
but not their prototypes; add -Wall -ansi to gcc ccflags;
regen toc.
p4raw-id: //depot/perl@10372
|
|
|
| |
p4raw-id: //depot/perl@10325
|
|
|
|
|
|
|
|
|
|
| |
s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
p4raw-link: @10144 on //depot/maint-5.6/perl: cbbad9417dd16a4762c5a931d93d530adc27f4f6
p4raw-id: //depot/perl@10155
p4raw-integrated: from //depot/maint-5.6/perl@10152 'merge in'
win32/config_H.bc win32/config_H.gc win32/config_H.vc (@8666..)
win32/config.bc win32/config.gc win32/config.vc (@8995..)
|
|
|
|
|
| |
Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@10004
|
|
|
|
|
| |
as my_strftime(), requires HAS_STRFTIME.
p4raw-id: //depot/perl@9746
|
|
|
|
|
|
|
|
| |
ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
Introduce probes for struct msghdr, struct cmsghdr,
sendmsg, recvmsg, readv, writev, setitimer, getitimer,
ualarm, usleep, for possible later extension work.
p4raw-id: //depot/perl@9560
|
|
|
| |
p4raw-id: //depot/perl@9371
|
|
|
|
|
| |
Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/perl@8706
|
|
|
|
|
|
| |
Fix SIG_SIZE value.
Clear PL_sig_pending when cloning (fork).
p4raw-id: //depot/perlio@8475
|
|
|
|
|
| |
sig_num arrays, including the final NULL entry.
p4raw-id: //depot/perl@8459
|
|
|
| |
p4raw-id: //depot/perl@8440
|
|
|
|
|
|
| |
Add <features.h> probing, seems to be needed for (some?)
Linux largefileness.
p4raw-id: //depot/perl@8437
|
|
|
| |
p4raw-id: //depot/perl@8426
|
|
|
| |
p4raw-id: //depot/perl@8421
|
|
|
| |
p4raw-id: //depot/perl@8221
|
|
|
|
|
|
|
| |
arithmetic)
Message-ID: <20001214183857.B97909@plum.flirble.org>
p4raw-id: //depot/perl@8120
|
|
|
|
|
|
|
|
| |
Message-Id: <p04320403b63b2c750dce@[192.168.1.4]>
va_copy() and the need of it.
See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
p4raw-id: //depot/perl@7793
|
|
|
| |
p4raw-id: //depot/perl@7710
|
|
|
| |
p4raw-id: //depot/perl@7705
|
|
|
|
|
|
| |
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/perl@7682
|
|
|
| |
p4raw-id: //depot/perl@7653
|
|
|
| |
p4raw-id: //depot/perl@7646
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
From: Andy Dougherty <doughera@lafayette.edu>
In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@7536
|