| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <44EF541C.7050801@gentoo.org>
p4raw-id: //depot/perl@29216
|
|
|
|
|
| |
Message-ID: <44D7AA6B.4040802@iki.fi>
p4raw-id: //depot/perl@28674
|
|
|
|
|
| |
Message-ID: <44583D9F.8060401@gmail.com>
p4raw-id: //depot/perl@28074
|
|
|
| |
p4raw-id: //depot/perl@25741
|
|
|
| |
p4raw-id: //depot/perl@23027
|
|
|
| |
p4raw-id: //depot/perl@23022
|
|
|
|
|
| |
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
|
|
|
|
|
|
|
|
|
| |
implementing the opendir()/readdir()/closedir() using
external commands give up "ANSI-pureness" and define them
in uconfig.sh, also define other stuff like rename() and putenv().
Leave out the $| emulation in my_fork() since we are
not supposed to have fork() under microperl.
p4raw-id: //depot/perl@20646
|
|
|
|
|
| |
Message-ID: <3F00C1BC.3020103@sun.com>
p4raw-id: //depot/perl@19897
|
|
|
| |
p4raw-id: //depot/perl@19608
|
|
|
| |
p4raw-id: //depot/perl@19607
|
|
|
|
|
|
|
| |
Message-ID: <20030509080044.GA49820@geeknest.com>
(except for the dup.t patch which diddled with system().)
p4raw-id: //depot/perl@19518
|
|
|
| |
p4raw-id: //depot/perl@19314
|
|
|
| |
p4raw-id: //depot/perl@18516
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
| |
p4raw-id: //depot/perl@17339
|
|
|
| |
p4raw-id: //depot/perl@16843
|
|
|
| |
p4raw-id: //depot/perl@16720
|
|
|
| |
p4raw-id: //depot/perl@16430
|
|
|
| |
p4raw-id: //depot/perl@16291
|
|
|
|
|
| |
(since we assume ANSI and i_time, anyway).
p4raw-id: //depot/perl@16143
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
of known extensions, where Encode::JP already is.
p4raw-id: //depot/perl@15014
|
|
|
|
|
|
| |
(2) Other software (GNU) seems to use it and we don't need it,
so let's give it up.
p4raw-id: //depot/perl@14374
|
|
|
| |
p4raw-id: //depot/perl@13954
|
|
|
| |
p4raw-id: //depot/perl@13541
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Message-ID: <3B9D6055.BA334A31@orcaware.com>
plus regen Configure.
p4raw-id: //depot/perl@11991
|
|
|
| |
p4raw-id: //depot/perl@11891
|
|
|
|
|
|
| |
Thanks to H. Merijn Brand for the patch.
Some of the comments and or guards might be removable in perl.h now.
p4raw-id: //depot/perl@11758
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@11141
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@10831
|
|
|
| |
p4raw-id: //depot/perl@10797
|
|
|
|
|
|
|
|
|
| |
use systems' realpath(). Too many security problems,
too many buggy implementations.
TODO: the realpath() emulation code in util.c doesn't
seem fully operational? (readlink(), for example?)
p4raw-id: //depot/perl@10744
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
often this prototype goes with HAS_SETRESUID_PROTO.
p4raw-id: //depot/perl@10420
|
|
|
|
|
|
|
|
|
| |
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@10235
|
|
|
|
|
| |
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
|
|
|
|
|
| |
the terminating NULL.
p4raw-id: //depot/perl@8501
|